Best of DevToolsAugust 2021

  1. 1
    Article
    Avatar of honeypotHoneypot·5y

    Best React Developer Tools 2021

    Europe's IT worker shortage is projected to grow, meaning job openings for React developers are on the up and up. It's always important to stay up to date with the latest in the world of React to be a competitive player in the job market. Let's talk about what React developer tools are being used in 2021 and why you should include them in your stack.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    From zero to Web developer

    Web development is the work involved in developing a website or a web application. There are multiple paths you can take while learning web development. This is the one I would take if I had to do it all over again. These steps are going from the very beginning, so it's suited for beginners.

  3. 3
    Article
    Avatar of sitepointSitePoint·5y

    A Beginner’s Guide to Notion

    Think of pages as Google Docs — except you can build them out of all sorts of blocks. The atomic unit of Notion is the block. Just like legos, you piece blocks together to create whatever you can imagine. Each individual block has a unique link, making it easy to cross reference blocks.

  4. 4
    Article
    Avatar of phProduct Hunt·5y

    DevUtils - Everyday utilities for the everyday developer

  5. 5
    Article
    Avatar of hashnodeHashnode·5y

    10 lessons I've learned as a Software Engineer at Postman

    Vinit Shahdeo joined Postman as an intern two years ago. Three months ago, he was promoted to Software Engineer II. He shares what he's learned so far, both professionally and personally. If you're just starting out your career, the lessons below might be helpful.

  6. 6
    Article
    Avatar of hashnodeHashnode·5y

    useful vscode shortcuts

    VSCode is one of the most popular editors for web development. When writing code, we often require certain formatting actions, and a lot of them are supported by VSCode itself. Having hands-on keyboard shortcuts can help improve your coding speed by a lot.Default shortcuts are for Mac, while shortcuts for Windows and Linux are mentioned below.

  7. 7
    Article
    Avatar of hashnodeHashnode·5y

    How To Enable Real-Time Merge Conflict Detection in IntelliJ

    IntelliJ has an early warning system for merge conflicts. If enabled there will be change indicators in the gutter of the editor. These will show you where your teammates have made changes compared to your version of the file. They can even update in real-time as you and your teammates are editing.

  8. 8
    Article
    Avatar of chromeChrome Developers·5y

    CSS Grid tooling in DevTools

    Chrome DevTools and Edge DevTools are adding CSS Grid tooling. The tooling was a joint effort between Chrome and Edge teams. It will help developers achieve better responsive design without complicated alignment hacks or JavaScript-assisted layout. There are three main features for CSS Grid:Grid-specific, persistent overlay that helps with dimensional and ordering information Badges in the DOM Tree that highlight CSS Grid containers and toggle Grid overlays.

  9. 9
    Article
    Avatar of changelogChangelog·5y

    NvChad/NvChad: An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast.

    NvChad has 38 plugins installed by default, yet it is still very fast because it uses the Packer plugin manager. Packer.nvim allows you to lazy load plugins, meaning they only get loaded when absolutely required. You can disable plugins you don't use in chardrc.lua .

  10. 10
    Article
    Avatar of hashnodeHashnode·5y

    GitLive 14.0: Codeshare without calling, view teammate's pushed changes, and more

    The latest version of Git is available on all versions of the operating system. New features include the ability to see and edit changes in a new window. The ability to share changes in the same window as the previous version of the software. A new tool that lets you see and comment on changes to the code you're working on.

  11. 11
    Article
    Avatar of hashnodeHashnode·5y

    How to See Which Branch Your Teammate is on in Webstorm

    GitLive lets you see which of your teammates are working on an issue. It also shows you what branch they are on and the name of the issue. If an issue has been connected to the branch you’ll see the issue name instead, if that's the case just hover your cursor over it.

  12. 12
    Article
    Avatar of tsTypescript·5y

    Announcing TypeScript 4.4

    TypeScript 4.4 builds on JavaScript by adding syntax for static types. Types make your intentions explicit, and tools can read and understand them to catch errors. By checking your types, TypeScript can catch errors like typos, logic errors, and more. It also uses types to power editor tooling like accurate code-completion, go-to-definition, and renaming.

  13. 13
    Article
    Avatar of phProduct Hunt·5y

    SmallDevTools - Handy developer tools with a delightful interface

    Smalldev.tools provide 20+ tools that helps developers with commonly performed tasks like Encoding/Decoding, Minifying, Test Dummy data set and a lot more. Embed Collect is one of the most popular tools on the site. It allows developers to collect data and share it with other developers.

  14. 14
    Article
    Avatar of phProduct Hunt·5y

    Front Matter - Managing your static sites straight from within VS Code

    VS Code extension is ideal for managing your Markdown content. Useful when working with site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more. It allows you to manage the article's front matter, preview the site, and more.

  15. 15
    Article
    Avatar of dzDZone·5y

    Top IDEs in 2021 with Features and Prices

    With every IDE release, these lists should be updated. Android Studio is developed by a Czech company that calls itself the best IDE provider in 2021. Eclipse is written mostly in Java and used primarily for developing Java applications. NetBeans allows development of all types of Java applications and is used by 7% of programmers.

  16. 16
    Article
    Avatar of devtoDEV·5y

    Top 5 vscode tips & tricks

    Emmet is a life saver for any developer who is working with any kind of language. Bracket coloraizer 2 is a extension which highlight your brackets. prettier makes it easier to format your code and forget about formating. Command Pallete is the fastest way to open any thing in vs code without touching the mouse.