{}const=>[]async()letfn</>var
Developer Blog

Knowledge that works

Articles and guides from practicing developers. Learn new things, find solutions and implement your ideas.

Filter by topics
🧠 Algorithms in Pascal: how to pump up your brain in 7 days and start solving problems faster than in Python
DevelopmentOverview

🧠 Algorithms in Pascal: how to pump up your brain in 7 days and start solving problems faster than in Python

Do you think Pascal is a thing of the past? What if it's the one that makes you stronger as a programmer? In this article, we will analyze why algorithms in Pascal train thinking better than ready-made Python libraries, and we will show a step-by-step plan for 7 days — from simple sorting to recursion and graphs.

Feb 26, 2026Read
Pascal vs C vs Python: why Pascal often wins in Olympiad tasks (and where it loses)
OverviewDevelopment

Pascal vs C vs Python: why Pascal often wins in Olympiad tasks (and where it loses)

We understand why schoolchildren on Pascal bypass Pythonists and Cishniks at programming olympiads. An honest comparison of the speed, convenience, and pitfalls of the three languages — with code examples, tables, and memes.

Feb 26, 2026Read
Pascal is alive? Yes. Why is he still being taught in 2026 and why isn't it cringe?
OverviewDevelopment

Pascal is alive? Yes. Why is he still being taught in 2026 and why isn't it cringe?

We understand why Pascal is not dead, why it is still chosen for teaching programming and how the "language of the last century" pumps the brain better than fashionable frameworks. With memes and on the case.

Feb 26, 2026Read
Your first Go script in 10 minutes: minimal CLI and build 🐹
PracticeDevelopment

Your first Go script in 10 minutes: minimal CLI and build 🐹

Tired of reading 500 pages of documentation? We are writing a working CLI tool in Go from scratch — from go mod init to the finished binary. No water, with memes and cross-compilation.

Feb 25, 2026Read
Your first Python script in 10 minutes: input, output, and simple logic 🐍
DevelopmentPython

Your first Python script in 10 minutes: input, output, and simple logic 🐍

Stop putting it off. In 10 minutes you will write your first working script in Python — you will learn how to output text, get input from the user and write conditions. No 400-page theory, just code and practice. Inside you will find a mini-project "Guess the number", a cheat sheet and tips on how to continue your training.

Feb 25, 2026Read
Functions in Lua: how to assemble code into “bricks” and stop copy-pasting 🧩
BasicsLua

Functions in Lua: how to assemble code into “bricks” and stop copy-pasting 🧩

We'll look at functions in Lua — from basic syntax to closures and vararg. Learn to write clean, reusable code instead of endless copy-paste. With examples, memes, and beginner pitfalls.

Feb 25, 2026Read
Roblox Lua start: the first script that moves the object and reacts to the player 🕹️
LuaDevelopment

Roblox Lua start: the first script that moves the object and reacts to the player 🕹️

Let's get to know Luau in Roblox Studio from scratch: we will write three working scripts — the movement of an object along a sine wave, the reaction to the player's touch, and a combo script with animation and color change. No water, with memes and a syntax cheat sheet. Ideal for those who want to try game development but don't know where to start.

Feb 25, 2026Read
Comparison of the “first script” in Lua vs Python vs JavaScript: where it is easier for a beginner ⚔️
BasicsDevelopment

Comparison of the “first script” in Lua vs Python vs JavaScript: where it is easier for a beginner ⚔️

We compare the first programming experience in Lua, Python and JavaScript: installation, syntax, variables, loops and functions. We will analyze honestly and with memes - in which language it will be easiest for a beginner to write his first working script and not break halfway.

Feb 25, 2026Read
"Who's knocking on my server?" - we read the logs and catch hackers by the hand
DevelopmentBasics

"Who's knocking on my server?" - we read the logs and catch hackers by the hand

We analyze access logs in detail: what brute force, SQL injection and vulnerability scanning look like in real logs, what commands will help you find an attack in a minute and what to do when you find a suspicious one.

Feb 24, 2026Read
API security for dummies: tokens, rate limit, access rights — where they most often mess up 🔌
DevelopmentBasics

API security for dummies: tokens, rate limit, access rights — where they most often mess up 🔌

We analyze the three main pillars of API security in plain language and with code examples. Where developers make mistakes most often, how to work with tokens correctly, configure rate limiting and not let strangers access data — a checklist for every backend developer.

Feb 24, 2026Read
Your password "Qwerty123!" is not as cool as you think
DevelopmentBasics

Your password "Qwerty123!" is not as cool as you think

Why a "strong password" is an illusion of security, how hackers break into accounts in seconds, and what really protects in 2026: from password managers to Passkeys.

Feb 24, 2026Read
Cryptography without pain: hashes, salt, encryption, TLS — what a beginner really needs to understand 🔐
BasicsDevelopment

Cryptography without pain: hashes, salt, encryption, TLS — what a beginner really needs to understand 🔐

Understanding cryptography in simple language: what is hashing, why do we need salt, how encryption and TLS work. A practical guide for beginner developers with code examples — without formulas and boring stuff.

Feb 24, 2026Read
Showing 24 of 539 articles