Hi there ππ» I'm Vidhan π
I'm a Computer Science & Engineering Undergraduate.
Web | Android | Programmer | Developer
π Highlights
- 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: 'vidhanreddy.dev@gmail.com',
pronouns: ['he', 'him'],
};
console.log(aboutMe);
π€ Gain Knowledge
- 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
<!β
- From
web.dev
- Learn ReactJS through the tutorials and official documentation: ReactJS
- Learn NodeJS through the official tutorial: NodeJS
- Learn NextJS from the Vercel (As NextJS is a ReactJS framework, Itβs a good practice to learn ReactJS before learning NextJS): NextJS
- Get a good grip of TailwindCSS (Itβs a good practice to learn the official CSS before learning TailwindCSS): [TailwindCSS]
- Learn TypeScript for:
- Documentation on Bootstrap: Bootstrap
- Documentation on Web Technologies: Web Tech
β>
β
Checkout
- 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)).
π» My Learning
- π± 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.
π Letβs Connect
:octocat: GitHub Stats
π Top Languages
π Must Read
- Learn and understand about the
Web Storage
from this article