Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Milestone
Milestone: Passing the AWS Certified Advanced Networking – Specialty (ANS-C01) Exam
Embracing Complexity: Achieving the AWS Certified Advanced Networking – Specialty (ANS-C01) As someone deeply immersed in AWS architecture, the AWS Certified Advanced Networking – Specialty (ANS-C01) certification presented an exciting challenge. It ...
More from this blog
Redis Cheatsheet
Install Redis cli $ brew install redis-cli General PING # Test connection, returns PONG AUTH <password> # Authenticate with password SELECT <db> # Switch to a specific database (default is 0) DBSIZE # Get total nu...

InfluxDB3 cheatsheet
InfluxDB 3 client: influxctl influxctl is the official command-line tool for managing and interacting with InfluxDB 3 clusters. Think of it as your Swiss Army knife for database setup, bucket management, and query execution. This cheatsheet gives you...
Linux cheatsheet
Here is an extended and fully annotated version of the Linux Cheatsheet blog in Markdown, with: Brief descriptions for each command An Advanced Topics section covering cron, systemd, firewalld, SELinux, and more Linux Cheat sheet System Informat...

Milestone: 1 year of leetcode
1 Year on LeetCode: Lessons, Struggles, and Growth Exactly one year ago, I made a commitment — to open LeetCode daily, without excuses, and start solving problems that once made me uncomfortable. What started as a casual attempt to improve my DSA ski...

Git Cheatsheet
Git Cheatsheet – The Ultimate Guide Whether you're just getting started with Git or you're a seasoned developer, having a handy cheatsheet saves time and avoids Googling the same commands over and over again. This guide is organized into Basic, Inter...
