Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,534articles · 30d
  • 1+ hour agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,730
  • Science & Technology 9,604
  • Computers & Electronics 7,467
  • Business & Industrial 797
  • Internet & Telecom 774
  • Economy, Business & Finance 393
  • Finance 335
  • Arts, Culture, Entertainment & Media 239

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > sarantoon > five-ollama-settings-you-should-tune-before-running-local-models-seriously-3eee

Five Ollama Settings You Should Tune Before Running Local Models Seriously

1+ day, 13+ hour ago   (575+ words) By Nokka | September 11, 2026 People install Ollama and hit the same wall: responses are slower than expected even on good hardware. Most of the time the hardware is not the problem. The defaults are simply not tuned for sustained heavy use…...

DEV Community
dev.to > gacherimutua > understanding-apache-airflow-33-key-improvements-features-every-data-engineer-should-know-and-2ae4

Understanding Apache Airflow 3.3: Key Improvements, Features Every Data Engineer Should Know, and Real-World Use Cases.

6+ day, 8+ hour ago   (267+ words) 1. The Task and Asset State Stores With the Task State Store Airflow 3.3 utilizes tasks to save pieces of metadata that persist across retries. Instead of starting over from scratch, a subsequent attempt of the same task can fetch the metadata,…...

DEV Community
dev.to > cherware > how-a-ticket-system-became-my-agentic-ai-lab-hen

How a Ticket System Became My Agentic AI Lab

6+ day, 15+ hour ago   (709+ words) What does an AI coding agent need in order to be useful in a real software project? Not a toy... Tagged with ai, agents, softwareengineering, devtools....

DEV Community
dev.to > akshatsoni26 > beyond-vibes-architecting-closed-loop-ai-agents-with-local-slms-deterministic-evals-and-human-3kkf

Beyond Vibes: Architecting Closed-Loop AI Agents with Local SLMs, Deterministic Evals, and Human Learning Loops

1+ week, 3+ hour ago   (709+ words) When you run a 3-billion-parameter model like Llama 3.2 locally on commodity hardware, the initial experience feels like magic: it is fast, private, and runs completely offline with zero API costs. Then you put it in front of real operational data…...

DEV Community
dev.to > milkyway008 > ollama-model-loads-time-out-after-the-03210-upgrade-the-load-mode-change-and-the-fix-25m

Ollama Model Loads Time Out After the 0.32.10 Upgrade: The Load Mode Change and the Fix

1+ week, 4+ hour ago   (651+ words) If your Ollama install started timing out right after an upgrade, you're probably staring at this after five patient minutes: Nothing in that error says why. The model never finished loading. It's a regression that showed up in 0.32.10 and is…...

DEV Community
dev.to > natuworkguy > ollamas-cloud-suffix-isnt-a-label-its-a-silent-instruction-i-bypassed-it-ce4

Ollama's -cloud suffix isn't a label, it's a silent instruction. I bypassed it.

1+ week, 1+ day ago   (762+ words) I never built:31b. I built:31b-cloud. I asked for:31b-cloud. Ollama went looking for something else, didn't find it, and told me so, using a name that existed nowhere on my machine, in my registry, or in my head. TL;…...

DEV Community
dev.to > doberman > prompt-filters-are-advisory-enforce-on-the-execution-path-kd4

Prompt filters are advisory. Enforce on the execution path.

1+ week, 3+ day ago   (1514+ words) Simon Willison calls it the lethal trifecta: private data, untrusted content, and a way to exfiltrate, all in the same session. A coding agent on your laptop has all three by default. It reads your code (private data), it reads…...

DEV Community
dev.to > adev3loper > understanding-apache-airflow-33-key-improvements-features-every-data-engineer-should-know-and-32b2

Understanding Apache Airflow 3.3: Key Improvements, Features Every Data Engineer Should Know, and Real-World Use Cases

1+ week, 4+ day ago   (1723+ words) Airflow 3.3.0 shipped on 6 July 2026, with 3.3.1 following about five weeks later. It's a much smaller release than 3.0 was, and that's fine. Nothing about how you write Dags has changed. What did change is a set of things most of us have…...

DEV Community
dev.to > evgeniy_kormin > divide-and-let-the-llm-do-the-rest-from-personal-experience-to-architecture-53hc

Divide and Let the LLM Do the Rest: From Personal Experience to Architecture

1+ week, 5+ day ago   (1199+ words) A few years ago, I started thinking about a simple question: How far can we actually push an LLM on a complex software project? That's already well established. I mean something harder: Can an LLM take a complex problem, break…...

DEV Community
dev.to > laura_cristinachicovisd > how-to-integrate-apache-airflow-with-openlineage-for-end-to-end-traceability-15ca

How to integrate Apache Airflow with OpenLineage for end-to-end traceability

1+ week, 5+ day ago   (786+ words) By the end of this walkthrough, every DAG run in your Airflow instance emits structured lineage events that name the exact tables each task read and wrote, and you can open a graph and answer "which upstream job produced this…...