My blog posts

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?
Strategy vs State vs Template Design Patterns
Strategy vs State vs Template Design Patterns
Strategy, State, and Template design patterns are commonly used patterns and they are so close. Let's know the differences between them.
Scroll to Top