Skip to content

Instantly share code, notes, and snippets.

@brianjbayer
brianjbayer / gist-curlless-rack-based-healthchecks.md
Last active May 9, 2025 20:41
Add Rack-based liveness and readiness health checks and a Ruby program to check them to your (Rails) application

Adding Rack-Based Health Checks Without curl or wget

Lake View Cemetary, Cleveland OH - Wendy Bayer

Image: Lake View Cemetary, Cleveland OH by Wendy Bayer


You can not address a problem without first knowing that there is a problem. Having health checks in your application allows you to easily determine and monitor the status of your critical application

@vasanthk
vasanthk / System Design.md
Last active October 28, 2025 05:19
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active October 29, 2025 11:48
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname