Best of DevToolsNovember 2022

  1. 1
    Article
    Avatar of syncfusionSyncfusion·3y

    JavaScript Debugging with VS Code and Chrome

    JavaScript Debugging with VS Code and Chrome Debugging is a vital part of identifying why your application is misbehaving. This article will discuss how we can debug JavaScript using the simple and efficient tools in Visual Studio Code and Google Chrome. A list of breakpoints is always available in the right panel of Chrome DevTools. For example, JavaScript will throw an error in strict mode if we assign values to undeclared variables.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    Webhooks.fyi - webhooks.fyi: The place to learn how to build & use webhooks

    In building webhook verification at ngrok, we uncovered some of the best and worst approaches to building and consuming webhooks. We've shared this to ensure that everyone can learn and make the overall ecosystem better and more secure.

  3. 3
    Article
    Avatar of jetbrainsJetBrains·3y

    WebStorm 2022.3: New UI Preview, Vue and Angular Improvements, and Vitest Support

    New UI Preview, Vue and Angular Improvements, and Vitest Support WebStorm 2022.3, our biggest update of the year, is here! This update is packed with new features and bug fixes to improve your development experience. You’ll find new project templates for Vite and Next.js and an updated template for Vue projects.

  4. 4
    Article
    Avatar of jetbrainsJetBrains·3y

    Comprehensive Guide to Testing in Go

    This article will cover everything you need to know about Go testing. You will start with a simple testing function, and work through more tools and strategies to help you master testing in Go.

  5. 5
    Article
    Avatar of itsfossIt's Foss·3y

    5 NeoVim GUI Editors You Could Try If You are Not a Total Terminal Junkie

    NeoVim GUI Editors You Could Try If You are Not a Total Terminal Junkie Vim is awesome. Neovide aims to be a no-nonsense graphical user interface for Neovim. It only adds some graphical elements, such as animations, using a library called Skulpin to render animations.

  6. 6
    Article
    Avatar of jetbrainsJetBrains·3y

    Build a Blog With Go Templates

    GoLand has a built-in database plugin that can connect to different databases. You can use the database/sql package to interact with the database. This tutorial will use the SQLite database to store the data, but you can use any other database package. A complete list of databases supported by database/ql can be found here.