Dev
Articles tagged "dev"
2025-11-13
This guide demonstrates how to launch an Intel ipex-llm Docker container, start a vLLM API server configured for the Qwen3-8B model with tool-calling capabilities, query the server using curl, and interpret a sample response. Then, we’ll …
2025-11-05
When your orchestration logic becomes complicated, you can end up with lots of hardly readable YAML code, and it’s not very nice to maintain, ie. when mutating variables with combinations of template filters, set_fact and the like. The solution …
2025-07-08
In this article, we’re going to present some of my favorite Python object oriented and meta programming features to refactor code, as well as other basics required to kill it with Python, a bit of packaging, some testing patterns. I hope this …
2025-04-07
Are you ready to revolutionize your command-line experience? Say hello to prompt2, the cutting-edge software that brings the power of AI directly to your terminal. Whether you’re a developer, a sysadmin, or just a tech enthusiast, prompt2 is …
2025-03-21
chttpx also registers as a pytest plugin, because as you know, I’m pretty lazy when it comes to repetitive test writting which is why I developed django-dbdiff and django-responsediff and also cli2.test.autotest. Let’s have the same thing …
2025-02-22
cli2 v4 is out! Well, cli2 started as a minuscule thing, basically it was supposed to be just a CLI
But, since 2018, it became my personnal automation framework to crush any DevOps gig on my way by automating absolutely everything in record efforts. …
2024-06-24
This tutorial aims to teach Git basics to work in a team.
In this tutorial, you are going to have 3 roles:
the git server, Alice, a developer Bob, another developer. Git central First, create what will serve as central git server for this tutorial: …
Found 7 articles.