Skip to content

Instantly share code, notes, and snippets.

View sarvsav's full-sized avatar
🌲
golang - green developer

Sarvsav Sharma (Max) sarvsav

🌲
golang - green developer
View GitHub Profile
@sarvsav
sarvsav / download_latest_release.sh
Created March 5, 2024 20:12
Download the latest release from the github repo
#!/bin/bash
# Check if jq is installed
if ! command -v jq &> /dev/null; then
echo "jq is required but it's not installed. Please install jq first."
exit 1
fi
# Check if curl is installed
if ! command -v curl &> /dev/null; then
  1. How to map the git bash home folder in windows?

Open git bash and cd to root folder and type explorer . and it will open the folder in windows.

@sarvsav
sarvsav / engineering_quotes.md
Created March 10, 2025 08:19
List of good engineering quotes found over the internet, books, and other places

A little copying is better than little dependency.

#SoftwareEngineering #BestPractices #programming #golang


Laws of Software Architecture:

  1. Everything in software architecture is a trade-off.
  2. Why is more important than how.
@sarvsav
sarvsav / tools_for_life.md
Created May 1, 2025 18:10
Bookmarks tools for daily life