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 » CLI
Programming tutorial - IT technology blog
Posted inProgramming

Build Modern CLI Tools with Typer and Python: Type Hinting, Validation, and Professional Command Line Interfaces

July 14, 2026
Learn how to build production-ready CLI tools with Typer and Python using type hints for automatic validation, subcommands, and shell autocomplete. Covers real-world patterns including custom validators, testing with CliRunner, and packaging as installable commands — based on production experience replacing fragile argparse scripts.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Building Professional Terminal UIs with Textual and Python: Widgets, Layouts, and Real-time Updates

June 16, 2026
After six months running a production dashboard built with Textual, here's a practical guide to building real Terminal UIs in Python — covering widgets, reactive layouts, real-time updates, and tips that tkinter never offered.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Wrangling JSON and YAML: Practical jq and yq Techniques for Linux

May 22, 2026
Stop fighting with line-based tools like grep. Learn to use jq and yq to navigate and edit JSON and YAML data with structural precision on Linux.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Building Cross-Platform Apps with Deno 2.0: CLI Tools, HTTP Servers, and npm Integration

May 21, 2026
Deno 2.0 lets you build CLI tools, HTTP servers, and full applications in TypeScript with zero configuration — and now supports npm packages natively. This guide walks you through everything from installation to compiling cross-platform binaries, with practical code examples you can use right away.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Manual Web Forensics: Hunting SQLi and Web Shells via CLI Logs

May 17, 2026
Master manual web forensics using Linux CLI tools like grep and awk to detect SQL injection and hidden web shells in your server logs during an incident.
Read More
Linux tutorial - IT technology blog
Posted inLinux

FFmpeg on Linux: A Practical Guide to Video Processing and Compression

May 8, 2026
Master FFmpeg on Linux with this guide. Learn to cut, merge, and compress videos directly from the command line using efficient, production-ready techniques.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

VyOS CLI Guide: Building a Professional Virtual Router from Scratch

May 7, 2026
Turn any virtual machine into a high-performance enterprise router. This guide provides hands-on CLI instructions for VyOS routing, stateful firewalls, and NAT configuration.
Read More
AI tutorial - IT technology blog
Posted inAI

Configuring Claude Code: A Guide to the settings.json File

April 26, 2026
Optimize your Claude Code CLI experience by mastering the settings.json file. Learn how to automate command approvals, switch models to save costs, and set custom project instructions.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Building Professional CLI Tools with Python Click and Rich: From Simple Script to Polished Command-Line App

April 8, 2026
Learn how to build professional Python CLI tools using Click and Rich by comparing approaches, understanding trade-offs, and following a hands-on implementation guide. From decorator-based commands to Rich tables and progress bars, this tutorial covers everything you need to turn a Python script into a tool your team will actually use.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Regex Tutorial: A Practical Guide with Examples and Online Tester

March 21, 2026
Navigate Regular Expressions with confidence. This practical guide covers core concepts, syntax, and real-world examples to solve common text processing problems efficiently.
Read More

Posts pagination

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