{}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
CI/CD for 1C: How to Stop Updating Configurations Manually and Automate Releases
Development1C

CI/CD for 1C: How to Stop Updating Configurations Manually and Automate Releases

In this article, we'll show you how to build a CI/CD pipeline from scratch — even if you've never worked with Git and automation. You will learn which tools to use, how to set up automated testing and deployment, and how to avoid common mistakes. Ready to take your development to the next level?

Dec 4, 2025Read
Hash tables: the secret weapon that makes your code 1000 times faster
AlgorithmsDevelopment

Hash tables: the secret weapon that makes your code 1000 times faster

Have you ever wondered how Google instantly finds the right page among billions? Or how databases process millions of queries per second? It's all about hash tables. In this article, you will learn how one of the most powerful data structures works, learn how to implement it from scratch, and understand where to apply it in real projects.

Dec 4, 2025Read
Dynamic programming for dummies: from "what is it anyway?" to solving interview problems
AlgorithmsDevelopment

Dynamic programming for dummies: from "what is it anyway?" to solving interview problems

A clear explanation of dynamic programming with examples in Python and JS. 5 classic tasks, step-by-step solution methodology.

Dec 4, 2025Read
10 algorithms without which you will not be hired in 2026
DevelopmentAlgorithms

10 algorithms without which you will not be hired in 2026

ChatGPT writes the code for you, but you'll still be asked about QuickSort and binary search during the interview. Why? Because AI doesn't replace programmers — it raises the bar. We analyze the algorithms that distinguish a junior developer from a middle one, and explain why they should be taught in the era of artificial intelligence. No cramming — only practical meaning and real examples of application.

Dec 4, 2025Read
How to write extensions for 1C correctly: a complete guide for beginners
1CDevelopment

How to write extensions for 1C correctly: a complete guide for beginners

Updated 1C - everything broke? Stop suffering! Extensions will save your development. A complete guide for those who want to modify 1C in a human way, without crutches and dancing with a tambourine.

Dec 2, 2025Read
Pure architecture in 1C: is it possible and how to build it
1CDevelopment

Pure architecture in 1C: is it possible and how to build it

Do you open someone else's code in 1C and can't understand where what is happening? Is all the logic smeared across the forms, one module for 2000 lines, and every change turns into a quest? It's time to put things in order! We figure out how to apply the principles of clean architecture in 1C so that the code is easy to read, modify and maintain — even in a platform that does not like classical architectural approaches.

Dec 2, 2025Read
1C + AI: how artificial intelligence accelerates development by 3 times
1CDevelopment

1C + AI: how artificial intelligence accelerates development by 3 times

In this article, we will show specific examples of how ChatGPT, Claude, and other AI assistants solve the daily tasks of a programmer: from document automation to error detection and code optimization. Even if you are just starting out in 1C, these tools will make you more productive today.

Dec 2, 2025Read
Integrating 1C with external services: REST, SOAP, JSON and API — a complete guide for beginners
1CDevelopment

Integrating 1C with external services: REST, SOAP, JSON and API — a complete guide for beginners

Learn how to connect any service via API! We analyze REST, SOAP, JSON on real examples with code - from the first request to full integration. After this article, you will be able to receive exchange rates, download orders and synchronize data between systems.

Dec 2, 2025Read
Big data in 1C: how to speed up work 100 times without crutches
Development1C

Big data in 1C: how to speed up work 100 times without crutches

Your report is loading for 5 minutes, and users are already complaining to management? Does processing freeze on a million records? We analyze the main mistakes of novice developers and show how one line of code can turn a minute of waiting into a second of work. No magic, just the right queries and an understanding of how 1C actually works with the database.

Dec 2, 2025Read
How to speed up heavy queries in 1C: analysis of typical errors
Development1C

How to speed up heavy queries in 1C: analysis of typical errors

Turn slow queries in 1C into fast ones! A practical guide to optimization: learn how to use indexes, virtual tables, and connections correctly. No theory — only working techniques with code examples that can be applied right now.

Dec 1, 2025Read
1C in 2026: what's new in the platform and where the market is moving
1CDevelopment

1C in 2026: what's new in the platform and where the market is moving

We will analyze what is happening with the 1C platform in 2026: what new opportunities have emerged, where the development market is moving, and whether novice programmers should study this platform. Learn about trends, prospects, and real demand for 1C developers.

Dec 1, 2025Read
The best tools for developers in 2026: a selection that saves 100+ hours per month
BasicsDevelopment

The best tools for developers in 2026: a selection that saves 100+ hours per month

A complete guide to modern development tools: from code editors to AI assistants. Find out which programs and services really speed up the work of a programmer and help to avoid routine. Practical tips for beginners and experienced developers.

Dec 1, 2025Read
Showing 120 of 539 articles