Category: web
21
Vibe-coding a Series of Articles in BoltCMS
We're creating support for post series using Cursor with Sonnet 3.7. Let's take Cursor, Sonnet 3.7 Thinking, and ask it to do what we need: I need to somehow make it possible to create post series,…
Read170
T-CTF: Write-up of a Cybersecurity Competition
Capture The Flag (CTF) is a competition for white hat hackers, who need to "hack" a specific service or application or gain unauthorized access to information within a limited time. Capture…
Read2070
Project Caretaker. Part 1. Beginning
Project Caretaker - a remotely controlled robot on a tracked platform with camera streaming. Why - for fun! Project Caretaker - a remotely controlled robot on a tracked platform with camera streaming…
Read11
Wire Size Calculator
While working on various DIY projects, I always find myself searching for the right wire size to use. Now, this information will be readily available. While working on various DIY projects, I always…
Read23
Making images clickable on the website
I often insert high-quality images, but until now there wasn't a convenient way to view them. Let's fix this limitation. First, a brief explanation about Bolt CMS - I use markdown for writing article…
Read11
Adding view counter to bolt CMS
Let's create a view counter for articles in Bolt CMS. We'll explore possible implementations and basic protection against view count manipulation. I might write about Bolt CMS separately later, but…
Read2559
Migrating from PHPStorm to Cursor
Let's explore how to configure familiar JetBrains PHPStorm functions in Cursor (VS Code). Many of the features described in this article are general and not specifically tied to PHP, so it will be re…
Read