IDIdrees Dargahwalainblog.theidrees.me路Oct 18, 2020 路 4 min readJavaScript or Frameworks ?Abstract JavaScript is your behavior layer; the way to add interactivity to your sites, to provide a slick and delightful user experience, to make everything fast, easy and clean. But at some point everything changed: the tail started to wag the dog...02TE
IDIdrees Dargahwalainblog.theidrees.me路Oct 2, 2020 路 4 min readgist: HTTP馃搩 HTTP is a protocol for transferring web pages, text, media, binary files and much more. It stands for hyper text transfer protocol. It is what the internet pretty much runs on. 馃洜 Client-server architecture The client is 99% a browser, python or...02DJ
IDIdrees Dargahwalainblog.theidrees.me路Jul 28, 2020 路 1 min readNo more try.....catchHey, 馃憢 how are you ? Are you a back-end developer, handling multiple database operations & tasks or having custom promises written or has a service which returns a promise, and you have to handle it using the ugly try..catch block which might have o...00
IDIdrees Dargahwalainblog.theidrees.me路Jul 26, 2020 路 4 min readCyclomatic Complexity in JSHi there! 馃憢 Recently, I was working as a software engineering intern at a startup as a back end developer. My task was to build the architecture & infrastructure from scratch using a modern server side framework Node.js. The co-founder who was also ...05OABSU