RSSAmplifier

Blog

Anton Sukhachev

Personal page

mrsuh.comRSS feed ↗32 posts

Latest posts

4 Bit Adder

4 Bit Adder with implementation

Half Adder using transistors

Half Adder using transistors with truth table, and practical implementation

XOR Gate using transistors

XOR Gate using transistors with truth table, schematic, and practical implementation

OR Gate using transistors

OR Gate using transistors with truth table, schematic, and practical implementation

NAND Gate using transistors

NAND Gate using transistors with truth table, schematic, and practical implementation

AND Gate using transistors

AND Gate using transistors with truth table, schematic, and practical implementation

SQLite Index Visualization: Search

Visualizes SQLite B-Tree index search operations, detailing internal navigation and data retrieval processes

SQLite Index Visualization: Structure

Explores SQLite B-Tree index structure with visualizations, explaining on-disk and in-memory storage mechanisms

How I Wrote PHP Skeleton For Bison

Shares insights into developing a PHP skeleton for Bison, offering a behind-the-scenes look at the process

JSON parser with PHP and Bison

Explains constructing a JSON parser using PHP and Bison, enabling efficient JSON data handling

Nginx parser with PHP and Bison

Details creating an Nginx configuration parser with PHP and Bison, improving server configuration management

AST parser with PHP and Bison

Guides on building an Abstract Syntax Tree (AST) parser using PHP and Bison, aiding in code analysis and manipulation

PHP Skeleton for Bison

Introduces a PHP skeleton for Bison parser generator, facilitating seamless parser integration into PHP projects

Few steps to make your docker image smaller

Offers practical tips for reducing Docker image size, enhancing container efficiency and performance

How PHP engine builds AST

Delves into the PHP engine s process of constructing Abstract Syntax Trees during code compilation

Parsing with PHP, Bison and re2c

Explores parsing techniques using PHP, Bison, and re2c, demonstrating how to build efficient parsers

Telegram bot that monitors currency availability in Tinkoff ATMs

Describes creating a Telegram bot that tracks currency availability in Tinkoff ATMs, enhancing user convenience

Comparing PHP Collections

Compares different approaches to handling collections in PHP, evaluating type safety, IDE support, and performance

Generics implementation approaches

Discusses various methods for implementing generics in programming, providing simple examples for clarity

PHP Generics. Right here. Right now

Introduces a solution for implementing generics in PHP, providing a practical approach for developers

RC boat with ESP8266 NodeMCU

Chronicles developing a remote-controlled boat powered by ESP8266 NodeMCU, from prototype to final model

RC car with ESP8266 NodeMCU and LEGO

Details constructing a remote-controlled car using ESP8266 NodeMCU and LEGO components, blending electronics and creativity

Looking for the most interesting articles on the site

Curates a list of engaging articles available on the website, spanning various topics

How I migrated my hobby project to k8s

Shares the experience of migrating a personal project to Kubernetes (k8s), highlighting challenges and solutions

Comparing PHP FPM, PHP PPM, Nginx Unit, ReactPHP, and RoadRunner

Evaluates various PHP process managers and servers, comparing performance and features

Mafia with Go, Vanila JS, and WebSockets

Describes developing an online version of the Mafia game using Go, Vanilla JavaScript, and WebSockets

Architecture of a service for collecting and classifying housing ads

Details designing and implementing a service dedicated to aggregating and categorizing housing ads

Classifying housing ads: In search of the best solution

Explores methods for classifying housing advertisements, seeking the most effective approach

Continuous delivery with Travis CI and Ansible

Explains setting up continuous delivery pipelines using Travis CI and Ansible for automated deployments

Nginx + Lua + Redis. Efficiently processing sessions and delivering data

Discusses combining Nginx, Lua, and Redis to handle sessions and data delivery efficiently

SonarQube. Checking code quality

Introduces SonarQube as a tool for assessing code quality, outlining setup and usage

Migration from Symfony 2.0 to 2.6

Shares the process and challenges encountered while upgrading a project from Symfony 2.0 to 2.6