PinnedPublished inBits and PiecesBuilding Reusable React Components with styled-componentsUnlock the power of DIY design with a custom button component inspired by Chakra UI. Elevate your project’s style, speed, and uniqueness…Nov 12, 20232Nov 12, 20232
PinnedNavigating Database Migrations with Confidence: A Step-by-Step Guide using SequelizeLearn how to implement database migrations with Sequelize and avoid the risk of data loss and project downtime. Discover best practices andFeb 3, 2023Feb 3, 2023
PinnedSequelize Database MigrationsThere are multiple ways we can create schema or tables in the database. I’ll cover all details how we can configure migrations in…Jul 28, 20224Jul 28, 20224
PinnedPublished inBits and PiecesUnderstanding Spies, Stubs, and Mocks in Test AutomationDiscover the difference between spies, stubs and mocks in test automation. Learn when to use each tool and how they enhance your testing.Jan 29, 2023Jan 29, 2023
PinnedUnderstanding ‘this’ Keyword in Normal and Lambda FunctionsExplore the differences between the ‘this’ keyword in normal and arrow functions, and learn how to use them effectively in your code.Dec 8, 2022Dec 8, 2022
Published inBits and PiecesTypeScript Challenge: Extracting Class Methods with Conditional TypesIn this blog post, we dive into a TypeScript challenge where we extract specific methods from a class based on their return types. This…Jun 14Jun 14
Published inBits and PiecesTypeScript’s Reflect Metadata: What it is and How to Use itDiscover how TypeScript’s Reflect Metadata can improve your code organization and maintainability.Feb 16, 20231Feb 16, 20231
Building a Chat Application: Step-by-Step Guide —Bootstrapping an ApplicationLearn how to build a real-time chat application from scratch. This step-by-step guide covers all the key features of a chat appFeb 4, 2023Feb 4, 2023
Building a Chat Application: Step-by-Step Guide — Features & Tech Stack — Part1Learn how to build a real-time chat application from scratch. This step-by-step guide covers all the key features of a chat app with…Jan 24, 2023Jan 24, 2023
Send Email With Message QueueThe problem is that when over 1000 users orders the product at the same time; they had to wait for a long time.Jul 18, 20222Jul 18, 20222