Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Pause and Unpause Containers
Pause and Unpause Containers
Test what happens to microservices when they try to talk with an unavailable service.
Cleanup Unused IDE Directories
Cleanup Unused IDE Directories
If you stopped using an older version of the IDE, it's the right time to do some cleanup.
Write SQL queries using popular database packages
Write SQL queries using popular database packages
Work with SQL queries and get completion and other features automatically.
Querying Data from MongoDB Databases
Querying Data from MongoDB Databases
Run any queries you want against the database inside your JetBrains IDE.
Query MongoDB databases using SQL statements
Query MongoDB databases using SQL statements
Run MongoDB queries in SQL format within your IDE.
Connect to a MongoDB database
Connect to a MongoDB database
Access a MongoDB database from your JetBrains IDE and do the work in the same window.
Go App Project Guidelines using Junie
Go App Project Guidelines using Junie
Creating Project Rules and Structure for a Go Application
Building a boilerplate Go app using Junie
Building a boilerplate Go app using Junie
Using AI agents to generate boilerplate application code
What is Junie's Ask Mode?
What is Junie's Ask Mode?
Dive into your project using Ask Mode with Junie for better understanding.
Write effective AI prompts
Write effective AI prompts
Make the most out of your conversations with AI.
Support for TypeScript Types in JSDoc
Support for TypeScript Types in JSDoc
Give the IDE new powers thanks to TypeScript-based types.
Refactor expressions to use pattern matching
Refactor expressions to use pattern matching
Use pattern matching on properties in Boolean logic for more readable and efficient code.