UAUmang Ahujainumangahuja.hashnode.dev路Oct 1, 2023 路 4 min readClean Code - Chapter 2锔忊儯 : Meaningful NamesUse Intention Revealing Names It should tell why it exists what it does how it is used If a name requires a comment, then the name does not reveal its intent. Replace int d; with int numberOfDays; Avoid Disinformation Avoid leaving false clue...00
UAUmang Ahujainumangahuja.hashnode.dev路Sep 23, 2023 路 3 min readClean Code - Chapter 1锔忊儯One of the key skills in the armoury of a good software engineer is the ability to write clean code and not only that but also to identify bad code and transform it into a good one. Reasons for having bad code One emphasis on delivering code faster ...00
UAUmang Ahujainumangahuja.hashnode.dev路Sep 15, 2023 路 1 min readClean Code - 馃摎 Book summary through my lensHi everyone, I am starting this new series where I will be sharing the learnings and experiences from reading the book "Clean Code" by Robert C. Martin. This is one of the highly applauded books for a software engineer and this series will cover the...00
UAUmang Ahujainumangahuja.hashnode.dev路Apr 16, 2023 路 5 min readGet most out of cURL- JSON parsing using jqIf you are a software engineer or a programming enthusiast, you might have heard about cURL, a command line utility to transfer data to or from a server. It can simply be thought of as making API calls as well. We will reserve the basics of cURL for ...00
UAUmang Ahujainumangahuja.hashnode.dev路Apr 12, 2023 路 1 min readKickstarting NotionIt's been a long time since the word Notion pops up in one place or another in my life. Hearing so many people showering praises about it has finally led me to get my hands dirty with it. Therefore, I begin my journey with Notion after all. I am not ...00