ASAtanu Sarkarindisciple.hashnode.dev·Jan 21, 2025 · 6 min readDominate the MarkupDo you view HTML as a boring batch of <div>s? If yes, then allow me a few minutes. By the end of this piece, you'll have a brand new belief system. I've tried to keep it concise and practical. So, grab a cup of whatever and enjoy! 😇 Data in < > It ...00
ASAtanu Sarkarindisciple.hashnode.dev·Jan 13, 2025 · 5 min readWant to lay eggs? JS got you covered.This is an attempt to provide you with a “quick and dirty guide to spawn through Node.js.” So, come along, let's lay some eggs. 😉 Let me quickly clarify a couple of terms. In computer science, "process" refers to a program in execution. This means ...00
ASAtanu Sarkarindisciple.hashnode.dev·Oct 17, 2024 · 6 min readYou are invited to my Event.The following piece talks about a not-so-talked-about, but a very important concept in JavaScript - events, a ubiquitous term in the realm of web development. So, let's geek out, shall we? 😊 Setting the stage When it comes to writing and organizing...00
ASAtanu Sarkarindisciple.hashnode.dev·Jun 21, 2024 · 3 min readEww, have some Class dude!This piece introduces the fundamentals of the object-oriented programming paradigm through the lens of JavaScript. So, get ready. It's time for a paradigm shift. Enjoy. 🤗 Let's talk about "this" In JS, this is a keyword that always refers to some o...00
ASAtanu Sarkarindisciple.hashnode.dev·May 28, 2024 · 4 min readLooks quite RESTful, doesn't it?My aim with this post is to explain building a plain REST API without using any fancy framework like Express. Enjoy! ✌️ Prerequisites The web follows a client-server model. It comprises two kinds of machines (or programs), namely, the service provi...01C