Som B
banner
som-b.bsky.social
Som B
@som-b.bsky.social
All things computers and tech.
Pinned
I am just a chill guy learning all about tech, from silicon to AI.
Full DevOps pipeline of a java project
June 6, 2025 at 11:40 PM
Reposted by Som B
Wanted to add vim-shortcuts to Obsidian? e.g. with leader key same as in vim/neovim instead of only `cmd/ctrl/alt` commands?

I uploaded my docs how to do it with the vimrc-plugin. Maybe it helps someone.
www.ssp.sh/brain/vimrc-...
Vimrc for Obsidian
Open developer mode in [[Obsidian]] Cmd+option+I and type :obcommand, this will show all commands possible in Obisidan VimRC plugin. As of [[2025-04-30]] - these are all the shortcuts for vimrc in Obs...
www.ssp.sh
April 30, 2025 at 6:33 PM
Foundational CS Concepts you should know
April 9, 2025 at 5:35 AM
Bayes Theoram visual proof
March 9, 2025 at 10:03 PM
Types of Load Balancers

1. ALB = Layer 7 load balancer for HTTP/HTTPS apps

2. NLB = Layer 4 load balancer for fast TCP/UDP traffic

3. GWLB = Load balancer for scaling network appliances (firewalls, IDS/IPS)
March 9, 2025 at 10:02 PM
February 11, 2025 at 9:32 AM
Service mesh is an infrastructure layer designed to manage service-to-service communication in microservices architectures.
It acts as a network of proxies (sidecars) that intelligently manage and control traffic between microservices.
It operate at the application layer (Layer 7)
February 10, 2025 at 8:49 AM
Auth methods
February 4, 2025 at 2:06 PM
Best schematic diagram showcasing Transformers architecture in LLMs.
December 31, 2024 at 11:07 PM
Instead of git add . , try git add -p , it's like a mini code review.
December 31, 2024 at 6:06 AM
Surface mount devices
December 29, 2024 at 3:15 PM
Humanity if LLMs quit yapping and just gave out the code.
an artist 's impression of a futuristic city with flying vehicles
ALT: an artist 's impression of a futuristic city with flying vehicles
media.tenor.com
December 29, 2024 at 2:37 PM
You can create a repo in Github using the github cli with this command. In your project directory:
git init (if you have not initialized a git yet)
gh repo create <repo_name> --public --source=. --remote=origin
December 1, 2024 at 12:11 AM
Quick vim/nvim tip: Use gi to go to last inserted/edited position.
November 29, 2024 at 10:34 PM
Modern "switches" are practically multilayer switches, providing functionalities of both Bridges ( Layer 2 ) & Routers. ( Layer 3 )
November 29, 2024 at 2:21 AM
Reposted by Som B
Let's Practice some Container Debugging 🔽

Starting with an easy one, can you edit a file in a running container? labs.iximiuz.com/challenges/e...
November 27, 2024 at 12:05 PM
November 26, 2024 at 9:00 PM
caps lock is the most useless key ever. who thought putting that big ass key right in prime position. I remap it to esc lol.
November 25, 2024 at 1:31 PM
Comparison between different services provided by AWS, Azure, GCP & Cloudflare.

PS: Cloudflare specializes in networking, security, and performance rather than full cloud infrastructure. Cloudflare Workers stand out for edge deployment.
November 24, 2024 at 5:42 PM
Multiplayer network programming in Quake 3

fabiensanglard.net/quake3/netwo...
Quake 3 Source Code Review: Network Model
fabiensanglard.net
November 24, 2024 at 2:11 PM
I am just a chill guy learning all about tech, from silicon to AI.
November 24, 2024 at 2:10 PM
Reposted by Som B
cool stuff
November 22, 2024 at 1:57 PM