PinnedMy VS Code setupIn this article, I'll be sharing my VS Code Setup with you. It includes the theme and Icons that use and also Extensions (this is very important). 馃帹Theme I use Andromeda as my primary theme for my vs code 馃獰Icons For Icons, I sometimes switch betwe...Feb 4, 2023路6 min read
Typescript: Array & TuplesIn this article, We are going learn about how you can use type in Array and there is a special thing that is Read only Array. In which you can't manipulate the values. In addition, I'll talk about Tuples as well. How you can use it? This is going to...Feb 8, 2023路5 min read
Chrome Extensions of the Month - January 2023In this article, I will suggest to you some of the best extensions you need to install for better productivity that can come in very handy. So without further due, let's get into it. ChatGPT for Google ChatGPT for Google displays ChatGPT response alo...Jan 31, 2023路3 min read
Typescript: Type Aliases and UnionIn this article, you will learn about Type Aliases and how you can define your own types in typescript and use that in functions or classes as well. Along with Type Aliases, I have also explained how you can use Union to create multiple type variable...Jan 24, 2023路7 min read
10 Best Developer Swags for 2023Hello, my fellow developers, This article will be a little different because in this article I will share 10 swags that you can buy for 2023. As we already know people like developer swag (I'm one of them). I create this list for myself then I thoug...Jan 8, 2023路4 min read
Typescript: FunctionsIn this article, we are going learn about How you can use typescript in functions. And How to restrict the function to take different types of values than define parameters. It will be a basic introduction to functions as we go in-depth in this serie...Jan 4, 2023路6 min read
Typescript: TypesIn this article, we are going to learn about how we will use typescript to make sure that variable type is secure and no other value can manipulate that variable. For example: a string value cannot be assigned to a numeric variable. This is going to...Dec 31, 2022路4 min read