shlogg · Early preview
Denis Sirashev @6akcuk

In love with coding and start-ups. Making beautiful projects in the Yandex Market

Monorepo Integration With PNPM And TypeScript: A Step-by-Step Guide

Create a publ bot in a monorepo with PNPM: Create a new package, implement combineTexts function, update dependencies & code, configure TypeScript settings & build the app using PNPM.

Building A Telegram Bot With Node.js And Telegraf

Build a Telegram bot with Node.js & Telegraf! This comprehensive guide covers project structure, commands (hi, preview, publish), user input handling, session data management & draft system implementation

Creating Telegram Bots With Node.js & Fastify: A Comprehensive Guide

Building a Telegram bot with Node.js & Fastify: Set up env, create config file, implement Redis & UI, combine parts together. Use async/await, ES6 imports & Docker Compose for easy dev environment management.

Creating Telegram Bot From Scratch: Project Initialization

Initialized project with pnpm, added TypeScript, set up basic file structure, installed dev packages & nodemon, created Telegram bot using BotFather and Telegraf class.