Best of DevTools — October 2023
- 1
- 2
- 3
- 4
DEV·3y
Unit-Testing: The Unsung Hero of Code Quality 🛡️
Unit testing is essential for code quality as it acts as the first line of defense against bugs, provides immediate feedback, improves code confidence and design. However, it can be time-consuming and requires setting up a testing environment. Passing unit tests doesn't guarantee bug-free code.
- 5
- 6
- 7
SD Times·3y
JetBrains launches new tool for creating technical documentation
JetBrains has launched a new tool called Writerside that aims to improve the way technical documentation is created. It offers features such as collaboration, testing capabilities, live preview, customization options, and AI-powered spellchecker and grammar tool.
- 8
- 9
Hacker Noon·3y
How GPT Pilot Codes 95% of Your App [Part 2]
GPT Pilot is an AI coding agent that offloads 95% of coding tasks from developers. It works by breaking down development tasks into steps, fetching relevant code, coding the necessary changes, testing the code, and debugging any errors. The workflow involves collaboration between the Developer and CodeMonkey agents and utilizes recursive conversations and context rewinding.
- 10
Hacker News·3y
AndrewWalsh/openapi-devtools: Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website
Discover API behavior with a Chrome extension that generates OpenAPI specifications in real time for any app or website. The extension allows users to instantly generate OpenAPI 3.1 specifications, automatically merge request and response headers, bodies, and query parameters, and view and download the specifications.
- 11