Code With Aquib
Code With Aquib
  • 89
  • 5 649
Unlocking GitHub's Secret Repository for Profile Optimization | Code With Aquib
------------------------------------------------------------
00:00 - Introduction
01:50 - Editing Basic Profile Details
07:15 - Creating the Special Repository
10:30 - Working on the .md file
12:50 - Adding badges for Technologies
16:45 - Adding GitHub Stats and Top Languages (must watch)
19:48 - Bonus (GitHub Pages #charcha)
21:03 - Conclusion
------------------------------------------------------
README.md file link - github.com/codewithaquib/codewithaquib/blob/main/README.md
------------------------------------------------------
Working with .md files on GitHub - docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
------------------------------------------------------
Blog Post Links referenced in the video:
1. flatironschool.com/blog/github-profile-and-git-practices-for-job-seekers
2. www.reczee.com/blog/what-do-hiring-managers-see-on-my-github-profile
3. dev.to/fromshubhi/why-your-github-profile-should-stand-out-20p3
------------------------------------------------------
Additional Resources:
1. github.com/marketplace/actions/generate-snake-game-from-github-contribution-grid
2. github.com/abhisheknaiidu/awesome-github-profile-readme
------------------------------------------------------
Hi! 🙌🏻
In this video, we discuss optimizing our GitHub profile by creating a secret repository!
In this step-by-step guide, we talk about :
📝 Adding basic details to your GitHub profile
💻 Creating the special GitHub repository
📈 Optimizing our profile by editing the README.md file
💡 Other hacks for improving your GitHub profile
Ready to get started?
Watch the video now and let's optimize your GitHub profile together!
Don't forget to like, subscribe, and hit the notification bell to stay updated with my latest content.
Happy coding! 🚀✨
------------------------------------------------------
Check out other Web Development videos :
1. Web Development Roadmap for 2025 - th-cam.com/video/LPXNcMyi8Qk/w-d-xo.html
2. Restaurant Menu Filter using ReactJS - th-cam.com/video/7hOfUIClZI8/w-d-xo.html
3. Task Manager Application using MongoDB - th-cam.com/video/JWMoWXD-9cc/w-d-xo.html
4. Contact Management Application using ExpressJS (Mini Project) - th-cam.com/video/-I8pIj58zIw/w-d-xo.html
5. 7 Must Have VS Code Extensions for Web Development - th-cam.com/video/fTYX9fYuxVA/w-d-xo.html
------------------------------------------------------
Follow me on other platforms:
Instagram - codewithaquib
LinkedIn - www.linkedin.com/in/codewithaquib/
มุมมอง: 185

วีดีโอ

Web Development Roadmap for 2025 | Code With Aquib
มุมมอง 58721 ชั่วโมงที่ผ่านมา
00:00 - Introduction 00:45 - About the channel 01:10 - Components of a Web Application 02:28 - FrontEnd Development Roadmap 05:05 - Database Roadmap 07:20 - BackEnd Development Roadmap 09:21 - Python-based Backend 09:35 - Java-based Backend 10:00 - JavaScript-based Backend 11:40 - Bonus (Artificial Intelligence #charcha) 13:34 - Conclusion Statista Survey Link : www.statista.com/statistics/7936...
Fetching API Data using ReactJS | Code With Aquib
มุมมอง 2028 หลายเดือนก่อน
00:00 - Introduction 00:50 - Initialising a React Project 01:23 - Creating the Required Components 04:05 - Creating the State Variables with useState() 05:20 - Fetching the API Data with useEffect() 09:00 - Displaying the Data in our Component 11:28 - Conclusion Material UI Installation Link : mui.com/material-ui/getting-started/installation/ Check out other MERN Stack videos : 1. Restaurant Me...
Deploying an ExpressJS App on Netlify | Code With Aquib
มุมมอง 3919 หลายเดือนก่อน
00:00 - Exploring the Official Documentation 01:50 - Setting up the Folder Structure 05:33 - Installing the Required Packages 06:00 - Getting the Code Ready for Deployment 10:00 - Working with the Netlify CLI 11:30 - Testing the Deployed Application Netlify ExpresssJS Documentation : docs.netlify.com/frameworks/express/ Check out other MERN Stack videos : 1. Deploying a ReactJS App on Netlify -...
Deploying a ReactJS App on Netlify | Code With Aquib
มุมมอง 1269 หลายเดือนก่อน
00:00 - Setting up GitHub Repository 02:42 - Signing Up on Netlify 03:15 - Importing GitHub repositories into Netlify 04:30 - Building the React App 06:00 - Testing the Deployed App Check out other MERN Stack videos : 1. Restaurant Menu Filter using ReactJS (Mini Project) - th-cam.com/video/7hOfUIClZI8/w-d-xo.html 2. Contact Management Application using ExpressJS (Mini Project) - th-cam.com/vid...
MongoDB Mini Project - Task Manager Application | Code With Aquib
มุมมอง 5939 หลายเดือนก่อน
00:00 - Setting up MongoDB Cluster 08:40 - ExpressJS Project Setup 11:35 - Connecting MongoDB with ExpressJS 15:40 - Creating a Schema 18:10 - Creating a Model 21:30 - Working on CRUD Operations 30:00 - Testing the Application Starter Code - github.com/codewithaquib/mongodb-crud-task-manager/blob/main/index_starter.js Final Code - github.com/codewithaquib/mongodb-crud-task-manager/blob/main/ind...
ExpressJS Mini Project - Contact Management Application | Code With Aquib
มุมมอง 1979 หลายเดือนก่อน
00:00 - Project Walkthrough 04:40 - ExpressJS Project Setup 11:30 - Creating API Endpoints 16:15 - Working on the CRUD functionality 25:35 - Testing the Application Final Code - github.com/codewithaquib/contact-management-app-using-expressjs NodeJS Installation Link : nodejs.org/ Restaurant Menu Filter using ReactJS (Mini Project) - th-cam.com/video/7hOfUIClZI8/w-d-xo.html 7 Must Have VS Code E...
ReactJS Mini Project - Restaurant Menu Filter | Code With Aquib
มุมมอง 4349 หลายเดือนก่อน
00:00 - Project Walkthrough 03:15 - ReactJS Project Setup 15:10 - Mock API Setup 17:30 - Fetching API Data from ReactJS 24:05 - Adding the Filter functionality Starter Code - github.com/codewithaquib/restaurant-menu-filter-using-reactjs/tree/main Final Code - github.com/codewithaquib/restaurant-menu-filter-using-reactjs/tree/final NodeJS Installation Link : nodejs.org/ 🍽️ Build a Restaurant Men...
7 Must Have VS Code Extensions for Web Development in 2024 | Code With Aquib
มุมมอง 1189 หลายเดือนก่อน
00:00 - Introduction 00:10 - Prettier 02:30 - Better Comments 04:50 - Live Server 06:35 - CSS Peek 09:15 - Material Icon Theme 10:55 - Live Preview 12:15 - TODO Highlight 14:10 - Thunder Client 16:15 - Conclusion Hey there! 👨🏻‍💻 Ready to level up your coding skills? Join me as I explore the 7 Must-Have VS Code Extensions for Web Development in 2024! 💻 These extensions are absolute game-changers...
Master PHP Fundamentals - Full Course (English)
มุมมอง 502 ปีที่แล้ว
Master PHP Fundamentals - Full Course (English)
Signing Off - Chapter 19/19 | Master PHP Fundamentals
มุมมอง 142 ปีที่แล้ว
Signing Off - Chapter 19/19 | Master PHP Fundamentals
Testing the form - Chapter 18/19 | Master PHP Fundamentals
มุมมอง 102 ปีที่แล้ว
Testing the form - Chapter 18/19 | Master PHP Fundamentals
Integrating PHP with the form - Chapter 17/19 | Master PHP Fundamentals
มุมมอง 142 ปีที่แล้ว
Integrating PHP with the form - Chapter 17/19 | Master PHP Fundamentals
Creating a form - Chapter 16/19 | Master PHP Fundamentals
มุมมอง 182 ปีที่แล้ว
Creating a form - Chapter 16/19 | Master PHP Fundamentals
Wrapping up the webpage design - Chapter 15/19 | Master PHP Fundamentals
มุมมอง 102 ปีที่แล้ว
Wrapping up the webpage design - Chapter 15/19 | Master PHP Fundamentals
Working on the body of the webpage - Chapter 14/19 | Master PHP Fundamentals
มุมมอง 82 ปีที่แล้ว
Working on the body of the webpage - Chapter 14/19 | Master PHP Fundamentals
Setting up a basic webpage - Chapter 13/19 | Master PHP Fundamentals
มุมมอง 102 ปีที่แล้ว
Setting up a basic webpage - Chapter 13/19 | Master PHP Fundamentals
Working with Tags in HTML5 - Chapter 12/19 | Master PHP Fundamentals
มุมมอง 42 ปีที่แล้ว
Working with Tags in HTML5 - Chapter 12/19 | Master PHP Fundamentals
A quick look at HTML5 - Chapter 11/19 | Master PHP Fundamentals
มุมมอง 62 ปีที่แล้ว
A quick look at HTML5 - Chapter 11/19 | Master PHP Fundamentals
Arrays and the For-Each Loop - Chapter 10/19 | Master PHP Fundamentals
มุมมอง 112 ปีที่แล้ว
Arrays and the For-Each Loop - Chapter 10/19 | Master PHP Fundamentals
The Do-While Loop - Chapter 9/19 | Master PHP Fundamentals
มุมมอง 62 ปีที่แล้ว
The Do-While Loop - Chapter 9/19 | Master PHP Fundamentals
The While Loop - Chapter 8/19 | Master PHP Fundamentals
มุมมอง 62 ปีที่แล้ว
The While Loop - Chapter 8/19 | Master PHP Fundamentals
The For Loop - Chapter 7/19 | Master PHP Fundamentals
มุมมอง 52 ปีที่แล้ว
The For Loop - Chapter 7/19 | Master PHP Fundamentals
The Switch Case - Chapter 6/19 | Master PHP Fundamentals
มุมมอง 42 ปีที่แล้ว
The Switch Case - Chapter 6/19 | Master PHP Fundamentals
The if else construct - Chapter 5/19 | Master PHP Fundamentals
มุมมอง 92 ปีที่แล้ว
The if else construct - Chapter 5/19 | Master PHP Fundamentals
Basic Syntax, Variables and the Dot Operator - Chapter 4/19 | Master PHP Fundamentals
มุมมอง 132 ปีที่แล้ว
Basic Syntax, Variables and the Dot Operator - Chapter 4/19 | Master PHP Fundamentals
Writing your first PHP Script - Chapter 3/19 | Master PHP Fundamentals
มุมมอง 72 ปีที่แล้ว
Writing your first PHP Script - Chapter 3/19 | Master PHP Fundamentals
Downloading XAMPP Control Panel - Chapter 2/19 | Master PHP Fundamentals
มุมมอง 62 ปีที่แล้ว
Downloading XAMPP Control Panel - Chapter 2/19 | Master PHP Fundamentals
Introduction to PHP - Chapter 1/19 | Master PHP Fundamentals
มุมมอง 202 ปีที่แล้ว
Introduction to PHP - Chapter 1/19 | Master PHP Fundamentals
Master C++ Programming - Full Course (English)
มุมมอง 222 ปีที่แล้ว
Master C Programming - Full Course (English)