Docker starts today. After fourteen days of Git, the track moves to containers, and it opens with the least glamorous task available: install the packages and start the service.
Both halves of today turned out to be about time. When something starts, how long it takes, and what still holds after a
A pull request can pass the compiler, the formatter, and the linter and still leave behind a serious engineering problem.
Maybe two independent network requests are being awaited one after another. Maybe a log line includes credentials or personal data. Maybe an error is being discarded without mak
Proving Your AI Agent Rules Hold for Every Input — Not Just the Ones You Tested
Here's a question your auditors will eventually ask: "This decision the agent made — on what basis?"
LLMs are probabilistic. Ask twice, get two answers. If your enterprise delegates approvals, refunds, or access decis
While restaurant owners might look to generative AI as a shortcut to sprucing up their menu, customers can viscerally sense that something is wrong with the food.
I’ve been working on a side project called GitCard, and I’m finally at the point where I’d like other developers to try it.
The original idea was pretty simple:
Developers have GitHub, LinkedIn, resumes, and personal websites, but it can still be difficult to quickly show someone what you’ve actua
You might be reading this blog on my personal website, which also serves as my portfolio. I use this space to document what I’m building, the decisions I make, and the things I learn along the way as a freelancer.
In this article, I’ll walk through the architecture and implementation of my blog, wi
Hello! I am looking for a way to sync some of my files amongst different windows 10 computers on the same network. Syncthing might work, but from what I can find it, it cannot work for collaborative editing. I can't seem to find much information on any other alternatives, so any help will be much ap
I've been looking for a good email client for managing multiple accounts and across multiple devices, but it seems like most options are paid and require storing your credentials on the 3rd party's server. That's when I thought self-hosting it might be a good option, but I was having a pretty hard t
Hey everyone, We recently finished migrating 42 active automation workflows from a combined Zapier + Make setup onto a self-hosted n8n instance. Wanted to share the real-world TCO breakdown, architecture choices, and trade-offs for anyone considering the jump. ### The Financial Breakdown (Monthly):
Introdução
Muitas linguagens como C#, Java, entre outras são descritas como orientadas a objeto, possibilitando o paradigma Programação Orientada a Objeto (POO). No entanto, quando falamos de JS, sabemos que por mais que existam objetos, ela é dita como uma linguagem orientada a protótipos, mas o
At work, I kept writing the same thing: a few analytics tables, a cron job to rebuild them, and the same SQL copy-pasted into three models. Change one definition, forget to update one copy, and suddenly two dashboards quietly disagree. There’s `dbt`, which solves this problem for data teams, but it