Sep 20, 2022Make your Node JS App Faster.Your manager is shouting at you to improve your Node js performance but you are stuck. You either want to quit your job or hit your manager’s head with a brick. Please don’t do either. …Nodejs5 min readNodejs5 min read
Published inDev Genius·Sep 7, 2022Beginner’s Guide: Working with Async NodeJSNode JS can be confusing for any beginner or for those who are coming from any other programming language. Most developers find it difficult to understand the flow of code in node js scripts. …Nodejs4 min readNodejs4 min read
Aug 17, 2022Modules in Node JSIf you are moving to a new house, packing and moving your stuff is always a headache. To avoid the complexity and burden of moving, you can always keep your home stuff sorted and organized and when you want to move, you can simply put similar kinds of stuff in…Node Js Development3 min readNode Js Development3 min read
Aug 9, 2022Implementing “Tail -f” in Node JSLinux is one of the most beautiful thing developed till date and sometime i wonder how a particular command in linux works under the hood, like how “ls” exactly works behind the scenes. So I tried to replicate one of the most used linux commands, “Tail -f” in nodejs. For…Node Js Tutorial4 min readNode Js Tutorial4 min read
Aug 7, 2022Give magical powers to your DOM in Angular JSOne of my mentees asked me why we use angular when the same thing can be built using html,so i explained to him about performance, maintenance and code organization but he was not convinced. So I have to explain the magical powers of angular to him. …Angular2 min readAngular2 min read
Jul 28, 2022Data Sharing using Services in AngularMichael started his angular project with two components. He used input decorator to pass data from parent to child component and output decorator to pass data from child to parent component. …Angular2 min readAngular2 min read
Published inCodeX·May 31, 2022Lazy Loading in AngularBuilding software is not a single and simple task, developers have to work on lots of extra stuff even after your login page shows a login button. Writing a code to do a task is always the first thing, but there are many more thing which is in the picture…Angular3 min readAngular3 min read
Published inBlock Magnates·Mar 28, 2022Learn Blockchain Concepts in One DayHi Readers, this blog is for people who have heard about blockchain and are curious about its components and working. I can completely understand your situation, as once i was a newbie to blockchain and didnt know where to start but i can help you now. So if you are…Blockchain Development2 min readBlockchain Development2 min read
Mar 5, 2022Build your first React JS Project Step by stepAs demand for React js developers goes high again in 2022, and companies are not able to find quality developers. This blog will guide you through some initial fundamentals to learn in React JS which will help to build production ready applications even if you are new to React JS. …React Js Tutorials3 min readReact Js Tutorials3 min read
Published inDev Genius·Jul 5, 2020Search Engine Super HeroHey Readers, Hope you all are doing good! If you are working on a project with lots of data in your database, this post is worth reading. …Elasticsearch6 min readElasticsearch6 min read