@codelectron
A software development enthusiast :)
Nothing here yet.
Nothing here yet.
Nov 11, 2025 · 3 min read · We've all used Command + Shift + F to search across our codebases. There's a hidden gem here which helps us supercharge our search queries — regex (Regular Expression) search: Let's take a look at how can leverage regex to: Find (locate patterns th...
Join discussionFeb 21, 2023 · 4 min read · 👋 Hey! You might have come across the term 'ACID properties' in your studies. While it's commonly regarded as a topic to mug up for interviews 😶, there's actually a lot more to understand. I have tried to provide an overview and touch upon some key...
Join discussionJan 12, 2023 · 1 min read · While working on a task today, I had to populate my array of objects using my database. Instinctively, I used the map function. The code looked something like this: const dataList = [ { type: "test__1" }, { type: "test__2" }, { type: "tes...
Join discussionDec 9, 2022 · 5 min read · This is my first post/blog/article of any sort, so any feedback will be appreciated. These are my notes which I prepared to revise for JavaScript interviews. Some of the topics are advanced but are a must-know for a intermediate JavaScript developer....
SLovepreet commented