Best of DevToolsNovember 2023

  1. 1
    Article
    Avatar of devtoDEV·2y

    How to Become a 10x Dev

    Learn how to become a 10x developer by automating repetitive tasks, mastering keyboard shortcuts, avoiding over-engineering, utilizing version control workflow, leveraging existing components and libraries, embracing HTML Emmet for rapid prototyping, and utilizing AI assistance and VS Code extensions.

  2. 2
    Article
    Avatar of codeiumcodeium·2y

    Codeium · Free AI Code Completion & Chat

    Codeium is now enabled for free on all Devboxes on CodeSandbox, providing AI-powered code completion to developers. It's a partnership that aims to democratize AI tools and improve the development experience.

  3. 3
    Article
    Avatar of bartwullemsThe Art of Simplicity·2y

    .NET 8 and C# 12–Overview

    DevToys is an offline Windows app that offers help with a large list of coding tasks. It provides a fully offline experience and supports tasks such as converters, parsers, formatters, generators, validators, and more.

  4. 4
    Article
    Avatar of securityboulevardSecurity Boulevard·2y

    Google to Force-Block Ad Blockers — Time to Get Firefox?

    Google is planning to disable Manifest V2 Chrome extensions and roll out Manifest V3, which has raised concerns about the impact on ad blockers. Firefox and Safari are the only major browsers unaffected by these changes.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    trungdq88/Awesome-Black-Friday-Cyber-Monday: Awesome deals on Black Friday: Apps, SaaS, Books, Courses, etc.

    A curated list of deals on Black Friday 2023 including developer tools, AI tools, and marketing tools.

  6. 6
    Article
    Avatar of phProduct Hunt·2y

    Multiple - Load Testing Built for Developers

    Multiple is a load test platform designed for developers, allowing them to write tests using JavaScript and NPM packages, collaborate with their team, and avoid the hassle of managing infrastructure.

  7. 7
    Article
    Avatar of developercomDeveloper.com·2y

    Visual Studio Code Review 2023 | A Comprehensive Look

    Visual Studio Code is a widely used open-source code editor made by Microsoft. It offers a user-friendly interface, intelligent code completion, debugging, Git integration, and a wide range of extensions. It is free to use and has advantages such as being open-source, fast, and lightweight. However, it also has disadvantages such as a learning curve, complex configuration, and unstable extensions. Alternatives to Visual Studio Code include IntelliJ IDEA, PyCharm, and Visual Studio.

  8. 8
    Article
    Avatar of snykSnyk·2y

    Improving the UI/UX of the Snyk VS Code extension

    Improvements were made to the UI/UX of the Snyk VS Code extension, including addressing layout inconsistencies, reducing custom code, adhering to the VS Code design system, and adding subtle touches to enhance the overall design.

  9. 9
    Article
    Avatar of codemotionCodemotion·2y

    Project Idx: A Visual Studio Code Competitor

    Project Idx is a visual studio code competitor that aims to challenge the popularity of VS Code with its focus on performance, community-driven nature, and innovative AI-powered features. It offers a cloud-based development environment, extensive language and framework support, and a customizable interface. The competition between Project Idx and VS Code represents a positive trend towards innovation and continuous evolution in the IDE industry.

  10. 10
    Article
    Avatar of hnHacker News·2y

    Open Unified API

    Nango is a platform for handling all things related to external APIs, offering pre-built, custom, and managed integrations. It provides a catalog of 100+ APIs and offers advanced tooling and support for fast integration development. Nango also offers features like managed authentication, two-way sync, and realtime webhooks.

  11. 11
    Article
    Avatar of hnHacker News·2y

    goniszewski/grimoire: Bookmark manager for the wizards 🧙

    Grimoire is a bookmark manager that allows users to add and organize bookmarks easily. It supports tags and categories, and also allows users to add personal notes to bookmarks. Grimoire has future plans for sharing bookmarks with other users, importing and exporting bookmarks, and developing an official browser extension.

  12. 12
    Article
    Avatar of ishadeedAhmad Shadeed·2y

    CSS Nesting UX in DevTools

    This article discusses the problem of inconsistent CSS nesting display in DevTools and proposes several solutions to improve the user experience. It also explores the different behaviors of DevTools when copying a nested rule set.

  13. 13
    Article
    Avatar of flutterFlutter·2y

    Dart & Flutter DevTools Extensions

    Learn how to build custom tooling in Dart and Flutter DevTools using extensions. With the new framework, you can easily create developer tooling without the usual hurdles. Follow a step-by-step guide to set up your package hierarchy and create a DevTools extension. Debugging options are also provided. Publish your package with a DevTools extension and users who depend on your package will automatically get access to your tools.