Best of TDDSeptember 2023

  1. 1
    Article
    Avatar of devtoDEV·3y

    Writing Clean Code: Best Practices and Principles

    Clean code is code that is easy to read, easy to understand, and easy to modify. Clean code follows a set of conventions and best practices that make it more consistent, making it easier for multiple developers to work on the same project seamlessly. Code that is difficult to understand is more prone to errors during modifications or enhancements.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    GPT Pilot - a dev tool that writes 95% of coding tasks

    GPT Pilot - a dev tool that writes 95% of coding tasks - uses GPT-4 to write an entire, production-ready app. The main premise is that AI can now write most of the code for an app, even 95%. The tool uses many AI Agents that mimic the workflow of a development agency.

  3. 3
    Article
    Avatar of pointerPointer·3y

    Pythagora-io/gpt-pilot: Dev tool that writes scalable apps from scratch while the developer oversees the implementation

    GPT Pilot is a research project to see how can GPT-4 be used to generate fully working, production-ready, apps. The main idea is that AI can write most of the code for an app (maybe 95%) but for the rest 5%, a developer is and will be needed until we get full AGI.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Shipping React app with zero-bugs policy using TDD (Nik Sumeiko)

  5. 5
    Article
    Avatar of inPlainEngHQPython in Plain English·3y

    The Pythonic Way

    Developing poor code is faster and easier than creating readily and maintainable code. How to create code easy to read and maintain? How can I avoid spending hours fixing code developed by a colleague that left the company 6 months ago?

  6. 6
    Article
    Avatar of pointerPointer·3y

    How Microsoft does Quality Assurance (QA)

    The Redmond Big Tech giant pioneered the SDET role in the 90s. Microsoft was the first major company to come up with a specialized testing role which went well beyond manual testing. The SDET (Software Development Engineer in Test) role was one that Microsoft pioneered across the tech industry.

  7. 7
    Article
    Avatar of javacodegeeksJava Code Geeks·3y

    Popular 10 Microservices Frameworks

    Popular 10 Microservices Frameworks - Java Code Geeks - 2023 Software Development Popular 10 Micro Services Frameworks. These frameworks embody cutting-edge technology, seamless scalability, and the promise of a more agile and efficient software development process. Each service can be developed, deployed, and scaled independently of the others.