Hey dev.to! Maksim here again, author of the previous article "From Idea to MVP: Building a Classified Platform in Serbia" about Rsale.net, a classified platform for Serbia. In that post I described the stack: Next.js 15 + React 19 + ASP.NET Core microservices + AI translation. A few months later, the frontend has been fully rewritten on SvelteKit 2 + Svelte 5 (runes). The Next.js codebase is gon
The problem Claude Code resets every session. There is no built-in memory. You open a new terminal, start coding, and the model has no idea what you decided yesterday, what architecture you settled on, or which files matter. You explain it again. Every time. I spent three months building something to fix this. CTX hooks into Claude Code's UserPromptSubmit event. Before every prompt, three things
Every multi-agent system eventually hits the same wall. You have a pool of agents. Some are fast, some are reliable, some are neither. You need to decide which one gets the next task. And unless you have a way to track who has actually done good work, you are guessing. The obvious answer people reach for is blockchain. Put the reputation on-chain, make it tamper-proof, use tokens as a proxy for tr
What is Selenium: Selenium is a free automated testing framework used to validate web applications across different browsers and platforms. We can use multiple programming languages like java, C#, python... to create Selenium test scripts. Selenium has 4 components: Selenium IDE Selenium RC Selenium Webdriver Selenium Grid Why do we use selenium for automation? The need
Originally published at ffmpeg-micro.com Zapier doesn't support FFmpeg. You can't install binaries, run shell commands, or execute video processing natively in a Zap. If you've tried, you've probably hit the same wall everyone else does. But Zapier can make HTTP requests. And that's all you need. By calling FFmpeg Micro's REST API from a Zapier webhook action, you can transcode, compress, convert,
This post was created with AI assistance and reviewed for accuracy before publishing. Cursor can use project rules and documentation to steer behavior. Exact file names and mechanisms evolve; check Cursor documentation for the current layout (for example rules in .cursor or legacy .cursorrules patterns). Short, enforceable bullets beat long essays: stack versions, test commands, “no new dependenci
In my previous article, I documented how I installed Terraform on macOS using Homebrew and fixed a Zsh autocomplete issue. In this article, I am going to be using terraform to provision, update, and destroy a simple set of infrastructure using the sample configuration provided by hashicorp The goal is to understand the basic Terraform workflow: Write configuration Authenticate to Google Cloud Ini
KMRI is chunk-based MRI compression format for .nii files (Python + Zstd and C++). Check it out at https://github.com/Kiamehr5/KMRI and let me know what you think 💻