Arpit Dwivediblog.arpitdwivedi.in·Oct 25, 2023Decoding Code Comments: The Art of Crime Scene Investigation in ProgrammingThe dimly lit room, scattered with lines of code, tells a story. It's a tale of logic, functions, and algorithms, but often, like a suspenseful crime novel, there's a mystery lurking. The investigator? Every developer who's tasked with reading someon...Discuss·20 likes·86 readsCoding Chroniclescoding
Ritesh Panigrahiriteshpanigrahi.com·Aug 16, 2023Simplify Your Code with SOLID Principles: A Beginner's GuideIn the last article, we learned all about SOLID principles in detail. Now, in this one, we'll put those principles into practice by using some examples and fixing bad code. By applying SOLID principles, we'll understand how to make messy code, easier...Discuss·44 readsSOLID principles
Roshan Kumar Sharmaroshanstack.hashnode.dev·May 26, 2023Mastering JavaScript: Write Code Like Senior DevelopersAs a senior JavaScript developer, it is essential to not only write code that functions correctly but also to ensure that it is maintainable, efficient, and secure. By following best practices and adhering to established code conventions, you can enh...Discuss·1 like·53 readsJavaScript
Musangamfura Emmanuelmusangamfurae.hashnode.dev·May 9, 2023Best Practices for Writing JavaScript Code: DRY, KISS, and YAGNIAs a professional JavaScript developer, I've learned that writing clean, maintainable code is crucial for success in this field. In this blog post, I want to share my thoughts on three important coding principles: DRY, KISS, and YAGNI. These principl...Discuss·3 likes·36 readssoftware development
Thenthen.my.id·May 21, 2022Software Engineer Top 10 Coding PrinciplesMany junior software engineers tend to dive headfirst into coding without considering any coding principles. This often results in unstandardized, messy code or leads to the proliferation of redundant code. It's a common experience, one that I've per...Discuss#codingprinciples