Categories

Jacar categories — explore the topics A rocket whose eyes follow your cursor.
How to Install

What PegaProx adds over the Proxmox VE 9 GUI

PegaProx 0.9.x is an AGPL-3.0 panel that manages several Proxmox VE 8 and 9 clusters, plus XCP-ng, from a single screen. It adds live migration across clusters, OIDC with Entra ID, a CVE scanner and one-click hardening on top of the stock GUI, which only covers one cluster at a time.

Mac

Essential Software for Your New M5 Mac (2026 guide)

100 must-have apps for your M5 Mac organised into 20 categories: browser, notes, terminal, IDE, containers, AI and more. Each pick with purpose, key features, plugins, pricing in EUR and the official link.

Software Development

AI editors in 2026: comparison after a year of use

Claude Code leads long-horizon agentic work, Cursor wins for fast daily interactive editing, Aider dominates CI-pipeline automation, and GitHub Copilot fits teams built around GitHub PRs; Windsurf competes with fresh traction. After a year using all five hard, the most productive combination for most people is still Claude Code plus Cursor.

How to Install

How to install Coolify on Docker (2026 step-by-step guide)

Coolify is an open source self-hosted deployment platform that replicates the Vercel or Heroku experience on your own Docker infrastructure. This guide installs Coolify 4.x step by step on Ubuntu 24.04, from the official script to the first Git deployment with automatic SSL and managed databases.

Methodologies

AI-integrated DevOps tools in my daily flow

After fourteen months testing AI-integrated DevOps tools across several teams, the stack that stays is small: Claude Code, Cursor, and Aider for code; PagerDuty AIOps, Datadog Bits AI, and Grafana Assistant for alert triage; and OpenTofu with OPA for infrastructure generation bounded by policy rules.

Software Development

AI tools for developers: the 2026 stack

The AI tool stack a developer uses in 2026 looks nothing like it did eighteen months ago. Agentic editors, review tools, terminal agents, and test assistants have settled into recognizable roles. A practical guide by category.

Technology

Observability tools I would recommend in 2026

After a decade of Prometheus, three years of consolidation around OpenTelemetry, and the open stack now mature with Grafana, Loki, and Tempo, concrete recommendations for teams starting or reviewing their observability layer: what fits, what is excess, and what to avoid.

Tools

Dokku: the small PaaS that never dies

Dokku lleva más de una década como el PaaS mínimo de código abierto preferido por quien quiere la experiencia Heroku sin la factura. En 2025, con Heroku renaciendo bajo Salesforce y con Kubernetes dominando, sigue ocupando un nicho sorprendentemente saludable.

Technology

Fly.io: deploying globally without complicating your life

Fly.io has spent years selling the idea that deploying an application across several regions should be almost as simple as pushing an image and writing one config line. After several real projects on the platform, here is an honest read on what it delivers, what is missing, and who it is worth choosing over more classic options.

How to Install

How to install n8n self-hosted with Docker

n8n is the low-code automation project that has best adapted to self-hosting. A walk through the real install with Docker Compose, the database and queue decisions to make, and the points where most people trip up the first time.

Tools

Railway and Render: deployment platforms without surprises

Railway and Render have spent years filling the gap between Vercel and AWS. By the fall of 2025 their offering has matured enough for a seasoned assessment: where they beat Heroku, where they fall short of Fly, and what happens when a bill grows.

Tools

Spotify’s Backstage fork: what changes for users

Spotify announced Backstage Plus, its own commercial offering built on top of the open Backstage project. The result is a de facto fork that raises uncomfortable questions about governance of company-donated CNCF projects. A look at the practical implications and what teams already running Backstage in production can do.

Tools

Dokploy: lightweight deployment on top of Docker Swarm

Dokploy has become the most talked-about free alternative to Vercel and Render. It promises Docker Swarm simplicity without the weight of Kubernetes or dependence on a single vendor. We look at where it delivers and where the promise breaks down.

Technology

Mesh networks with WireGuard without losing your mind

WireGuard is simple over a single link, but hand-building a multi-node mesh quickly turns into a tangle of keys and routes. Patterns that work, when pure WireGuard earns its keep, and when it is worth leaning on Tailscale or Headscale instead.

Architecture

Coolify: a self-hosted Vercel on your own infrastructure

Coolify delivers a Vercel- or Heroku-like experience on your own servers: automatic HTTPS, managed databases, and branch previews without per-build or bandwidth fees. After several months using it on production VPS, here is where it shines, where it still has rough edges, and which teams will genuinely benefit from it.

Tools

Home lab: self-hosted lab as a testing ground

A home lab is a self-hosted services lab, at home or on a VPS, where you practice real system administration: reverse proxy, centralized authentication, monitoring with Prometheus and Grafana, and backups verified with Restic. A second-hand mini PC with 16 GB of RAM is enough for thirty or forty containers, and what you learn transfers directly to professional work.

Artificial Intelligence

AI-assisted code review: an honest adoption story

Two years running AI-assisted code review in a real team leave a clear balance: AI catches mechanical oversights well and writes useful pull-request summaries, but it struggles with architectural judgment and produces many false positives on subtle bugs. The single decision that helped the most was not blocking merges on its automated comments.

How to Install

Generics in Go: three years later, what has survived

Generics arrived in Go in March 2022 with high expectations and some skepticism. Three years on, idiomatic code barely uses them on the surface, but they have transformed deep libraries: type-safe collections, database clients, concurrency primitives. This analysis examines what has taken hold and why.

Technology

Vector: A Log Agent Worth Trying

Vector is the Datadog observability agent, written in Rust with its own transformation language VRL. Typically 30-100 MB memory, handling logs, metrics, and traces from dozens of sources. The right choice when pipelines are too complex for Fluent Bit and a modern alternative to Logstash.