codeplater.hashnode.devYou Hit Enter. How Does AI Write Back?People often ask what happens after you hit Enter. Think of it as a high-speed relay race: your text is split into small blocks called tokens, those tokens are turned into numbers and passed through m3d ago·5 min read
codeplater.hashnode.devMy Notes on Database Fundamentals: Key Concepts for Performance and OptimizationUnderstanding database is fundamental to creating efficient and scalable applications. After all, at its core, every application is essentially an interface for a database. Whether you're managing user data, processing transactions, or delivering con...Sep 29, 2024·5 min read
codeplater.hashnode.devHow we implemented a private chat feature in a healthcare application within 2 daysIntroduction In the fast-paced world of software development, meeting tight deadlines while delivering high-quality features can be daunting. Our team faced this challenge when tasked with implementing a chat feature for a health tech application wit...Jul 5, 2023·5 min read
codeplater.hashnode.devStep-by-Step Guide: Containerizing Your Vite React TypeScript Projects with Docker ComposeIntroduction Containerization has become an essential practice in modern software development. Docker Compose is a powerful tool that allows you to define and manage multi-container Docker applications. In this step-by-step guide, I will guide you th...Jun 11, 2023·8 min read
codeplater.hashnode.devAn Introductory Guide to Schema Design and Data Organization in Relational and Document-Based DatabasesIntroduction Databases are a fundamental component of modern software applications, used for storing, retrieving, and managing data efficiently. There are different types of databases, including relational databases and document-based databases, each...Apr 13, 2023·7 min read