LatestArticles

Coding Chronicles, Tech Tales, and Real-World Revelations - Dive into My Portfolio of Insights.

  • excluding-custom-element-tags-in-vue-3-with-vite-a-simple-guide

    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

    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

    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: 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.