Mastering Concurrency in Golang — The Art of Using GoroutinesLearn Concurrency in Golang using Goroutines and Channels while cooking Pasta!Mar 26Mar 26
Generators in action — The most underrated feature of JavaScript ES6Generators are iterable objects that can continue execution from where it left. Check out the most underrated feature of JavaScript ES6.Jan 18, 2024Jan 18, 2024
Published inLevel Up CodingEvent loop — The backbone of JavaScript explained in a simpler wayJavaScript is an event-driven language. We will see the concepts that supports the event loop in depth to understand how JavaScript works.Jan 4, 2024Jan 4, 2024
Chrome Extension V3: Mitigate service worker timeout issue in the easiest wayChrome Extension V3 has an issue where the port connection gets disconnected in short time that resulting into the crash of the extension.Dec 21, 20233Dec 21, 20233
Chrome extension set up with TypeScript, SCSS and WebpackBuild Chrome Extension using TypeScript, SCSS and Webpack using the following steps or with the given boilerplate.Mar 13, 2023Mar 13, 2023
Capture network traffic of mobile device in PC using Burp SuiteWe are using Burp Suite to intercept mobile device traffic by setting up a proxy server on PC.Jul 12, 20221Jul 12, 20221
Next.JS: A React JS framework to achieve better performance — Part 2/2Next JS compiler — compiling, minifying, bundling and code splitting for build. Pre-rendering, dynamic imports, image optimization…Jun 28, 2022Jun 28, 2022
Next.JS: A React JS framework to achieve better performance — Part 1/2Next.JS is a great React JS framework which allows to use Node JS API in the project. A great tool for server-side rendering with React JS.Jun 16, 2022Jun 16, 2022
Use dynamic CSS class names along with global classes using Webpack in React JSWebpack allows to use same class name across the page for the multiple purposes without getting override them. Be smart, use Webpack.May 31, 2022May 31, 2022
5 reasons why should a beginner must learn PHP in 2022PHP is one of the oldest player in the web development. It is still worthy to learn PHP over any other languages. The reasons are here.May 16, 2022May 16, 2022