Best of JetBrains — November 2022
- 1
- 2
JetBrains·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
- 4
JetBrains·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.