Category: Programming

  • Typescript – Step by Step Guide to setup with React

    If you’re a React developer, you might have heard of TypeScript, a popular programming language that adds static typing to JavaScript. Using TypeScript with React can help you write more maintainable code, catch errors earlier, and improve your overall development experience. In this guide, we’ll go through the step-by-step process of setting up a React […]

  • Step-by-Step Guide to Setup Typescript with Vue 3

    If you’re planning to use Vue3 with Typescript, there are a few steps you need to follow to set up your project. In this blog post, we’ll guide you through the process of setting up Typescript with Vue3 using Vite. Prerequisites Before we begin, make sure you have the following installed on your system: Step […]

  • Learn Typescript – A Step-by-Step Guide

    keywords: learn typescript fast, typescript coding tutorial, online tutorial for typescript) A Comprehensive Step-by-Step Guide on How to Learn Typescript Quickly Are you looking to learn Typescript quickly? If so, you’ve come to the right place! In this tutorial, we’ll provide you with a comprehensive guide that will help you learn Typescript in no time. […]

  • Resources to learn (Regex) – Regular Expressions (Cheatsheet)

    In this article, I am going to share some of the resources that you can use to learn Regex (Regular Expressions) easily. Resources to learn regex : Regexr – https://regexr.com/ Learn Regex – https://regexlearn.com/ I Hate Regex – https://ihateregex.io/RegexOne – https://regexone.com/ Commands Usage (Coming Soon): Wildcard Dot Character (.) Find Letters, Numbers and Underscore Characters […]