ASAnubhav Singhalinanubhavitis.hashnode.dev·Jun 30, 2021 · 5 min readWhy Decentralised Web is a necessity?When web first came into existence in 1989, it was decentralised. Anyone could publish their content on the internet, and users could access that content without any third party services. Communication was easy, secure and peer-to-peer. However, with...00
ASAnubhav Singhalinanubhavitis.hashnode.dev·Jun 13, 2021 · 4 min readGetting started with Asynchronous programmingGenerally, when we code an application, a chunk of code runs at a time. So if our code contains a certain number of tasks, then each of them is compiled one at a time. This form of programming is called Synchronous programming. But, don't you think, ...00
ASAnubhav Singhalinanubhavitis.hashnode.dev·May 27, 2021 · 4 min read5 most underrated skills of a top developerYou all might have stumbled upon blogs like "Best books you should read to become a top developer", "Best frameworks you should learn to become a successful developer", etc. We all aspire to be ninja developers, and so, we try to gain more and more u...00
ASAnubhav Singhalinanubhavitis.hashnode.dev·May 14, 2021 · 3 min readHTTP FundamentalsI have been working as a backend engineer for about a year now, have been playing with HTTP requests and response on daily basis. Understanding HTTP is the core of application development, and every developer should be crystal clear with them. What...00