My blog posts

Single Responsibility Principle
Do You Really Know What is Single Responsibility Principle?
The Single Responsibility Principle is tricky to follow, but why? Let’s dig into it.
Locking-Based Isolation at SQL Server
Isolation Levels In SQL Server With Examples
How does SQL Server manage transactions concurrency by Isolation Levels, what are their anomalies, and how do they work?
GraphQL Directives
How to use GraphQL Directives Efficiently?
Unfortunately, GraphQL Directives are underrated. They are among the most powerful features of GraphQL that enable you to enhance and extend your API
MongoDB GridFS
MongoDB GridFS Made simple
How does MongoDB GridFS work? When to use it over the ordinary file system? How to use it with Node.js? and What are its pros and cons?
Scroll to Top