Best of DevToolsMarch 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    Top 2021 Productivity Apps

    Every time I spin a new Linux distro, there is some software I cannot do without. In this post, I'll list the apps that I'm currently using to manage both my work and personal projects. All apps are cross-platform, which is kind of a must-have for me.

  2. 2
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    50 VS Code Extensions That Will Make You a Better Developer

    50 VS Code Extensions That Will Make You a Better Developer. The extensions in the VS code run in their own process and are lazily loaded. There are plenty of extensions available and can be browsed in the visual studio market place. Here is the curated list of the most useful extensions that help developers to increase their productivity.

  3. 3
    Article
    Avatar of bitBits and Pieces·5y

    VSCode Automations for Frontend Developers

    VSCode Automations for Frontend Developers Boost your productivity and code quality with these tools and extensions. Nethmi Wijesinghe discusses several VS Code automation tips that frontend developers should follow. Live Server, the cool extension available in VSCode, automates this for you. Turbo Console Log is the perfect choice for writing meaningful log messages.

  4. 4
    Article
    Avatar of devdojoDevDojo·5y

    One second to read GitHub code with VS Code

    GitHub 1s is a browser extension for VS Code. It allows you to open up any Github repo in your browser. You don't even need to install anything to give this a try. Want to read the Laravel repo in VSCode in 1 second? Visit this URL here: https://github1s.com/laravel/Laravel.

  5. 5
    Article
    Avatar of phProduct Hunt·5y

    Thunder Client — Rest API client for VS Code, lightweight Postman alternative

    Thunder Client is Rest API Client Extension for Visual Studio Code, with simple and clean design. The extension makesapi testing very easy with Scriptless GUI based testing. Embed Collect is a tool that collects all the data collected by the Thunder Client. It is available for Windows, Mac and Linux.

  6. 6
    Article
    Avatar of hashnodeHashnode·5y

    A Web Developer's iPad Setup for Productivity

    Working from home has made me more productive, but I miss being with people. The iPad Pro is powerful (in many ways, more powerful than my Mac) and because it's so portable and has great battery life, I made the decision to use it as my main productivity tool. I start my day by opening Things 3 and Fantastical side by side.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Build a Programming Project Step by Step

    How to Build a Programming Project Step by Step. How to build a programming project: Step by step. Step 1: Set up your project. Step 2: Build your code. Step 3: Test it. Step 4: Test your code again. Step 5: Check your code is working. Step 6: Check it's working.

  8. 8
    Article
    Avatar of devdojoDevDojo·5y

    Top 10 Git GUI client.

    Git is an open-source version control system that allows you to manage your files in a variety of languages. It can be used as a command line tool or as a graphical tool. Using a GUI can bring up some advantages and perhaps makes your work easier along the way. I personally use both the command line and GUI as I can see that both have some pros.

  9. 9
    Article
    Avatar of asayerasayer·5y

    15 DevTool Secrets for JavaScript Developers

  10. 10
    Article
    Avatar of flutterFlutter·5y

    What’s New in Flutter 2.0

    Folio is meant to be a simple example of an app that you’d want to run well on multiple platforms from a single code base. We call this kind of app “platform adaptive” because it adapts well to whatever platform it’s running on. This release brings with it 178 PRs merged that are iOS-related.

  11. 11
    Article
    Avatar of hashnodeHashnode·5y

    Speed up your coding in React by making these changes in Visual Studio Code

    The emmet plugin provides autocompletion for HTML and CSS code by reducing the need for extra typing. We need to do some extra configuration to enable it for React. In this article, we will see some of the settings you can do in Visual studio code to improve your productivity a lot when working with React.