shohanur rahmanshohan777.hashnode.dev·Jan 15, 2025Essential Software Development Principles.Maintaining Software Development Principles is essential for writing simple and maintainable code. These are concepts to follow while coding to write better future proof code. Let’s take a glimpse on the core principles. S.O.L.I.D principles: - Sin...software development principles
Serhat Levent Yavaşserhatleventyavas.dev·Jan 4, 2025Monolitik Mimarinin Gücü ve Sınırları: Mikroservislere Geçişin İlk AdımıYazılım geliştirme dünyasında mimari seçimleri, projelerin başarısı için kritik bir öneme sahiptir. Günümüzde birçok ekip mikroservis mimarisine yönelse de, monolitik mimari hala güçlü bir seçenek olarak karşımıza çıkmaktadır. Özellikle hızlı başlang...Microservices
Jack Pritom Sorenjps27cse.hashnode.dev·Oct 11, 2024Understanding Reusable Components and the DRY PrincipleReusable components and the DRY principle (Don't Repeat Yourself) are essential to developing effective, maintainable software, especially in development. This post will examine these ideas, discuss their significance, and offer useful React code exa...React
Vivekheyvivek.com·Jul 28, 2024Why I Emphasize KISS and DRY Over SOLID Principles in Software Development 🚀In the world of software development, principles and methodologies are essential for writing clean, maintainable, and efficient code. Among the various principles, KISS (Keep It Simple, Stupid), DRY (Don’t Repeat Yourself), and SOLID principles are o...10 likes·33 readsKISS Principle
Ever A. Olanoabyteortwo.com·Feb 10, 2024Github Copilot and the DRY PrincipleThe answer is unfortunately the latter. I recently stumbled upon this article that talks about a study that found a correlation between Copilot-generated code and code churn. A lot of code is being reverted or updated within two weeks of their initia...AI
Ian Mwangipythonstudy.hashnode.dev·Aug 8, 2023Unwrapping the Magic: Demystifying Python Wrapper FunctionsIn the world of programming, efficient and elegant solutions are highly prized. Python, known for its readability and versatility, offers a powerful feature called "wrapper functions" that can significantly enhance your code's elegance and reusabilit...python programming