Just did my first professional TypeScript project

After 4-5 years with JavaScript (and loving it), I finally decided to give TypeScript a chance. Just coded a contract-based project with it. Both backend and frontend (react) were programmed in TypeScript. I should say that I have used typescript before on smaller one-to-three file size projects. It was mostly stuff like linear equation systems, matrix operations, basic sorting algorithms, etc. It makes you write better, quality code, and saves time....

December 26, 2021 · 1 min

React Social Login Tutorial: Google, Facebook & Twitter OAuth2

All social media giants like Facebook, Google and Twitter have tons of user data. It’s convenient for users to just ‘Continue with Google’ rather than entering all their details. It’s also great for developers because we don’t have to do the weird “email verification” thing. How do we implement the “Social Logins” feature in react? Well, that’s what this article is all about. I just want to let you know that this tutorial is for React (frontend) only....

January 24, 2020 · 5 min