Hello, dear friends! Today I worked on the basic functionality of launching the server and it already works on UDP.
You can see on the screenshots what successes I have achieved (Tests):
1 - Launched...
Why I Chose Datastar Over Alpine.js/HTMX For My Project
In recent years, developers have been embracing a more old-school approach to building websites, focusing on hypermedia-driven applicat...
Recently, I had a task of learning a new tool that I had never used or seen anything related to, and I thought: why not write about how I learned it? This is the kind of article that teaches you to le...
Problem Statement
You are given a circular array nums and an array queries.For each query i, you have to find the following:The minimum distance between the element at index queries[i] and an...
Good night, dear friends! A few days ago I started developing the "APS - Account Protection System" module, which is responsible for user security on the server and client side, and I have already de...
Good evening, today I wrote the first authorization, creating a new user config and authorization (Output of the login message). Also, the method of sending messages was rewritten for reading JSON co...
Hello everyone In this article, I'll talk about how you can make 100% code coverage for your project. The techniques described here will allow you to do this as quickly as possible. Well, let's get st...
Good evening, the engine is being improved and a game is being written on it, but it is for a test run on the engine. That is, we will write the game and then the engine will be back as before, this ...
Implemented:
New support for Lua scripts.
Developed a system for opening exec scripts, they are needed to create engine startup modes.
Added two modes (File initialization, module management (realtim...