Category: Blog
-
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. […]
-
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 […]
-
How Github can help you become a better Software Engineer !
I felt, I should share this. Recently Github has evolved, introducing so many cool features like the Dark mode, to Codespaces.. Its just makes the life of developer’s easier on every release. Github has always been my favourite, with all of its ecosystem around it, it makes it easier to collaborate as a Software Engineer […]
-
Configuring Typescript with React
In this part, let’s setup typescript in our React client app. Step 1 : Install Here’s what each package is for : typescript – the library that converts Typescript files (file extension with .ts or .tsx) in to javascript. ts-loader – webpack loader that integrates typescript in to webpack. webpack uses this loader to help […]