My Blog
My everyday thoughts on technology, news, social media, marketing, seo and more.

A question every open source project asks
Hey, Dev community! A lot of open source developers are looking for contributors to help … Read more A question every open source project asks
Categories: Development, SoftwareWeb Developer VS Web Designer Which Is Better in 2021
Source: Echo Js
Categories: Development, SoftwareGet Started with Cloud Computing
Nowadays, when working on software systems, you have heard about Cloud Computing technology. Understanding cloud … Read more Get Started with Cloud Computing
Categories: Development, SoftwareStorage Tiers What SQL Server DBAs Need to Know from Blog Posts – SQLServerCentral
“One Gerbil, Two Gerbils or Three Gerbils?” is a common DBA joke about server and … Read more Storage Tiers What SQL Server DBAs Need to Know from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL serverSynapse Analytics and .NET for Apache Spark Example 3 – CTE() from Blog Posts – SQLServerCentral
The next example is how to do a CTE (Common Table Expression). When creating the … Read more Synapse Analytics and .NET for Apache Spark Example 3 – CTE() from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL server
The Singleton Pattern In TypeScript
The singleton pattern is a way to structure your code so that you can’t have … Read more The Singleton Pattern In TypeScript
Categories: Development, Software
What is the CONTROL permission? from Blog Posts – SQLServerCentral
One of the most powerful permissions available in SQL Server is control. But what exactly … Read more What is the CONTROL permission? from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL server
Daily Coping 19 Jan 2021 from Blog Posts – SQLServerCentral
I started to add a daily coping tip to the SQLServerCentral newsletter and to the … Read more Daily Coping 19 Jan 2021 from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL server
Server Review Essentials for Accidental and Junior DBAs—Setting Up (Part 1) from Blog Posts – SQLServerCentral
Welcome to a new year, and a new look at what I’ve learned in my … Read more Server Review Essentials for Accidental and Junior DBAs—Setting Up (Part 1) from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL server
Creating a Killer GitHub Profile README Part 1
README’s. You know, those markdown files that get created when you generate a new project … Read more Creating a Killer GitHub Profile README Part 1
Categories: Software
How to cancel an HTTP fetch request
JavaScript promises have been a huge catalyst for asynchronous coding in the language. They have … Read more How to cancel an HTTP fetch request
Categories: Development, Software
Azure SQL vCore vs DTU from Blog Posts – SQLServerCentral
If you are building database solutions in Azure , using Azure SQL Database then you … Read more Azure SQL vCore vs DTU from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL serverOpenAPI Initializer
OpenAPI Initializer[1] is a Laravel package that provides a straightforward command to scaffold an OpenAPI … Read more OpenAPI Initializer
Categories: DevelopmentTags: NewsDynamism and CSS calculations
Introduction In my recent article on the min, max, and clamp functions in CSS[1], I … Read more Dynamism and CSS calculations
Categories: Development, Software
How to Solve the Infinite Loop of React.useEffect()
useEffect() React hook manages the side-effects like fetching over the network, manipulating DOM directly, starting … Read more How to Solve the Infinite Loop of React.useEffect()
Categories: Development, SoftwareSynapse Analytics Spark Example 2 – ROW_NUMBER() from Blog Posts – SQLServerCentral
The next example is how to do a ROW_NUMBER(), my favourite window function. T-SQL SELECT … Read more Synapse Analytics Spark Example 2 – ROW_NUMBER() from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL serverSynapse Analytics Spark Example 1 – Group By from Blog Posts – SQLServerCentral
I have been playing around with the new Azure Synapse Analytics, and I realised that … Read more Synapse Analytics Spark Example 1 – Group By from Blog Posts – SQLServerCentral
Categories: NewsTags: Databases News, News, SQL, SQL server