Author: Sujay

  • 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. […]

  • Generic Button Component -Vue 3 Typescript

    How to create a generic button component using Vue 3 Creating a generic button component with all possible features can save time and effort while building web applications. By creating a reusable component, developers can avoid writing the same code over and over again for each button they need to add to their application. In […]

  • Free & Open-Source tools for Startups or Small Teams.

    Free & Open-Source tools for Startups or Small Teams.

    If you are someone like me, who likes to play around with different tools to help solve product related gaps/problems, here is a curated list of open source tools/products that can help you solve your site / product / startup related problems. Communication and Collaboration tools Here are some open-source communication and collaboration tools that […]

  • How to Secure yourself while surfing the web !

    Well, we all use Internet and know that nowadays we use it all the time and in all our devices. So, I would like to share some of the tricks that you can use to at least protect yourself from the dark side of the Internet or prevent yourself from getting hacked. So let’s get […]

  • Building a Money Manager App using Flutter – Part 1 (Setup up Flutter for Android in Windows 10)

    So in this tutorial, we will be building a Flutter App named Solomon. Solomon is a simple money manager app to manage your daily income and expenses. The App will have the following Features: 1. Setting up Flutter in Windows Requirements : Tools Required: Head to the following link for Official Flutter Docs on installing […]

  • 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 […]

  • How to keep your passwords safe ?

    As we know, we live in a digital world where all your data can be floating around the internet.. and you won’t have a clue. The websites are getting hacked regularly leaking all our data in the dark web causing chaos in lives of people by doing illegal activities.😒 In this article I am going […]

  • Setting up rbenv for faster ruby installations and version switching using Ubuntu (Linux).

    So, In this guide, we gonna be exploring rbenv for ruby version management. This guide assumes that you are using any Debian or Ubuntu Linux. Currently i am using Ubuntu 20.04 LTS You can check this out by : This will print out your current Linux OS version: Great! Let’s get started Install rbenv using […]