Jekyll & Liquid
Knowledge, commands, configurations, guides and everything helpful while using Jekyll and Liquid. Liquid Escape Liquid To avoid Liquid being interpreted, wrap it with between {% raw %} and {% en...
Knowledge, commands, configurations, guides and everything helpful while using Jekyll and Liquid. Liquid Escape Liquid To avoid Liquid being interpreted, wrap it with between {% raw %} and {% en...
Knowledge, commands, configurations, guides and everything helpful when working with PowerShell in Windows. Basics Comments # Use hashtag for comments in PowerShell Get-I...
Knowledge, commands, parameters, configurations, guides, settings and everything relevant when using GitLab CI/CD pipelines. Links docs.gitlab.com/ee/ci/examples CI/CD Templates ...
Everything that is too short to constitute a separate entry. Git Push commits up to given commit: git push origin {commitid}:{branch} OpenRewrite Usage Add desired recipe into root pom.x...
Guides too short to be separated. How to use Postman without need to register Install Postman 10.13.6 - the last version before account requirement. Add this to hosts file: # Disable Postman au...
Knowledge, commands, parameters, configurations, guides, settings and everything relevant when using Maven. CLI Arguments list https://maven.apache.org/ref/current/maven-embedder/cli.html In...
Knowledge, commands, configurations, guides and everything helpful when using Trivy vulnerability detection tool. Trivy Commands File system scan trivy fs --severity HIGH,CRITICAL --scanners vu...
Examples of ready-to-use handy configurations for various tools like Git, EditorConfig, Windows Terminal themes etc. AI Custom AI Response as a Senior Software Engineer. Unless otherwise instruc...
Knowledge related with certificates, cryptography and similar topics. Private Key Should never ever leave machine on which it was generated No transmitting private key in any f...
Two separate git profiles simultaneously (e.g. Work and Home) Summary How use two separate git profiles: without risk of forgetting to perform a switch without even needing to make switches...