Latest

All the resources in the Guide, starting with most recent.

Simple Markdown in Sphinx

Part of tutorial

Simple Markdown in Sphinx
Markdown is a simple formatting language. Let's see it in use in Sphinx.
Advanced Usage

Part of tutorial

Advanced Usage
MyST has a lot more to offer than just Markdown-in-Sphinx.
DataGrip Overview

YouTube

DataGrip Overview
This is the overview video of DataGrip, the SQL IDE from JetBrains.
Generate UML Diagrams for your Kotlin code

Tip

Generate UML Diagrams for your Kotlin code
JVM developers working with Kotlin code can create UML diagrams for their Kotlin classes, just like they could with Java classes.
Prevent a Package Depending Upon Another

Tip

Prevent a Package Depending Upon Another
Enforce architecture rules, such as data access layers not depending upon UI layers.