Tag: intermediate
All 4 lessons tagged 'intermediate' on ai-learn.
Running llama.cpp locally with Qwen3.6 35B A3B and systemd
A practical guide to installing and configuring llama.cpp to serve the Qwen3.6 35B A3B mixture-of-experts model locally, including tuning runtime parameters and setting up a systemd service so the inference server starts automatically on boot.
· 14 min read · 17 min listen
What's new in .NET 11
An overview of the upcoming features and improvements in .NET 11, including practical examples and code snippets to illustrate how to use them in real projects.
· 17 min read · 25 min listen
SQL optimisation tips and tricks
A practical guide to writing faster SQL queries by understanding how the database engine executes them and applying proven optimisation techniques. Covers indexing strategies, query rewriting, execution plan analysis, and common performance pitfalls to avoid.
· 19 min read · 22 min listen
Hardening a Debian installation
A practical guide to securing a fresh Debian server by reducing its attack surface, locking down access, and enabling proactive monitoring. Covers user account policies, SSH hardening, firewall configuration, and automated intrusion prevention.
· 16 min read · 22 min listen