<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Anton Sukhachev</title>
        <description>Personal page</description>
        <link>https://mrsuh.com/</link>
            <item>
                <title>4 Bit Adder</title>
                <link>https://mrsuh.com/articles/2026/4-bit-adder/</link>
                <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
                <description>4 Bit Adder with implementation</description>
            </item>
            <item>
                <title>Half Adder using transistors</title>
                <link>https://mrsuh.com/articles/2026/half-adder-using-transistors/</link>
                <pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate>
                <description>Half Adder using transistors with truth table, and practical implementation</description>
            </item>
            <item>
                <title>XOR Gate using transistors</title>
                <link>https://mrsuh.com/articles/2026/xor-gate-using-transistors/</link>
                <pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate>
                <description>XOR Gate using transistors with truth table, schematic, and practical implementation</description>
            </item>
            <item>
                <title>OR Gate using transistors</title>
                <link>https://mrsuh.com/articles/2026/or-gate-using-transistors/</link>
                <pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate>
                <description>OR Gate using transistors with truth table, schematic, and practical implementation</description>
            </item>
            <item>
                <title>NAND Gate using transistors</title>
                <link>https://mrsuh.com/articles/2026/nand-gate-using-transistors/</link>
                <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
                <description>NAND Gate using transistors with truth table, schematic, and practical implementation</description>
            </item>
            <item>
                <title>AND Gate using transistors</title>
                <link>https://mrsuh.com/articles/2026/and-gate-using-transistors/</link>
                <pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate>
                <description>AND Gate using transistors with truth table, schematic, and practical implementation</description>
            </item>
            <item>
                <title>SQLite Index Visualization: Search</title>
                <link>https://mrsuh.com/articles/2024/sqlite-index-visualization-search/</link>
                <pubDate>Sun, 01 Dec 2024 00:00:00 +0000</pubDate>
                <description>Visualizes SQLite B-Tree index search operations, detailing internal navigation and data retrieval processes</description>
            </item>
            <item>
                <title>SQLite Index Visualization: Structure</title>
                <link>https://mrsuh.com/articles/2024/sqlite-index-visualization-structure/</link>
                <pubDate>Tue, 05 Nov 2024 00:00:00 +0000</pubDate>
                <description>Explores SQLite B-Tree index structure with visualizations, explaining on-disk and in-memory storage mechanisms</description>
            </item>
            <item>
                <title>How I Wrote PHP Skeleton For Bison</title>
                <link>https://mrsuh.com/articles/2023/how-i-wrote-php-skeleton-for-bison/</link>
                <pubDate>Fri, 15 Sep 2023 00:00:00 +0000</pubDate>
                <description>Shares insights into developing a PHP skeleton for Bison, offering a behind-the-scenes look at the process</description>
            </item>
            <item>
                <title>JSON parser with PHP and Bison</title>
                <link>https://mrsuh.com/articles/2023/json-parser-with-php-and-bison/</link>
                <pubDate>Mon, 03 Apr 2023 00:00:00 +0000</pubDate>
                <description>Explains constructing a JSON parser using PHP and Bison, enabling efficient JSON data handling</description>
            </item>
            <item>
                <title>Nginx parser with PHP and Bison</title>
                <link>https://mrsuh.com/articles/2023/nginx-parser-with-php-and-bison/</link>
                <pubDate>Mon, 27 Mar 2023 00:00:00 +0000</pubDate>
                <description>Details creating an Nginx configuration parser with PHP and Bison, improving server configuration management</description>
            </item>
            <item>
                <title>AST parser with PHP and Bison</title>
                <link>https://mrsuh.com/articles/2023/ast-parser-with-php-and-bison/</link>
                <pubDate>Sun, 19 Mar 2023 00:00:00 +0000</pubDate>
                <description>Guides on building an Abstract Syntax Tree (AST) parser using PHP and Bison, aiding in code analysis and manipulation</description>
            </item>
            <item>
                <title>PHP Skeleton for Bison</title>
                <link>https://mrsuh.com/articles/2023/php-skeleton-for-bison/</link>
                <pubDate>Mon, 13 Mar 2023 00:00:00 +0000</pubDate>
                <description>Introduces a PHP skeleton for Bison parser generator, facilitating seamless parser integration into PHP projects</description>
            </item>
            <item>
                <title>Few steps to make your docker image smaller</title>
                <link>https://mrsuh.com/articles/2023/few-steps-to-make-your-docker-image-smaller/</link>
                <pubDate>Mon, 20 Feb 2023 00:00:00 +0000</pubDate>
                <description>Offers practical tips for reducing Docker image size, enhancing container efficiency and performance</description>
            </item>
            <item>
                <title>How PHP engine builds AST</title>
                <link>https://mrsuh.com/articles/2022/how-php-engine-builds-ast/</link>
                <pubDate>Mon, 05 Sep 2022 00:00:00 +0000</pubDate>
                <description>Delves into the PHP engine&#039;s process of constructing Abstract Syntax Trees during code compilation</description>
            </item>
            <item>
                <title>Parsing with PHP, Bison and re2c</title>
                <link>https://mrsuh.com/articles/2022/parsing-with-php-bison-and-re2c/</link>
                <pubDate>Fri, 26 Aug 2022 00:00:00 +0000</pubDate>
                <description>Explores parsing techniques using PHP, Bison, and re2c, demonstrating how to build efficient parsers</description>
            </item>
            <item>
                <title>Telegram bot that monitors currency availability in Tinkoff ATMs</title>
                <link>https://mrsuh.com/articles/2022/telegram-bot-that-monitors-currency-availability-in-tinkoff-atms/</link>
                <pubDate>Sat, 02 Apr 2022 00:00:00 +0000</pubDate>
                <description>Describes creating a Telegram bot that tracks currency availability in Tinkoff ATMs, enhancing user convenience</description>
            </item>
            <item>
                <title>Comparing PHP Collections</title>
                <link>https://mrsuh.com/articles/2022/comparing-php-collections/</link>
                <pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
                <description>Compares different approaches to handling collections in PHP, evaluating type safety, IDE support, and performance</description>
            </item>
            <item>
                <title>Generics implementation approaches</title>
                <link>https://mrsuh.com/articles/2022/generics-implementation-approaches/</link>
                <pubDate>Tue, 08 Feb 2022 00:00:00 +0000</pubDate>
                <description>Discusses various methods for implementing generics in programming, providing simple examples for clarity</description>
            </item>
            <item>
                <title>PHP Generics. Right here. Right now</title>
                <link>https://mrsuh.com/articles/2021/php-generics-right-here-right-now/</link>
                <pubDate>Tue, 14 Sep 2021 00:00:00 +0000</pubDate>
                <description>Introduces a solution for implementing generics in PHP, providing a practical approach for developers</description>
            </item>
            <item>
                <title>RC boat with ESP8266 NodeMCU</title>
                <link>https://mrsuh.com/articles/2020/rc-boat-with-esp8266-nodemcu/</link>
                <pubDate>Tue, 03 Nov 2020 00:00:00 +0000</pubDate>
                <description>Chronicles developing a remote-controlled boat powered by ESP8266 NodeMCU, from prototype to final model</description>
            </item>
            <item>
                <title>RC car with ESP8266 NodeMCU and LEGO</title>
                <link>https://mrsuh.com/articles/2020/rc-car-with-esp8266-nodemcu-and-lego/</link>
                <pubDate>Mon, 21 Sep 2020 00:00:00 +0000</pubDate>
                <description>Details constructing a remote-controlled car using ESP8266 NodeMCU and LEGO components, blending electronics and creativity</description>
            </item>
            <item>
                <title>Looking for the most interesting articles on the site</title>
                <link>https://mrsuh.com/articles/2020/looking-for-the-most-interesting-articles-on-the-site/</link>
                <pubDate>Thu, 17 Sep 2020 00:00:00 +0000</pubDate>
                <description>Curates a list of engaging articles available on the website, spanning various topics</description>
            </item>
            <item>
                <title>How I migrated my hobby project to k8s</title>
                <link>https://mrsuh.com/articles/2020/how-i-migrated-my-hobby-project-to-k8s/</link>
                <pubDate>Tue, 21 Jan 2020 00:00:00 +0000</pubDate>
                <description>Shares the experience of migrating a personal project to Kubernetes (k8s), highlighting challenges and solutions</description>
            </item>
            <item>
                <title>Comparing PHP FPM, PHP PPM, Nginx Unit, ReactPHP, and RoadRunner</title>
                <link>https://mrsuh.com/articles/2019/comparing-php-fpm-php-ppm-nginx-unit-react-php-and-road-runner/</link>
                <pubDate>Mon, 14 Jan 2019 00:00:00 +0000</pubDate>
                <description>Evaluates various PHP process managers and servers, comparing performance and features</description>
            </item>
            <item>
                <title>Mafia with Go, Vanila JS, and WebSockets</title>
                <link>https://mrsuh.com/articles/2018/mafia-with-go-vanila-js-and-websockets/</link>
                <pubDate>Fri, 05 Oct 2018 00:00:00 +0000</pubDate>
                <description>Describes developing an online version of the Mafia game using Go, Vanilla JavaScript, and WebSockets</description>
            </item>
            <item>
                <title>Architecture of a service for collecting and classifying housing ads</title>
                <link>https://mrsuh.com/articles/2017/architecture-of-a-service-for-collecting-and-classifying-housing-ads/</link>
                <pubDate>Mon, 04 Dec 2017 00:00:00 +0000</pubDate>
                <description>Details designing and implementing a service dedicated to aggregating and categorizing housing ads</description>
            </item>
            <item>
                <title>Classifying housing ads: In search of the best solution</title>
                <link>https://mrsuh.com/articles/2017/classifying-housing-ads-in-search-of-the-best-solution/</link>
                <pubDate>Sun, 14 May 2017 00:00:00 +0000</pubDate>
                <description>Explores methods for classifying housing advertisements, seeking the most effective approach</description>
            </item>
            <item>
                <title>Continuous delivery with Travis CI and Ansible</title>
                <link>https://mrsuh.com/articles/2017/continuous-delivery-with-travis-ci-and-ansible/</link>
                <pubDate>Mon, 03 Apr 2017 00:00:00 +0000</pubDate>
                <description>Explains setting up continuous delivery pipelines using Travis CI and Ansible for automated deployments</description>
            </item>
            <item>
                <title>Nginx + Lua + Redis. Efficiently processing sessions and delivering data</title>
                <link>https://mrsuh.com/articles/2015/nginx-lua-redis-efficiently-processing-sessions-and-delivering-data/</link>
                <pubDate>Wed, 11 Nov 2015 00:00:00 +0000</pubDate>
                <description>Discusses combining Nginx, Lua, and Redis to handle sessions and data delivery efficiently</description>
            </item>
            <item>
                <title>SonarQube. Checking code quality</title>
                <link>https://mrsuh.com/articles/2015/sonarqube-checking-code-quality/</link>
                <pubDate>Fri, 29 May 2015 00:00:00 +0000</pubDate>
                <description>Introduces SonarQube as a tool for assessing code quality, outlining setup and usage</description>
            </item>
            <item>
                <title>Migration from Symfony 2.0 to 2.6</title>
                <link>https://mrsuh.com/articles/2015/migration-from-symfony-2-0-to-2-6/</link>
                <pubDate>Wed, 20 May 2015 00:00:00 +0000</pubDate>
                <description>Shares the process and challenges encountered while upgrading a project from Symfony 2.0 to 2.6</description>
            </item>
            </channel>
</rss>
