Hi 👋
I'm
👷‍♂️



Profiles

Scroll down for posts

Posts

Resume


Blogpost Image

Understanding Pure and Impure Functions in JavaScript

Understanding the difference between these two is crucial for developers, as it can greatly influence the code's predictability, testability, and main...

JavaScript
functions
Functional Programming
clean code
Posted on - Thu Apr 18 2024
Blogpost Image

Javascript: Var vs Let vs Const

Var is the first keyword introduced to Javascript for declaring variables. This keyword is different from others and has unique properties and use cas...

JavaScript
variables
TypeScript
Posted on - Tue Feb 27 2024
Blogpost Image

Mastering File and Directory Operations in C# .NET

Working With Files and Folders in C#.Net is a breeze and super-easy. This blog will give you a complete guide to managing files and folders in an intu...

C#
dotnet
dotnetcore
filesystem
Posted on - Sun Oct 08 2023
Blogpost Image

Builder Design Pattern in C# Dotnet

According to Wikipedia, The Builder pattern is a design pattern designed to provide a flexible solution to various object creation problems in object-...

C#
dotnet
design patterns
builder pattern
Posted on - Sun Jan 08 2023
Blogpost Image

Asynchronous Programming in C#

C# Asynchronous Programming C# was the first programming language which implemented the Asynchronous Programming in 2011 and officially released on 20...

C#
dotnet
asynchronous
async
Posted on - Fri Sep 30 2022
Blogpost Image

Client-side Caching in React with Typescript

This method is used in this portfolio site, So you can easily implement this method. Create a new React Project with Typescript Support using the comm...

TypeScript
React
clientside caching
Posted on - Fri Sep 09 2022
Blogpost Image

Top 10 Reasons to choose C# in 2022 over other languages

Top 10 Reasons to choose C# in 2022 over other languages. Disclaimer: These are my personal opinions, and not criticizing/comparing other languages 1....

C#
dotnet
Posted on - Wed Aug 24 2022