Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » python » Page 4
Security tutorial - IT technology blog
Posted inSecurity

Hardening JWT: Real-World Lessons from 6 Months in API Production

May 2, 2026
Practical JWT security lessons from 6 months in production. Learn why you should migrate to RS256, how to handle revocation with Redis, and how to stop 'none' algorithm attacks.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Apache Cassandra Deployment Guide: NoSQL for High Availability and Write-Heavy Workloads

May 1, 2026
Apache Cassandra is the go-to database when you need to handle massive write throughput without a single point of failure. This guide walks through deploying a 3-node cluster, designing tables around your query patterns, and tuning Cassandra for real production workloads.
Read More
AI tutorial - IT technology blog
Posted inAI

Fixing RAG Retrieval Failures: A Practical Guide to BM25 and Hybrid Search

May 1, 2026
Vector search often misses exact technical terms and specific IDs. This guide explains how to combine BM25 and Vector Search using Hybrid Search and RRF to increase RAG accuracy by up to 20%.
Read More
AI tutorial - IT technology blog
Posted inAI

Beyond Linear Chains: Building Production-Ready AI Agents with LangGraph

April 30, 2026
Ditch the spaghetti code. Learn how to use LangGraph to build resilient, stateful AI agents with built-in error handling and human-in-the-loop checkpoints.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Scaling Beyond REST: A Hands-on Guide to Redis Streams and Python

April 30, 2026
Tired of cascading timeouts in your microservices? Discover how Redis Streams and Python provide a lightweight, persistent alternative to Kafka for building reliable event-driven systems.
Read More
Security tutorial - IT technology blog
Posted inSecurity

OAuth 2.0 and OpenID Connect Security: Common Vulnerabilities and How to Implement Them Correctly

April 28, 2026
OAuth 2.0 and OpenID Connect are the backbone of modern authentication, but misconfiguration is common and costly. This guide covers the most frequent vulnerabilities — missing state parameters, open redirects, improper token validation — and shows you how to implement each step correctly with practical Python examples.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Python Background Tasks: A Production-Ready Guide to Celery and Redis

April 27, 2026
Offload heavy processing and prevent server crashes. This production guide covers implementing Celery and Redis for asynchronous tasks, retries, and scheduled jobs in Python.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Stop Fighting Data Validation Bugs: A Deep Dive into Pydantic v2

April 27, 2026
Tired of production crashes caused by dirty data? Learn how Pydantic v2 uses a Rust-powered core to provide lightning-fast, type-safe validation and configuration for modern Python.
Read More
AI tutorial - IT technology blog
Posted inAI

Build a Local Voice Assistant with Whisper and Ollama: Fully Offline Speech Recognition and LLM Response

April 24, 2026
A practical guide to building a fully offline voice assistant using Whisper for speech recognition and Ollama for local LLM responses — no cloud APIs, no latency overhead, complete privacy. Based on six months of production experience with measurable performance data.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Stop Fighting YAML: Build Portable Pipelines with Dagger

April 23, 2026
Ditch the YAML mess. Learn how Dagger lets you write CI/CD pipelines in Python that run the same on your local machine and any cloud provider.
Read More

Posts pagination

Previous page 1 2 3 4 5 6 … 11 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top