Best of DevToolsOctober 2023

  1. 1
    Article
    Avatar of phProduct Hunt·3y

    btunnel - No more localhost, welcome to the internet

    Introducing btunnel, a tool that allows you to access localhost over the internet. It provides features like comment submission, feedback, feature requests, and improvements.

  2. 2
    Article
    Avatar of phProduct Hunt·3y

    Flytrap 2.0 - The fastest and most detailed tool for fixing bugs

    Flytrap is a debugging tool that helps developers find the root cause of end-user bugs by providing them with all the relevant data, actions, and code leading up to the bug.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    GitHub Contributions Generator

    The GitHub Contributions Generator is a tool that allows users to see their GitHub contributions in one image. Users can choose their theme and enter their GitHub username to generate a downloadable image representing their contributions over time.

  4. 4
    Article
    Avatar of devtoDEV·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. 5
    Article
    Avatar of svelteSvelte Blog·3y

    What's new in Svelte: November 2023

    Svelte Summit Fall is happening on November 11th. The new releases include improved developer experience, inferred types in Svelte 4.2.2, and a boolean option in SvelteKit for turning on/off a form function.

  6. 6
    Article
    Avatar of astro_sourceAstro·3y

    Astro 3.4: Page Partials

    Astro 3.4 introduces page partials, optimized image generation, and a new experimental dev overlay. It also includes bug fixes and improvements.

  7. 7
    Article
    Avatar of sdtimesSD 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. 8
    Article
    Avatar of hackernoonHacker Noon·3y

    Ending Front-End Nightmare: UI/UX Design Tips for Developers

    Understanding UI terms, typography, color, grid systems, and the UX design process is essential for developers to create user-centered designs and avoid technical debt.

  9. 9
    Article
    Avatar of hackernoonHacker 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. 10
    Article
    Avatar of hnHacker 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. 11
    Article
    Avatar of lnLaravel News·3y

    Run Pest Tests in VS Code with Better PHPUnit

    The Better PHPUnit test runner for VS Code now supports running PestPHP tests. You can learn more about the extension and install it from the Visual Studio Marketplace page.