/Tips

How To Add A Directory To Your PATH

- Julia Evans tl;dr: “I was talking to a friend about how to add a directory to your PATH today. It’s something that feels “obvious” to me since I’ve been using the terminal for a long time, but when I searched for instructions for how to do it, I actually couldn’t find something that explained all of the steps. So I wanted to try to write down some more complete directions and mention some of the gotchas I’ve run into over the years.”

featured in #591


4 Quick Steps For Better Incident Resolution In DevOps

tl;dr: Accelerate your time to resolution and build resilience into your systems with this simple 4-step approach. This guide outlines critical best practices for ensuring your organization’s response to incidents is as efficient and effective as possible.

featured in #583


4 Quick Steps For Better Incident Resolution In DevOps

tl;dr: Accelerate your time to resolution and build resilience into your systems with this simple 4-step approach. This guide outlines critical best practices for ensuring your organization’s response to incidents is as efficient and effective as possible.

featured in #583


Levels Of Defensiveness

- Marc Gauthier tl;dr: “I like it when running a production system is boring. No outages, no hotfixes, no on-call duties… no problems. It might sound unachievable, but there are steps you can take to get closer to this state. One approach to get there I really like is being defensive with my code.”

featured in #581


SQL Tips And Tricks

- Ben Nour tl;dr: “A somewhat opinionated list of SQL tips and tricks that I've picked up over the years in my job as a data analyst. Please note that some of these tips might not be relevant for all RDBMs.”

featured in #568


Tiger Style

tl;dr: “TigerBeetle's coding style is evolving. A collective give-and-take at the intersection of engineering and art. Numbers and human intuition. Reason and experience. First principles and knowledge. Precision and poetry. Just like music. A tight beat. A rare groove. Words that rhyme and rhymes that break. Biodigital jazz. This is what we've learned along the way.”

featured in #555


SQL Tips And Tricks

- Ben Nour tl;dr: “A somewhat opinionated list of SQL tips and tricks that I've picked up over the years in my job as a data analyst. Please note that some of these tips might not be relevant for all RDBMs.”

featured in #554


SQL Tips And Tricks

- Ben Nour tl;dr: “A somewhat opinionated list of SQL tips and tricks that I've picked up over the years in my job as a data analyst. Please note that some of these tips might not be relevant for all RDBMs.”

featured in #553


Effective Changelogs

- David Brownman tl;dr: “The Keep a Changelog project offers some good high-level guidelines, but speaking as someone who is frequently frustrated by changelogs, it seems like more specific advice is in order. I've collected some simple tips and examples to ensure your changelogs are fit for human consumption.”

featured in #543


Advanced Terminal Tips And Tricks

- Daniel Kleinstein tl;dr: “I wanted to share some things I learned at relatively late stages in the game that ended up being significant productivity boosters for me: (1) Use command line editing. (2) tmux scripting. (3) Use fzf liberally in custom scripts. (4) Use /dev/stdin as a replacement for heredocs. (5) Use SSH multiplexing.

featured in #534