Published inJavaScript in Plain EnglishLogging Express.js apps with Grafana and LokiNot too long ago, I ran into a hitch with one of my production applications. A couple of clients reported a less-than-stellar experience on…Dec 9Dec 9
Published inJavaScript in Plain EnglishThe Secret to Debugging Your Live React Native Android AppRemember you putting some console logs in your live web application and monitored them by inspecting your browser window. I bet you must be…Nov 21Nov 21
Published inJavaScript in Plain EnglishHow to use environment variables in GitHub Actions workflowsAs you have read the title of the blog, we are going to talk about the usage of environment variables in GitHub actions. Using environment…May 21, 2023May 21, 2023
Published inJavaScript in Plain EnglishTesting Solid.js with VitestAre you about to start writing unit test cases for your Solid.js app but looking for something new (Please!! no more Jest), fast and fully…May 3, 2023May 3, 2023
Published inJavaScript in Plain EnglishLesser Known Array methods in JavaScriptWelcome to another blog. In this post I will talk about lesser known array methods in JavaScript. The term “lesser known” has been used…Apr 10, 2023Apr 10, 2023
Beyond console.log()When it comes to debugging JavaScript application, there could be multiple ways such as using browser’s devtool or use of the debugger…Nov 2, 2020Nov 2, 2020
Let’s talk about ES2020As 2020 is about to complete its tenure, most of us do not want to remember this year at all. But good things happened as well. One of…Oct 27, 2020Oct 27, 2020