LatestArticles
Coding Chronicles, Tech Tales, and Real-World Revelations - Dive into My Portfolio of Insights.
Stop Vue from Going Rogue: A Quick Guide to Excluding Custom HTML Tags in Vite
This article discusses how to exclude custom HTML tags in a Vue application using Vite's isCustomElement configuration option and keep your application running smoothly.
Data Structures and Algorithms - Sort a Binary Array
Sort a binary array in linear time. Given a binary array, sort it in linear time and constant space. Output the result with all zeroes followed by all ones.
Data Structures and Algorithms - Pair Sum
Given an array of unsorted integers find a pair with given sum in it. This problem can be solved in multiple ways. Here, I explain three approaches to obtain an efficient solution.
ChatGPT: A Powerful Language Model for Conversational AI
ChatGPT is a powerful language model for conversational AI that generates human-like language, learns from context, and can be fine-tuned for a variety of use cases.