Aastha Saxenaaasthasaxena.hashnode.dev·6 hours agoWhy Every Developer Needs Code Reviews: Insights for Writing Better CodeImagine you’re working on a critical feature. You’ve written the code, tested it, and everything seems to work perfectly. But then a senior developer reviews your code and points out something small yet significant—a better way to handle an edge case...1 likecoding
Jean-Luc Mupasajeanlucmupasa.hashnode.dev·Dec 20, 2024Elevate Code Quality Through Agile Test-Driven Development MethodsTable of Contents Introduction 1.1. A Brief History What is TDD? 2.1. What TDD is Not 2.2. What TDD Is How Long Does It Take to Learn TDD? Advantages & Disadvantages 4.1. Advantages of TDD 4.2. Disadvantages of TDD Demonstration 5.1. Red Phase: ...4 likes·50 readsTDD (Test-driven development)
Navayuvan Subramanianblogs.navayuvan.dev·Dec 14, 2024Why Small PRs Aren’t Always the Best Solution: Lessons from Startup DevelopmentWe often hear experts say, "Compose small PRs! The smaller the PRs, the easier they are to understand." But that's not always right! 🤔 I used to believe that small PRs were the cleanest and best way to develop. But in recent times, I've realized thi...software development
SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024Build Live Code Editor Clone with HTML, CSS and JavaScriptOverview: Build Code Editor Like Code pen — Dive into the world of real-time coding with our latest tutorial on building a Live Code Editor using HTML, CSS, and JavaScript! 🚀💻 ✅ Watch Live Preview 👉👉 How to Make Live Code Editor In this exciting ...JavaScript
Zafer DUYDUzaferduydu.hashnode.dev·Dec 9, 2024Korkusuz Programlama SanatıBir adam varmış, Bilgisayarla büyümüş, “Senden bi’ cacık olmaz“ demişler, üzülmüş… TDD denen disiplini geliştirip, tüm haterlarını kalpten götürmüş. Şaka bir yana yazılım sektöründe bazı insanlar vardır, bir şeyler öğrenmek istiyorsanız, varlığına ih...1 like·81 readsTDD (Test-driven development)
NATHANIEL ENDE JOELprogram01.hashnode.dev·Dec 7, 2024Coding vs. Programming:--- ### **Introduction: Unraveling the Tech World** The terms *coding* and *programming* are often used interchangeably, but they represent distinct concepts in the world of software development. If you’re new to tech, understanding the differenc...20 likescoding challenge
Ankur TyagiforCodeRabbit Blogcoderabbit-blog.hashnode.dev·Dec 4, 2024How to Setup Python Code Reviews With CodeRabbitThis is the second in a series of posts we intend to write about how to do code reviews as simply and quickly as possible. In the last article, we discussed how CodeRabbit helps boost productivity and spot issues in large TypeScript projects, and it’...34 readsWeb Development
Ankur TyagiforfreeCodeCampfreecodecamp.org·Dec 3, 2024How to Perform Code Reviews in Tech – The Painless WayOkay, I know you may be skeptical: other guides have promised painless code reviews only to reveal that their solution requires some hyper-specific tech stack or a paid developer tool. I won’t do that to you. This guide provides a straightforward and...code review
Ronald Kaindaronaldkainda.blog·Nov 23, 2024Enhancing Code Quality Through Peer Reviews: A Collaborative ApproachCode quality is fundamental to successful software development projects, influencing stability, maintainability, and overall efficiency. Among various quality assurance techniques, peer code reviews stand out as particularly effective. These reviews ...37 readsQuality Assurance
Tim Bailey-Jonestimcod.es·Nov 20, 2024Keeping on top of changes across multiple git repositoriesThis is a classic "I scratched my itch, hope it helps" story. I made a Github Gist out of it. I sometimes lose track of unpushed/uncommitted changes, across multiple projects / clients. To get a handle on this, I wrote this script called git-dirty an...109 readsGitHub