Best of JetBrainsNovember 2022

  1. 1
    Article
    Avatar of jetbrainsJetBrains·3y

    PHP Annotated, the YouTube Channel for PHP developers

    Brent’s YouTube channel has joined the JetBrains family (Brent is our PHP developer advocate) The channel will now be called ‘PHP Annotated’ Like before, it will continue to focus on engaging with the PHP community.

  2. 2
    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.

  3. 3
    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.

  4. 4
    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.