Ridwan's Dev Journey
RSS FeedWelcome to Ridwan's Development Diaries! Here, I document my journey through the tech world, sharing in-depth articles, insightful tutorials, and behind-the-scenes looks at my projects. Whether you’re looking for tips on coding, exploring new technologies, or just curious about my latest work, you’ve come to the right place. Explore my blog to find valuable resources and updates that reflect my passion for development and continuous learning.
Explore my latest Posts for insights and tutorials, or check out the Projects section to see what I’m working on. Visit the About page to learn more about my journey and passions!
Featured
Streamlining Backend Architecture: A Guide to the Generic Repository Pattern with TypeScript and Sequelize
Published: at 10:00 AMLearn how to implement a generic repository pattern in a TypeScript backend project to improve code reusability and maintainability.
Understanding Big O Notation: Comparing Different Types and How to Optimize Your Code
Updated: at 02:06 PMLearn about Big O Notation, compare different complexity types, and optimize an inefficient code example using Golang.
Speed Up Your SQL Queries: The Power of Indexing in Relational Databases
Published: at 09:14 AMDiscover how indexing can supercharge your SQL queries and optimize database performance with real-world examples and tips.
Recent Posts
Understanding Binary Tree and Its Usefulness
Published: at 01:58 PMA simple guide to understanding binary trees, their usefulness, and real-life scenarios like SQL databases.
Securely Run User-Generated Code in Node.js with isolated-vm: A Step-by-Step Guide
Published: at 02:00 PMA guide on how to set up and use `isolated-vm` in a Node.js project using a class structure, perfect for creating workflows or running user-generated code that includes network requests and custom helper functions.
The Importance of EXPLAIN Statement When Writing a SQL Query
Published: at 10:23 AMLearn why using the EXPLAIN statement is crucial for writing efficient SQL queries.