Best of GitMay 2021

  1. 1
    Article
    Avatar of smashingSmashing Magazine·5y

    Useful VS Code Extensions For Web Developers

    Meet useful Visual Studio Code extensions for web developers. They can help you minimize slow-downs and frustrations, and boost developer’s workflow along the way. In this post, we look into useful extensions for front-end development, from fine productivity boosters to advanced debugging helpers.

  2. 2
    Article
    Avatar of phProduct Hunt·5y

    GitUI — Blazing fast terminal-UI for git written in Rust

    GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved command line/terminal window. Embed this code into your own GitUI app and share it with your friends.

  3. 3
    Article
    Avatar of smashingSmashing Magazine·5y

    A Guide To Undoing Mistakes With Git (Part 2)

    The Reflog is like a journal where Git notes every movement of the HEAD pointer in your local repository. To undo our grave mistake, we can simply hit CMD + Z on your keyboard to undo the last command — even if you’ve just violently deleted a branch.

  4. 4
    Article
    Avatar of medium_jsMedium·5y

    How I Organize My Local Development Environment

    Lane Wagner explains how to organize your local development environment. He starts new projects on a remote server, then clone them down to their proper location. He also explains some of his favorite tools, including Postman, Postgres, VS Code, and Kibana. The post How I Organize My Local Development Environment first appeared on Qvault.

  5. 5
    Article
    Avatar of changelogChangelog·5y

    An open source RDP client in Rust

    RustDesk is a remote desktop software, written in Rust. Works out of the box, no configuration required. You have full control of your data, with no concerns about security. You can use our rendezvous/relay server, set up your own, or write your own.