ichiragkumar.tech๐ NestJS Blog Series โ Series 1๐ ๏ธ Bootstrapping a NestJS App & Understanding App Structure โ Getting Started with nest new todoApp We create a new NestJS project using the CLI: nest new todoApp This sets up a clean TypeScript backend with: A modular structure TypeScript out o...May 6, 2025ยท3 min read
ichiragkumar.tech๐ฆ Rust Series 3: **Generics, Traits & Implementations**โจ Introduction Welcome back to our Rust learning journey! In our last post, we explored control flow, functions, and ownership. Today, we dive into three powerful concepts that make Rust both flexible and type-safe: ๐ Generics, Traits, and Implemen...Apr 6, 2025ยท2 min read
ichiragkumar.tech๐ฆ Rust Series 2: Control Flow, Functions, and OwnershipRust is a powerful systems programming language that enforces memory safety without a garbage collector. In this post, we will explore control flow (conditionals & loops), functions, and ownership concepts (move vs. borrowing). ๐ Conditionals in Ru...Mar 31, 2025ยท4 min read
ichiragkumar.tech๐ฆ Rust Series 1: From 0 to 1Welcome to Rust! In this series, we'll cover the basics of Rust programming, starting from installation and setup to writing and running your first program. We'll also cover key data types, variables, and basic operations with examples and edge cases...Mar 28, 2025ยท5 min read
ichiragkumar.tech๐ Learning Go: Syntax, Variables, Loops, and Functions #1Iโll share what Iโm learning about Go (Golang) today. I'll cover the basics like syntax, variables, loops, and functions with examples. I'll keep it simple and to the point so you can easily follow along. Let's dive in! ๐ 1. Syntax in Go Go is a st...Mar 23, 2025ยท5 min read