Explore >> Select a destination


You are here

gist.github.com
| | blog.danskingdom.com
1.5 parsecs away

Travel
| | Git is super powerful, but can also be confusing, especially when using the command line interface (CLI). It has so many commands, and I only regularly use a handful of them.
| | betterdev.blog
1.1 parsecs away

Travel
| | Git allows us to define aliases, which are our own commands we can use. Here I will show Git aliases that I use in everyday work. With explanation.
| | github.com
1.3 parsecs away

Travel
| | My LaTeX template with tight Git and GitHub integration - pbelmans/latex-template
| | lackofimagination.org
24.9 parsecs away

Travel
| Despite all its strengths, SQL can be awkward to integrate with host languages such as JavaScript and Python. There's often an impedance mismatch between SQL's declarative nature and the host language's object-oriented or functional paradigms - SQL queries are typically written as strings within the host language, making it difficult to apply composable programming techniques...