Welcome to developer technoblog!

Web-technologies, embedding, DIY - all here.

02.02.2025 07:19
157

Enabling runtime statistics collection in ESP32-arduino

This article will focus on the FreeRTOS functions vTaskGetRunTimeStats and vTaskList, but the same method applies to change any sdkconfig option. The main issue is that in the pre-built ESP32-arduino…

Read

01.02.2025 16:27
7

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…

Read

26.01.2025 16:41
21

Hidden Disc Holder

Looking for a place to store your disc collection, and find shelf storage boring? I have a solution for you. Some time ago, a PS5 appeared in our house, and since online game purchases are quite rest…

Read

19.01.2025 00:47
12

Student48

For LSTU Computer Science graduates of 2014-2021, this name means a lot - let's dive a bit into its history. Let me dilute my posts with a story from the past - after all, this is a blog, isn't it?…

Read

12.01.2025 19:38
1417

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