Exploring the impact of ChatGPT on customer support and service industries

Exploring the impact of ChatGPT on customer support and service industries

May 31, 2023

How Does ChatGPT impact our life? ChatGPT, and similar conversational AI technologies, have had a notable impact on various aspects of our lives. Before we look into exploring the impact of ChatGPT on customer support and service industries, it would help us to

Read More

The Beauty of art in IT

May 16, 2023

Art is an important asset of our life, without which everything is dull and incomplete, still many people wrongly interpreted “art” and restrict it to just paper, pens, brushes. But what actually is- that imaginative skill whose aim is to beautify, attract attention,

Read More

What is Debouncing and Throttling?

May 9, 2023

Before reading this I would recommend you to have an absolute clarity of closures. Why to Debounce or throttle? Imagine you have implemented a scrollbar listener and at each scroll you are doing some work. But this will cause performance issue because when

Read More

Objectifying Code Quality

May 9, 2023

Coding is an art. As the number of artists increase the art start to loose standard. What Is Quality Code? Millions of lines of code written everyday, hundreds of deployments every day introduced to end user to be consumed on scale. This code

Read More

Hoisting In JavaScript

May 9, 2023

A detailed explanation to what is hoisting in JavaScript with simple examples. Introduction Hoisting in JavaScript is a behaviour because of which variables or functions can be used before declaration. That is, all the declarations are moved to the top of the scope(global

Read More

Deployment of static websites through servers or CDN: Cost-benefit analysis

May 9, 2023

Every internet start-up or personal website begins by hosting a page where they can reach their consumers or audience.  To host a page, Startups have a lot of service providers & options from cloud services like AWS, etc. You should be cognizant of

Read More

CSS Tips for beginner

May 9, 2023

In this blog I want to share some things and concepts about CSS which I think every front end developer should know. Default CSS Before writing CSS of any html tag a developer should become familiar with its default CSS. I have seen

Read More
The evolution of Cryptocurrency : Blockchain technology and more..

The evolution of Cryptocurrency : Blockchain technology and more..

Sep 30, 2021

Cryptocurrency is certainly one of the hot topics of the market right now. Although it was introduced in 2009, and Bitcoin being the first cryptocurrency, the buzz is still hot and fresh.  So, Cryptocurrency is basically a decentralized digital money, and is based

Read More
Basics of Programming language : Where to start and why?

Basics of Programming language : Where to start and why?

Aug 24, 2021

Are you a programmer? Or looking forward to being one! Then this blog will guide you through the world of programming languages and what languages you can use in this current tech era.  Software engineering has always been one of the most popular

Read More
Why are companies shifting towards cloud computing?

Why are companies shifting towards cloud computing?

Aug 16, 2021

Why is cloud computing so hyped up? And why exactly is everyone moving towards the cloud leaving their traditional computing system?  Well, cloud computing is certainly the “need of the future”. It is one of the most significant trends that escalated itself in

Read More