Best of DevToolsFebruary 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Create Your Own Google Chrome Extension

    A chrome extension is a program that is installed in the Chrome browser. You can build one easily using web technologies like HTML, CSS, and JavaScript. We will be looking into how to create this extension in this blog post. The complete source code of this project can be found on GitHub.

  2. 2
    Article
    Avatar of asayerasayer·4y

    5 Must-Have VS Code Extensions to Boost Productivity (And Why)

    Visual Studio Code has been one of the most popular code editors out there for many reasons. There are extensions available for free in the VS Code Marketplace that can help boost you and your team’s productivity. In this article, we take a look at some of these VS Code extensions.

  3. 3
    Article
    Avatar of phProduct Hunt·4y

    React and Next.js Snippets - React and Nextjs snippets with TypeScript

  4. 4
    Article
    Avatar of faunFaun·4y

    7 reasons to choose Kotlin over Java

    Kotlin is being used in popular applications like Pinterest, Slack, Trello, Zomato and Netflix’s UI player is built with 100% Kotlin. Google recommends android developers to prefer Kotlin for their apps and has officially declared Kotlin as its first-class programming language. 7 reasons to choose Kotlin over Java.

  5. 5
    Article
    Avatar of vsVisual Studio Blog·4y

    Visual Studio 2022 17.1 is now available!

    Visual Studio 2022 17.1 is now available for download. The latest version of Visual Studio has been released for Enterprise customers. We’ve added a number of new features to make you more productive in Visual Studio. Read on to find out more about these new features.

  6. 6
    Article
    Avatar of phProduct Hunt·4y

    DevTools for Tailwind CSS - The DevTools Tailwind deserves

  7. 7
    Article
    Avatar of tsTypescript·4y

    Announcing TypeScript 4.6 RC

    TypeScript 4.6 is now available as a Release Candidate (RC) for the latest version of the language. The RC includes bug fixes and performance improvements. It also includes a Flow Analysis for Destructured Discriminated Unions and more Syntax and Binding Errors in JavaScript.

  8. 8
    Article
    Avatar of hnHacker News·4y

    Postman Now Supports gRPC

    Postman now supports gRPC. Postman v9.7.1 and above is currently in open beta. The API platform also understands WebSockets, Socket.IO, and GraphQL. In the future, we hope to provide these same features for other API schemas, like OpenAPI.

  9. 9
    Article
    Avatar of logrocketLogRocket·4y

    Best IDEs for Flutter in 2022

    Deciding what kind of IDE to use for your project can have a huge impact on how your project turns. We’ll compare some of the leading IDEs for Flutter that exist today, and hopefully help you make the best decision on what IDE you should use. There are still differences between these IDEs that can affect your development workflow.

  10. 10
    Article
    Avatar of bitBits and Pieces·4y

    10 Tools and Websites That Make You a More Productive Developer

    Nicky Christensen shares 10 tools and websites that help him and his team to be more productive every day. TinyPNG, Monday, Browserstack, Bit, Favicon, Sourcetree and Codesandbox are just some of the tools used by Nicky Christensen.

  11. 11
    Article
    Avatar of beambloggersBeam Bloggers Webring·4y

    How to change Visual Studio Code status bar color

    Visual Studio Code comes with a distinct blue status bar. You can change it to fit your mood or programming environment. Here’s how to changed it to Railsy red, Django green, and Elixir purple.Open command palette with CTRL + SHIFT + P and type “open settings”