Tag: php

07.02.2025 16:08
11

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…

Read

01.02.2025 16:27
4

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

19.01.2025 00:47
11

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
491

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

31.12.2021 16:18
52

Setting up web-server on WSL 2

Main stack: nginx + mysql + php-fpm. So, you just configured the WSL on your system and installed a clean ubuntu 18.04 LTS. What's next? Main stack: nginx + mysql + php-fpm. So, you just configured…

Read