Antonov Mike

Antonov Mike @antonov_mike

About: Rust / Python enthusiast. Seeking my way in development. Love back-end and command line. Guitar and bass player, songwriter, artist

Location:
Tbilisi, Georgia
Joined:
Jul 16, 2022

Antonov Mike
articles - 37 total

Odoo General settings: Technical

~ $ cat disclaimer.txt It so happened that I needed to understand the Odoo interface, so I decided...

Learn More 3 0Jun 27 '24

Composition in Rust and Python

Disclaimer This is more my attempt to explain this topic to myself. How successful it is...

Learn More 1 0May 12 '24

Encapsulation in Rust and Python

Disclaimer I am sure that there are inaccuracies, and maybe even mistakes in this text. I...

Learn More 6 0Apr 5 '24

Bitwise OR/AND operations

I've always had a poor understanding of bitwise operations. I read two interesting articles and...

Learn More 1 0Mar 31 '24

How to put SOLID principles into practice

Introduction This article is a continuation of my previous one (“How can applying the...

Learn More 2 1Mar 26 '24

How can applying the SOLID principles make the code better?

Applying the SOLID principles to your code can significantly enhance its quality, making it more...

Learn More 17 4Mar 19 '24

Abstraction in Rust and Python. Simple examples

Disclaimer The article contains code samples, but not theory and does not pretend to...

Learn More 0 1Feb 27 '24

Polymorphism in Rust and Python. Simple examples

Disclaimer The article contains code samples, but not theory and does not pretend to...

Learn More 3 2Feb 23 '24

Odoo security concept

/*Disclaimer I haven't written tutorials for a few years, and recently a fellow friend advised me...

Learn More 8 4Feb 5 '24

Burning Flask Tutorial

Completed all the Flask tasks from their official website and here is straight up no satisfaction at...

Learn More 0 4Jan 4 '24

Summary of results

Completely out of the blue I realized that I've done almost all the tasks from the Flask website....

Learn More 1 0Dec 29 '23

Python classes vs Rust structures

I guess I should supplement my previous post. I have received valid criticism in private messages....

Learn More 3 16Dec 11 '23

Python Classes vs. Rust Traits: A Comparison of Object-Oriented Programming Features

There are some of the differences and similarities between Python classes and Rust...

Learn More 0 2Dec 8 '23

Learning Python classes

Programming language developers usually want to make working with their language as convenient as...

Learn More 0 0Dec 6 '23

IDE vs text editor

Working in GUI IDE and terminal text editors has its pros and cons, depending on your preferences,...

Learn More 0 0Nov 26 '23

From Rust to Python through screwed up SQL queries

I had a geo-location telegram bot written in Rust, but I decided to rewrite it in Python, because I...

Learn More 2 2Sep 4 '23

Solution evolution

Me solving the same level 6 problem on Codewars few months later 1) March 2022 fn...

Learn More 2 0Jul 31 '23

Misleading comments

I was asked to write a pagination algorithm for two vectors. The first half of the page should be...

Learn More 0 0May 14 '23

Shorter faster stronger

Improving code is a crucial part of software development. Not only does it make code more readable...

Learn More 0 0May 8 '23

Think/Code

Day three of code refactoring... Trying to start to think this way My original code: let mut...

Learn More 1 0Mar 30 '23

How I broke my terminal

Before config read the docs or you'll just waste your time like I did Now it looks...

Learn More 1 0Mar 30 '23

Request location and telegram bot

Back in the spring/summer of sad 2022 I made a bot for an advertising agency in Tbilisi. (I did the...

Learn More 13 0Mar 12 '23

sqlite / sqlx + async

I am working on geolocation bot. This bot should send to users nearest showplaces in Tashkent. I...

Learn More 2 0Mar 10 '23

Diatonic scale builder

When I first started learning programming (Rust) in November 2021, I rapidly had the idea to write an...

Learn More 0 0Mar 5 '23

Algorithm for x-mass

When I started learning Rust (2021.11.03), the first thing I encountered was printing a square and a...

Learn More 3 0Dec 26 '22

Listen to the keyboard events with Rust and GTK

I found Rust GTK documentation pretty weird. Maybe I’m wrong. I hope so. But it looks like that. Ok....

Learn More 3 0Dec 14 '22

Rust GUI and GTK calc

Introduction I’ve started to learn rust GUI and GTK probably in june 2022. All this time I...

Learn More 10 0Nov 26 '22

GTK calculator on Rust

(Almost done) Made my first application with user interface and built it on Linux. Have to improve...

Learn More 8 5Nov 21 '22

My second First App

10 month ago I wrote my first app in Rust – Tannenbaum. I decided to make something by myself just...

Learn More 1 0Oct 7 '22

Chat app: Struct vs HashMap

Quick look at Struct and HashMap using сhat app as an example First of all, I want to...

Learn More 9 0Sep 3 '22