Python Data Types: A Comprehensive Guide

An in-depth look at Python data types, exploring their usage and importance in programming.

November 19, 2024 · 17 min · 3594 words · Nirajan Khatiwada

Singly Linked List (SLL) | DSA Series Day 3

A complete guide to singly linked lists covering nodes, insertion, deletion, traversal, and searching operations.

April 13, 2026 · 6 min · 1094 words · Nirajan Khatiwada

Structured Output in LangChain: Pydantic Models & Output Parsers

Learn how to enforce structured outputs in LangChain using Pydantic schemas, with_structured_output, and output parsers to build reliable, production-ready LLM applications.

December 29, 2025 · 5 min · 942 words · Nirajan Khatiwada

Django ORM Mastery: CRUD, Filtering & Aggregation

Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.

January 4, 2025 · 9 min · 1798 words · Nirajan Khatiwada

Python Control Structures: Loops and Conditionals Guide

A detailed examination of Python’s control structures, focusing on loops and conditionals to enhance your programming skills.

November 18, 2024 · 4 min · 684 words · Nirajan Khatiwada

Doubly Linked Lists in Python: Bidirectional Traversal

A complete guide to Doubly Linked Lists in Python, featuring bidirectional traversal and advanced node operations.

October 22, 2024 · 5 min · 883 words · Nirajan Khatiwada

Chains in LangChain: Sequential, Parallel & Conditional Workflows

Learn how to compose powerful LLM workflows in LangChain using chains, including sequential, parallel, and conditional execution patterns with real-world examples.

December 29, 2025 · 4 min · 788 words · Nirajan Khatiwada

Django Model Relationships: OneToOne, OneToMany, ManyToMany

Detailed guide on Django model relationships, covering OneToOne, OneToMany, and ManyToMany relations. Essential for managing complex data relationships in Django.

January 5, 2025 · 8 min · 1525 words · Nirajan Khatiwada

Python Functions: A Complete Guide to Reusable Code

An in-depth exploration of Python functions, their usage, and importance in programming.

November 17, 2024 · 4 min · 848 words · Nirajan Khatiwada

Circular Linked List (CLL) | DSA Series Day 5

A complete guide to circular linked lists covering circular traversal, structure, and core operations.

April 13, 2026 · 4 min · 708 words · Nirajan Khatiwada