Best of GitDecember 2020

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    Top VS Code Extensions Every Developer Should Use 🛠

    Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux, and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. In this article, I'll be sharing top VS Code Extensions you must-have for making your life easier.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    Cool Vscode Extensions for Developers

    The Vscode Extension allows you to add tools, languages, debuggers, and much more to your code editor. With the vscode extension, developers write faster, cleaner, and more consistent code. To get started is quite simple, we just have to install the extensions on our editor from the extensions panel.

  3. 3
    Article
    Avatar of tdsTowards Data Science·5y

    Why I use Linux

    This article aims to clear some of the confusion, without getting lost in technical details or long ramblings about the shortcomings of systemd. The best way to describe my daily work is “Data Engineering”: Code, usually in Python , go , Scala , or Java , running on a distributed cluster of different machines and/or containers.

  4. 4
    Article
    Avatar of hashnodeHashnode·5y

    A Git Cheatsheet Of Commands Every Developer Should Use

    GIT is the most widely used distributed open-source Version Control System. It allows you to track and manage changes made to the files locally on your computer. GIT is so powerful and extensive enough to get lost in all the possible commands it has. Based on my own experience, here’s a compilation of GIT cheat sheet for easy reference.