{}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
The secret of an easy start in programming is Lua minimalism
DevelopmentLua

The secret of an easy start in programming is Lua minimalism

Everyone says "learn Python", but we suggest first looking at Lua — a language with 8 data types, one structure for all occasions and 30 pages of documentation. We understand why minimalism in a programming language is not a bug, but a superpower for beginners.

Feb 11, 2026Read
Lua in one evening: from scratch to a text RPG quest in a few steps
LuaDevelopment

Lua in one evening: from scratch to a text RPG quest in a few steps

Let's learn Lua from scratch — without being boring and with memes. We will install Lua, analyze variables, tables, functions and loops, and in the end we will write a full-fledged text RPG quest with a combat system, traps and inventory. All in one sitting.

Feb 11, 2026Read
First code in Lua: a guide for those who want to start programming and not go crazy
DevelopmentLua

First code in Lua: a guide for those who want to start programming and not go crazy

Let's learn Lua from scratch — from installation to a mini-game in 10 minutes. No boring theory, just code examples and a fun presentation. Find out why Lua is one of the friendliest languages to start programming, where it is used, and how to write your first project.

Feb 11, 2026Read
Lua without pain: we analyze the basics of the language with simple examples that are really understandable
LuaDevelopment

Lua without pain: we analyze the basics of the language with simple examples that are really understandable

Understanding Lua from scratch — variables, tables, functions, OOP through metatables. Everything is based on live code examples, without academic boredom. You will learn why Lua lives in Roblox, Neovim, Redis and NGINX, and how to start writing on it today.

Feb 11, 2026Read
Common mistakes in 1C code and how to read them without pain
Development1C

Common mistakes in 1C code and how to read them without pain

Red lines in the configurator are not a verdict. We analyze the most common 1C errors, learn to read them like an open book, and stop spending half a day looking for a single typo.

Feb 9, 2026Read
Procedures and functions in 1C: how to write code that is not embarrassing to maintain

Procedures and functions in 1C: how to write code that is not embarrassing to maintain

We understand how to correctly write procedures and functions in 1C: naming, parameters, error handling, the principle of single responsibility. Practical examples of code that is easy to read and maintain.

Feb 9, 2026Read
Cycles in 1C: how to process lists, tabular parts and selections
Development1C

Cycles in 1C: how to process lists, tabular parts and selections

We analyze all types of cycles in 1C — "For", "For Each" and "While". We learn to process tabular parts, query selections, structures and matches. We show typical errors when deleting rows and methods of optimizing performance.

Feb 9, 2026Read
Conditions in 1C: if, otherwise and the logic of business rules
Development1C

Conditions in 1C: if, otherwise and the logic of business rules

A detailed guide to conditional constructs in 1C. We will analyze the syntax of If-Then-Else, ElseIf, the ternary operator and the SELECT operator in queries. We will show you four real business scenarios — from controlling inventory balances to automatically reconciling documents. We will analyze the typical mistakes of beginners and learn how to write clean, readable code with conditions.

Feb 9, 2026Read
Variables and data types in 1C: what is stored in memory and why it is important
1CDevelopment

Variables and data types in 1C: what is stored in memory and why it is important

We understand how variables and data types are arranged in the built-in 1C language — from primitive types and scope to reference types, collections and pitfalls with type reduction. Practical examples and optimization tips.

Feb 9, 2026Read
The most common questions in a TypeScript interview
WebCareer

The most common questions in a TypeScript interview

Are you preparing for a TypeScript interview? We analyze the most popular questions that are asked in interviews: from basic concepts to advanced techniques. Generic, Type Guards, Utility Types, Mapped Types and much more with code examples and explanations.

Jan 21, 2026Read
Frequently asked questions about HTML and CSS in interviews for front-end developer vacancies
DevelopmentWeb

Frequently asked questions about HTML and CSS in interviews for front-end developer vacancies

Are you preparing for a frontend position interview? You can already imagine how you will talk about cool React hooks and TypeScript generics, but the interviewer suddenly asks: "What is the difference between inline and inline-block?" And you're like: surprised_pikachu.jpg. Let's go through the very questions that make even seniors nervously google before the interview.

Jan 21, 2026Read
Top 5 easiest languages for beginners
BasicsCareer

Top 5 easiest languages for beginners

Are you choosing your first programming language and afraid of making a mistake? Let's analyze Python, JavaScript, HTML/CSS, and Ruby — the easiest languages to start with. No water, only memes, practical advice and real experience.

Jan 21, 2026Read
Showing 48 of 539 articles