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...
Get rid of app which occupies given port Check app PID netstat -ano | findstr ":<port>" netstat -ano | findstr ":8080" Find what’...
Containers Basics Images Commands COMMANDs and ENTRYPOINTs Networking Network: Bridge Network: Host Networ...
Shortcuts Go to next Error F2 Go to previous/next method Alt + Up/Down Clipboard manager Ctrl + Shift + V Windows Clipboard manage...
Table of Contents Table of Contents Theory Cassandra Keyspaces Tables Partitions Node / Nodetool Token Ring Peer-to-Peer Virtual Nodes (VNodes) Gossip Snitches Replicati...
Table of Contents Table of Contents Chapter 1: What Are Microservices? Key concepts of Microservices Monolith Single-process monolith Modular mon...
Table of contents Table of contents Syntax Variables Best practices Values Secrets Environmental variables Locals Outputs Data sources Dynamic expressions ...
Expand selection Shift + Alt + Left/Right Duplicate line Shift + Alt + Up/Down Close tag ( requires Auto Close Tag extension) Alt + . ...