• Skip to main content
  • Skip to primary navigation
  • Skip to primary sidebar
  • Skip to footer
codesamplez.com
  • Home
  • Featured
    • Advanced Python Topics
    • AWS Learning Roadmap
    • JWT Complete Guide
    • Git CheatSheet
  • Explore
    • Programming
    • Development
      • microservices
      • Front End
    • Database
    • DevOps
    • Productivity
    • Tutorial Series
      • C# LinQ Tutorials
      • PHP Tutorials
  • Dev Tools
  • About
  • Contact
You are here: Home / Archives for Development

Development

Server Side Request Forgery (SSRF) Explained for Developers

Updated August 3, 2026 by Rana Ahsan Leave a Comment ⏰ 17 minutes

SSRF Guide For Developers

Server Side Request Forgery (SSRF) tricks your own server into fetching malicious URLs — leaking cloud credentials, exposing internal services, and bypassing firewalls entirely. This guide walks through a real vulnerable Python app, explains every attack vector including DNS rebinding, and builds a production-ready fix with six layers of defense.

JSON vs JSONC vs JSON5: The Complete Guide for Devs

Updated April 14, 2026 by Rana Ahsan Leave a Comment ⏰ 20 minutes

JSON vs JSONC vs JSON5

JSON, JSONC, and JSON5 look almost identical but break in completely different ways. This guide covers the real grammar constraints, parser compatibility traps, trailing-comma gotchas, and a decision framework to pick the right format for APIs, configs, and CI pipelines.

A step-by-step guide to building a simple RAG system in Python

Updated February 5, 2026 by Rana Ahsan Leave a Comment ⏰ 11 minutes

RAG Systems In Python

Build a small, practical Retrieval-Augmented Generation (RAG) system in Python: chunk your docs, embed them, store vectors in Chroma, retrieve top matches, and have an LLM answer using only that context. Includes a runnable example and common pitfalls.

Add Memory to AI Agent: Python Tutorial for Beginners

Updated January 21, 2026 by Rana Ahsan Leave a Comment ⏰ 16 minutes

Add Memory To AI Agents

Discover how to add memory to AI agent systems using pure Python—no frameworks required. This hands-on tutorial walks you through building short-term conversation tracking and long-term persistent storage, transforming stateless chatbots into context-aware assistants that actually remember your conversations and preferences across sessions.

Model Context Protocol For Beginners: Superpower of AI Agents

Updated January 8, 2026 by Rana Ahsan Leave a Comment ⏰ 11 minutes

MCP For Beginners

Model Context Protocol (MCP) is Anthropic’s open standard that lets AI agents securely access your tools, databases, and APIs. Think of it as USB-C for AI—one universal protocol connecting language models to everything they need to actually get work done in your environment.

Next Page »

Primary Sidebar

  • Facebook
  • X
  • Pinterest
  • Tumblr

Subscribe to Blog via Email

Featured Dev Tools

  • Free Screenshot API
  • JSON Formatter

Top Picks

Building AI Agent

Building AI Agent From Scratch: Complete Tutorial

python local environment setup

Python Local Development Environment: Complete Setup Guide

In-Depth JWT Tutorial Guide For Beginners

JSON Web Tokens (JWT): A Complete In-Depth Beginners Tutorial

The Ultimate Git Commands CheatSheet

Git Commands Cheatsheet: The Ultimate Git Reference

web development architecture case studies

Web Development Architecture Case Studies: Lessons From Titans

Recently Published

SSRF Guide For Developers

Server Side Request Forgery (SSRF) Explained for Developers

Git Worktree

Git Worktree Explained: Work on Multiple Branches at Once

JSON vs JSONC vs JSON5

JSON vs JSONC vs JSON5: The Complete Guide for Devs

visual diff github

SnapDrift: Free Auto Visual Regression Testing On GitHub Actions

Local Coding Agent

Local LLM for Coding: Free AI Coding Agent With Ollama + Claude

Footer

Subscribe to Blog via Email

Demos

  • Demo.CodeSamplez.com
  • Facebook
  • X
  • Pinterest
  • Tumblr

Explore By Topics

Python | AWS | PHP | C# | Javascript

Copyright © 2026

Advertisement
Advertisement