Logback
Clips from Logback docs with information I wanted to save for the future. Usually I rephrase paragraphs in order to learn more and make notes concise, but in this case it’s more like a lecture rat...
Clips from Logback docs with information I wanted to save for the future. Usually I rephrase paragraphs in order to learn more and make notes concise, but in this case it’s more like a lecture rat...
Problem Today, all of a sudden, my git push stopped working. Such an error was occurring with every attempt: remote: remote: ======================================================================...
Articles Here are articles I find interesting and useful https://felixcrux.com/blog/it-is-worth-regularly-updating-dependencies Why is it better to regularly update dependencies? Ar...
Knowledge, configurations, guides, commands and everything helpful when using Windows. Get rid of app which occupies given port Check app PID netstat -ano | findst...
Knowledge, commands, parameters, configurations, guides, settings and everything relevant when using Docker. Containers Basics Images Commands COMMAND...
Shortcuts, configurations and everything helpful when working with IntelliJ IDEA IDE. Shortcuts Go to next Error F2 Go to previous/next method Alt + Up/Down ...
Knowledge I managed to gather about Cassandra NoSQL Database technology. Table of Contents Table of Contents Theory Cassandra Keyspaces Tables Partitions Node / Nodetool Token Ri...
Highly elaborate notes from lecture of “Building Microservices: Designing Fine-Grained Systems” book by Sam Newman. Table of Contents Table of Contents Chapter 1: What Are Microservices? ...
Knowledge I managed to gather about Terraform technology. Table of contents Table of contents Syntax Variables Best practices Values Secrets Environmental variable...
Shortcuts, configurations and everything helpful when working with VSCode editor. Expand selection Shift + Alt + Left/Right Duplicate line Shift + Alt + Up/Down ...