Alex GusevUnderstanding Early vs. Late Binding in JavaScriptA fundamental insight into the mindset shift from early to late binding — practical, flexible, and based on real experience in JavaScript.Nov 12
Alex GusevTelegram Bot with Node.js: Using Error Handling to Boost ResilienceA practical guide to error-proofing Telegram bots: prevent crashes, boost resilience, and simplify logging with Node.js and grammY.Oct 28
Alex GusevTelegram Bot with Node.js: ConversationsLearn how to build interactive Telegram bot conversations using Node.js and grammY. Explore dialogues, branching, loops, and more!Oct 22Oct 22
Alex GusevTelegram Bots: The First StepsNew to Telegram bots? Start here! Learn to automate tasks and create interactive bots with grammY and Node.js — perfect for beginners!Oct 8Oct 8
Alex GusevTelegram Bot with Node.js: Implementing CRUD-L Operations Using Command ArgumentsLearn how to manage database records in a Telegram bot using command arguments and CRUD-L operations.Oct 14Oct 14
Alex GusevUnderstanding Early vs. Late Binding in JavaScriptA fundamental insight into the mindset shift from early to late binding — practical, flexible, and based on real experience in JavaScript.Nov 12
Alex GusevTelegram Bot with Node.js: Using Error Handling to Boost ResilienceA practical guide to error-proofing Telegram bots: prevent crashes, boost resilience, and simplify logging with Node.js and grammY.Oct 28
Alex GusevTelegram Bot with Node.js: ConversationsLearn how to build interactive Telegram bot conversations using Node.js and grammY. Explore dialogues, branching, loops, and more!Oct 22
Alex GusevTelegram Bots: The First StepsNew to Telegram bots? Start here! Learn to automate tasks and create interactive bots with grammY and Node.js — perfect for beginners!Oct 8
Alex GusevTelegram Bot with Node.js: Implementing CRUD-L Operations Using Command ArgumentsLearn how to manage database records in a Telegram bot using command arguments and CRUD-L operations.Oct 14
Alex GusevThe Functional Objects in JSIn my JavaScript applications, I utilize a code pattern that I’ve coined as the Functional Object. In contrast to DTOs, which lack…Apr 30
Alex GusevExample of a Web App Based on TeqFWIn this example, I will demonstrate how to use the object container and dependency injection in a browser application. The example uses my…Jun 14
Alex GusevWhat is TeqFW?TeqFW stands for the Tequila Framework, a web application development framework written in pure JavaScript. It is not a large-scale…Apr 29