- https://rexegg.com/ - Regular Expressions
- https://gitmoji.dev/ - An emoji guide for your git-commit messages
- https://learn.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest - How to install the Azure CLI
- https://reqres.in/ - Test your front-end against a real API
- https://jwt.io/ - Allows you to decode, verify and generate JWT
- https://sqliteonline.com/ - SQL OnLine IDE
- https://postgrespro.ru/docs/postgresql/15/index - Документация к PostgreSQL 15.1
- https://metanit.com/sql/postgresql/ - Руководство по PostgreSQL
- https://semver.org/ - Semantic Versioning
- https://www.conventionalcommits.org/ - Conventional Commits
- https://nvie.com/posts/a-successful-git-branching-model/ - GitFlow
- https://commitlint.io/ - Lint commit messages online
- https://cbea.ms/git-commit/ - How to Write a Git Commit Message
- https://habr.com/ru/company/yandex/blog/431432/ - Как генерировать осмысленные коммиты
- https://www.oracle.com/java/technologies/javase/codeconventions-contents.html - Code Conventions for the Java
- https://google.github.io/styleguide/javaguide.html - Google Java Style Guide
- https://www.sqlstyle.guide/ - SQL Style Guide
- https://jdk.java.net/ - Oracle OpenJDK
- https://adoptium.net/ - Adoptium Temurin
- https://aws.amazon.com/ru/corretto/?filtered-posts.sort-by=item.additionalFields.createdDate&filtered-posts.sort-order=desc - Amazon Corretto
- https://levelup.gitconnected.com/semantic-release-automation-with-gradle-using-nyx-ba345235a365 - Semantic Release Automation with Gradle using Nyx
- https://bool.dev/blog/detail/gof-design-patterns - Gand of Four (GoF)
- https://pvs-studio.com/ru/blog/posts/java/0603/ - PVS-Studio для Java
- https://12factor.net/ru/ - Двенадцать факторов (The Twelve-Factor App)
- https://stackoverflow.com/help/minimal-reproducible-example - Как создать минимальный, воспроизводимый пример