Rohan ShakyaUnderstanding .bind(), .call(), and .apply() MethodsJavaScript provides three powerful methods: .bind(), .call(), and .apply() to manipulate the context of functions and pass arguments…Feb 12Feb 12
Rohan ShakyaAsynchronous JavaScript: Mastering Callbacks, Promises, and Async/AwaitAsynchronous JavaScript performs tasks without blocking the execution thread, improving web application performance and user experience.Jan 25Jan 25
Rohan ShakyaCSS Optimization Techniques for Fast Web PerformanceIn the dynamic world of web development, CSS is the foundation for creating cool designs and telling stories visually. Yet, as web…Jan 222Jan 222
Rohan ShakyaJavaScript Optimization Techniques for Fast Web PerformanceIn the dynamic world of web development, performance is not merely an attribute — it’s the cornerstone of user satisfaction.Jan 193Jan 193
Rohan ShakyaUnderstanding the Object-Oriented ProgrammingA programming paradigm in which emphasis is given on data rather than processOct 25, 20201Oct 25, 20201
Rohan ShakyaJavascript Local Storage Vs Session Storage Vs CookiesStoring data in the browser…Aug 24, 20202Aug 24, 20202
Rohan ShakyaUseful Higher-Order Functions in JavascriptWhat makes Javascript suitable for functional programming is that it accepts Higher-Order Functions. Higher-Order Functions are…Aug 24, 2020Aug 24, 2020
Rohan Shakya6 Common Javascript MistakesJavascript is one of the popular languages in the market. It is used both in the front-end and back-end development. So part of the reason…Aug 19, 2020Aug 19, 2020
Rohan ShakyaLearn Git Within 5 MinutesTrack the changes and collaborate easily. 😄😄Jul 30, 2020Jul 30, 2020
Rohan ShakyaJavascript Coding Standard — Clean CodeKeep your code readable, changeable, extensible, and maintainable. 😊Jul 29, 2020Jul 29, 2020