~ $ cat disclaimer.txt It so happened that I needed to understand the Odoo interface, so I decided...
Disclaimer This is more my attempt to explain this topic to myself. How successful it is...
Disclaimer I am sure that there are inaccuracies, and maybe even mistakes in this text. I...
I've always had a poor understanding of bitwise operations. I read two interesting articles and...
Introduction This article is a continuation of my previous one (“How can applying the...
Applying the SOLID principles to your code can significantly enhance its quality, making it more...
Disclaimer The article contains code samples, but not theory and does not pretend to...
Disclaimer The article contains code samples, but not theory and does not pretend to...
/*Disclaimer I haven't written tutorials for a few years, and recently a fellow friend advised me...
Completed all the Flask tasks from their official website and here is straight up no satisfaction at...
Completely out of the blue I realized that I've done almost all the tasks from the Flask website....
I guess I should supplement my previous post. I have received valid criticism in private messages....
There are some of the differences and similarities between Python classes and Rust...
Programming language developers usually want to make working with their language as convenient as...
Working in GUI IDE and terminal text editors has its pros and cons, depending on your preferences,...
I had a geo-location telegram bot written in Rust, but I decided to rewrite it in Python, because I...
Me solving the same level 6 problem on Codewars few months later 1) March 2022 fn...
I was asked to write a pagination algorithm for two vectors. The first half of the page should be...
Improving code is a crucial part of software development. Not only does it make code more readable...
Day three of code refactoring... Trying to start to think this way My original code: let mut...
Before config read the docs or you'll just waste your time like I did Now it looks...
Back in the spring/summer of sad 2022 I made a bot for an advertising agency in Tbilisi. (I did the...
I am working on geolocation bot. This bot should send to users nearest showplaces in Tashkent. I...
When I first started learning programming (Rust) in November 2021, I rapidly had the idea to write an...
When I started learning Rust (2021.11.03), the first thing I encountered was printing a square and a...
I found Rust GTK documentation pretty weird. Maybe I’m wrong. I hope so. But it looks like that. Ok....
Introduction I’ve started to learn rust GUI and GTK probably in june 2022. All this time I...
(Almost done) Made my first application with user interface and built it on Linux. Have to improve...
10 month ago I wrote my first app in Rust – Tannenbaum. I decided to make something by myself just...
Quick look at Struct and HashMap using сhat app as an example First of all, I want to...