- A former core member in GDG-GDSC Google Developer Student Club, (REC) Raghu Engineering College, Visakhapatnam.
- Check out my
gists
from here
const aboutMe: {
workingOn: string[];
learning: string[];
contactMe: string;
pronouns: string[];
} = {
workingOn: ['react', 'nextjs'],
learning: ['typescript', 'backend'],
contactMe: '[email protected]',
pronouns: ['he', 'him'],
};
console.log(aboutMe);
- Learn to become a Data Science specialist: Data Science
- Learn Compose using Kotlin: Jetpack Compose
- Learn Machine Learning from Google Devs: Machine Learning
- Checkout my Shortcuts from here
- Checkout my Cheat-Sheets collection from here
- Checkout my bash commands cheat-sheet from here
- Learn Mobile Application Development (Beginner) within
20Days
from here (Android using XML and Java). - Learn Web Technologies (Beginner) within
20Days
from here (Beginner Web Stack, MySQL and Java (Servlets, JSP and JDBC)).
- π± See what I'm learning now from here
- π Iβm currently working on Next and React
- π― Iβm looking to collaborate and contribute on Android Compose, ReactJS, NextJS, Angular.
- π Pronouns: Vinnu, Reddy.
- π« How to reach me: @itsvidhanreddy
- π Visit my portfolio from here - Built using NextJS14.
- Learn and understand about the
Web Storage
from this article