Rakesh Guptarakesh-gupta29.hashnode.dev·Aug 4, 2024TS vs JS: A rantIf you are working in software and not living under a rock then we must have come across people ranting on TS vs JS. You don't need to be a web developer or a frontend developer for this. because JS/TS is just everywhere. Basics first: TS is an exten...DiscussTypeScript
Shashank Daimablogs.shashankdaima.com·May 12, 2024Hmm, a quirky mail got me a job, but it suckedI have never thought that I will writing my first blog like this, but it-iz-what-it-iz.My crossover with a "AI Form Builder" company from Bangalore, for which I am not mentally fit or in their words "My learnability is not that high". I don't know wh...Discuss·1 like·208 readspersonal
Tim Bailey-Jonestimcod.es·Apr 22, 2024Another psycho HTML feature and how to workaround it...Tonight, I needed to create a new account on a website. It has a typical registration form, with two <input> tags for the password, where the second has to match the first. No problem: I compose my passwords offline (using pwgen and additional punctu...Discussrant
Pratyay Dhonddhondpratyay.hashnode.dev·Mar 9, 2024A Busy Wait Loop For The Eye! [compiler Optimization Rant]for(int i = 25; i > 0; i--){ for(int j = 2147483647; j > 0; j--){ // this loop is supposed to busy wait } } I was supposed to implement scheduling and then test which scheduling was better; the one I had written (Pri...Discuss·11 likes·239 readscompileroptimization
James 'Dante' Midzidantedecodes.hashnode.dev·Nov 17, 2023Typesafe - An Overused Term That Needs a Reality Check😠 This article is a rant. Nothing more, nothing less. A rant. Of all the internet hype words, this one really gets on my nerves. I didn't mind initially, but now - it is EVERYWHERE!!! Every place I turn, be it articles or YouTube videos, someone i...Discuss·29 readsrant
Kiru Sebatokirukodez.hashnode.dev·Nov 11, 2023When Clean Code isn't clean...I recently tried to build an application using Node.js and a specific library. I do not want to throw shade at said library or its developer(s) so that library shall not be named. However, one particular of its claims to fame stood out to me and stru...Discussrant
Eshan Singhnaiveai.hashnode.dev·Sep 29, 2023Silicon Valley lied to meI will preface this with a disclaimer: This post is a rant I needed to make, to get it out of my system and hopefully find I wasn't alone in this feeling. It is sincere, but it is also a product of profound privilege. The fact that this is my biggest...Discuss·900 readsrant
Nandan KumarforNandan Kumar's Blogblog.nandan.dev·Jul 9, 2023The dilemma of being a front-end developer..!!TL;DR, From Design to APIs, You have to master all! The life of a front-end developer: juggling frameworks, libraries, and everything in between. Ultimately, you become everything but just a front-end developer. You graduate from college and get out...Discuss·1 like·419 readsFrontend Development
Lars Richterblog.lars-richter.dev·Feb 10, 2023"Can you fix my computer?"I'm a developer. Even in my spare time, I don't build computers myself. I have a simple laptop without any customizations (besides DEV.to stickers). But still, I'm the one guy every non-technical friend or family member asks for help. To be clear: I ...Discuss·31 readsStory
Ernestmusaubrian.hashnode.dev·Feb 10, 2023A little somethingLearning in itself can be hard, but learning programming is pretty easy, right SIKE it's not. It can get demotivating sometimes (okay a lot of time), especially when you find a particular concept hard to grasp. But you just have to keep telling yours...Discussrandom