Claude Cli

Claude Cli

Slash Commands # Setup terminal /terminal-setup # Set theme /theme # Setup configurations /config # Set model (Select model and efforts - with left/right arrows) /model # Name the conversation…
Git – Versioning System

Git – Versioning System

Git is one of the most fundamental and essential tool in computer science today. It is certainly the most required tool for not only every software engineer but also for…
Kubernetes

Kubernetes

Kubernetes (often abbreviated as K8s) is an open-source platform designed to automate the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained…
System Design

System Design

Below is a system design interview document template you can reuse for almost any problem. It’s written in the same “requirements → architecture → scale math → failure modes →…
dotnet-cli

.NET CLI Technical Document

What the .NET CLI is The .NET CLI is the command-line interface for: creating solutions/projects, restoring NuGet packages, building, running, testing, publishing apps, managing SDKs, tools, workloads, and NuGet configuration.…

Azure CLI

Below are the list of commands that are organised based on the resources: # Authenticate az login # List accounts az account list --output table # Change active subscription az…
C# Collections

C# Collections

In C#, collections are used to store, manage, and manipulate groups of related objects. Instead of working with fixed-size arrays, collections provide flexibility, type safety, and powerful operations such as…
Python Packaging and Management

Python Packaging and Management

Developers come across the scenario of switching between multiple versions of interpreters, simply because the project they work on requires different interpreter versions and also different bunch of libraries. In…
Database Management System

Database Management System

A database is an organized collection of related data stored electronically so it can be easily accessed, managed, and updated. Databases are designed to handle large amounts of information efficiently…
Azure Could Services

Azure Could Services

Azure provides a full spectrum of cloud services, categorized by management control: IaaS (Infrastructure as a Service) - VMs, VNet, Blob Storage, Azure Disk Storage - Tenant manages infrastructure that…