Games to Learn Coding๐จ๐ปโ๐ป
1. CSS Diner๐
https://flukeout.github.io/
2. CheckIO๐
https://checkio.org/
3. CodeCombat๐
https://codecombat.com/
4. Elevator Saga๐
https://play.elevatorsaga.com/
5. Robocode๐
https://robocode.sourceforge.io/
6. Codingame๐
https://www.codingame.com/start/
7. Codewars๐
https://www.codewars.com/
Do not forget to React to this Message for More Content Like this
๐
Thanks For Joining All๐
1. CSS Diner๐
https://flukeout.github.io/
2. CheckIO๐
https://checkio.org/
3. CodeCombat๐
https://codecombat.com/
4. Elevator Saga๐
https://play.elevatorsaga.com/
5. Robocode๐
https://robocode.sourceforge.io/
6. Codingame๐
https://www.codingame.com/start/
7. Codewars๐
https://www.codewars.com/
Do not forget to React to this Message for More Content Like this
๐
Thanks For Joining All๐
flukeout.github.io
CSS Diner
A fun game to help you learn and practice CSS selectors.
๐2
๐
๐ซ๐๐ฌ๐ก๐๐ซ'๐ฌ ๐ ๐ฎ๐ข๐๐ ๐ญ๐จ ๐ฌ๐ญ๐๐ซ๐ญ๐ข๐ง๐ ๐ ๐๐๐ซ๐๐๐ซ ๐ข๐ง ๐๐๐ญ๐ ๐๐ง๐๐ฅ๐ฒ๐ญ๐ข๐๐ฌ | FREE Online Live Webinar
Understand Data Analytics domain, job opportunties and the skills needed as a recent graduate
๐๐น๐ถ๐ด๐ถ๐ฏ๐ถ๐น๐ถ๐๐:- (BE/BTech/BSc/BCA/BBA/BCom) passed out in 2021,2022 & 2023
๐ฅ๐ฒ๐ด๐ถ๐๐๐ฒ๐ฟ ๐๐ผ๐ฟ ๐๐ฟ๐ฒ๐ฒ ๐:-
https://bit.ly/3s4n8EP
( Only a few slots left )
Date & Time:- Thu, 02 Nov 2023, 06:00PM IST
๐๐ฆ๐ฉ ๐๐จ๐ญ๐:- Only Candidates From Hyderabad/Telangana, Chennai/Tamilnadu, Bangalore/Karnataka, Pune/Maharashtra are eligible
Understand Data Analytics domain, job opportunties and the skills needed as a recent graduate
๐๐น๐ถ๐ด๐ถ๐ฏ๐ถ๐น๐ถ๐๐:- (BE/BTech/BSc/BCA/BBA/BCom) passed out in 2021,2022 & 2023
๐ฅ๐ฒ๐ด๐ถ๐๐๐ฒ๐ฟ ๐๐ผ๐ฟ ๐๐ฟ๐ฒ๐ฒ ๐:-
https://bit.ly/3s4n8EP
( Only a few slots left )
Date & Time:- Thu, 02 Nov 2023, 06:00PM IST
๐๐ฆ๐ฉ ๐๐จ๐ญ๐:- Only Candidates From Hyderabad/Telangana, Chennai/Tamilnadu, Bangalore/Karnataka, Pune/Maharashtra are eligible
โค2๐1
๐ Mini Projects using HTML CSS and JavaScript
โ Source Code ๐๐ป๐๐ป๐๐ป
๐ https://www.geekshelp.in/p/mini-projects-using-html-css-and.html
โ Source Code ๐๐ป๐๐ป๐๐ป
๐ https://www.geekshelp.in/p/mini-projects-using-html-css-and.html
๐1
JavaScript 30 Days Roadmap๐
๐จ๐ปโ๐ปDays 1-7: JavaScript Fundamentals
๐Day 1: Introduction to JavaScript
What is JavaScript?
JavaScript in the browser
Basic syntax and comments
๐Days 2-3: Variables and Data Types
Variables (var, let, const)
Data types (string, number, boolean, undefined, null)
๐Day 4: Operators and Expressions
Arithmetic operators (+, -, *, /, %)
Comparison operators (==, ===, !=, !==, >, <)
Logical operators (&&, ||, !)
๐Day 5: Control Structures
if, else if, else statements
switch statement
Ternary (conditional) operator
๐Day 6: Loops
for loop
while loop
do...while loop
Iterating through arrays
๐Day 7: Functions
Declaring and calling functions
Function parameters and return values
Function expressions
Arrow functions
๐จ๐ปโ๐ปDays 8-14: DOM Manipulation
๐Day 8: Introduction to the DOM
What is the Document Object Model (DOM)?
Selecting and manipulating elements
๐Day 9: Event Handling
Adding event listeners
Event objects and event types
Removing event listeners
๐Day 10: Changing HTML and CSS
Modifying text and attributes
Styling elements dynamically
๐Day 11: Creating and Modifying Elements
Creating elements with createElement
Appending and removing elements
Cloning nodes
๐Day 12: Local Storage
Storing and retrieving data with localStorage
JSON and parsing data
๐Day 13: Form Handling
Form elements and submission
Validating form input
๐Day 14: Mini Project
Create a simple interactive web page using JavaScript and the DOM
๐จ๐ปโ๐ปDays 15-21: Advanced JavaScript Concepts
๐Day 15: Scope and Closures
Global scope and function scope
Closure concept
๐Day 16: Objects and Object-Oriented Programming
Creating and working with objects
Constructor functions and classes
Inheritance and prototypes
๐Day 17: Arrays and Array Methods
Array methods (forEach, map, filter, reduce, etc.)
Iterating and manipulating arrays
๐Day 18: Asynchronous JavaScript
Callback functions
Promises
Async/await
๐Day 19: Fetch API
Making HTTP requests
Handling API responses
Error handling
๐Day 20: Error Handling
Try...catch statements
Custom error handling
Handling promise rejections
๐Day 21: Modular JavaScript
ES6 modules
Importing and exporting modules
Building a modular application
๐จ๐ปโ๐ปDays 22-30: JavaScript Frameworks and Libraries
๐Day 22: Introduction to JavaScript Frameworks
Overview of popular JavaScript frameworks (e.g., React, Angular, Vue)
๐Day 23-24: Building a Mini Project with a Framework
Choose a framework (e.g., React, Angular, or Vue)
Build a small project or component
๐Day 25-26: AJAX and API Integration
Fetching and displaying data from a real API
Integration with third-party APIs
๐Day 27-28: Advanced Framework Concepts
Advanced features of the chosen framework
State management, routing, or component lifecycle
๐Day 29: Debugging and Performance Optimization
Debugging tools and techniques
Performance optimization tips
๐Day 30: Final Project
Create a more complex web application using JavaScript and a chosen framework or library
This roadmap provides a comprehensive overview of JavaScript, from the basics to more advanced topics. Adjust the pace according to your learning style, and make sure to practice by working on projects throughout your learning journey.
Do not forget to React to this Message for More Content Like this
๐
Thanks For Joining All๐
๐จ๐ปโ๐ปDays 1-7: JavaScript Fundamentals
๐Day 1: Introduction to JavaScript
What is JavaScript?
JavaScript in the browser
Basic syntax and comments
๐Days 2-3: Variables and Data Types
Variables (var, let, const)
Data types (string, number, boolean, undefined, null)
๐Day 4: Operators and Expressions
Arithmetic operators (+, -, *, /, %)
Comparison operators (==, ===, !=, !==, >, <)
Logical operators (&&, ||, !)
๐Day 5: Control Structures
if, else if, else statements
switch statement
Ternary (conditional) operator
๐Day 6: Loops
for loop
while loop
do...while loop
Iterating through arrays
๐Day 7: Functions
Declaring and calling functions
Function parameters and return values
Function expressions
Arrow functions
๐จ๐ปโ๐ปDays 8-14: DOM Manipulation
๐Day 8: Introduction to the DOM
What is the Document Object Model (DOM)?
Selecting and manipulating elements
๐Day 9: Event Handling
Adding event listeners
Event objects and event types
Removing event listeners
๐Day 10: Changing HTML and CSS
Modifying text and attributes
Styling elements dynamically
๐Day 11: Creating and Modifying Elements
Creating elements with createElement
Appending and removing elements
Cloning nodes
๐Day 12: Local Storage
Storing and retrieving data with localStorage
JSON and parsing data
๐Day 13: Form Handling
Form elements and submission
Validating form input
๐Day 14: Mini Project
Create a simple interactive web page using JavaScript and the DOM
๐จ๐ปโ๐ปDays 15-21: Advanced JavaScript Concepts
๐Day 15: Scope and Closures
Global scope and function scope
Closure concept
๐Day 16: Objects and Object-Oriented Programming
Creating and working with objects
Constructor functions and classes
Inheritance and prototypes
๐Day 17: Arrays and Array Methods
Array methods (forEach, map, filter, reduce, etc.)
Iterating and manipulating arrays
๐Day 18: Asynchronous JavaScript
Callback functions
Promises
Async/await
๐Day 19: Fetch API
Making HTTP requests
Handling API responses
Error handling
๐Day 20: Error Handling
Try...catch statements
Custom error handling
Handling promise rejections
๐Day 21: Modular JavaScript
ES6 modules
Importing and exporting modules
Building a modular application
๐จ๐ปโ๐ปDays 22-30: JavaScript Frameworks and Libraries
๐Day 22: Introduction to JavaScript Frameworks
Overview of popular JavaScript frameworks (e.g., React, Angular, Vue)
๐Day 23-24: Building a Mini Project with a Framework
Choose a framework (e.g., React, Angular, or Vue)
Build a small project or component
๐Day 25-26: AJAX and API Integration
Fetching and displaying data from a real API
Integration with third-party APIs
๐Day 27-28: Advanced Framework Concepts
Advanced features of the chosen framework
State management, routing, or component lifecycle
๐Day 29: Debugging and Performance Optimization
Debugging tools and techniques
Performance optimization tips
๐Day 30: Final Project
Create a more complex web application using JavaScript and a chosen framework or library
This roadmap provides a comprehensive overview of JavaScript, from the basics to more advanced topics. Adjust the pace according to your learning style, and make sure to practice by working on projects throughout your learning journey.
Do not forget to React to this Message for More Content Like this
๐
Thanks For Joining All๐
โค2
Games to Learn Coding๐จ๐ปโ๐ป
1. CSS Diner๐
https://flukeout.github.io/
2. CheckIO๐
https://checkio.org/
3. CodeCombat๐
https://codecombat.com/
4. Elevator Saga๐
https://play.elevatorsaga.com/
5. Robocode๐
https://robocode.sourceforge.io/
6. Codingame๐
https://www.codingame.com/start/
7. Codewars๐
https://www.codewars.com/
Thanks For Joining All๐
1. CSS Diner๐
https://flukeout.github.io/
2. CheckIO๐
https://checkio.org/
3. CodeCombat๐
https://codecombat.com/
4. Elevator Saga๐
https://play.elevatorsaga.com/
5. Robocode๐
https://robocode.sourceforge.io/
6. Codingame๐
https://www.codingame.com/start/
7. Codewars๐
https://www.codewars.com/
Thanks For Joining All๐
flukeout.github.io
CSS Diner
A fun game to help you learn and practice CSS selectors.
Job openings for freshers and experienced ๐๐
1.Name of company - IBM
Role - Associate System Engineer
Salary - INR 4.50 LPA+
Location - Mumbai, Pune, New Delhi,Hyderabad, Chennai
Link : https://careers.ibm.com/job/19344653/associate-system-engineer-remote/?codes=WEB_SEARCH_INDIA&sf183355623=1
2.Name of company - Accenture
Role - Application Development Associate
Salary - Rs 4.61 LPA
Location - Bangalore, Hyderabad, Chennai, Mumbai, Pune, Gurgaon, Kolkata
Link : https://indiacampus.accenture.com/myzone/accenture/1/jobs/2201/job-details
3.Name of company - MountBlue
Role - Software Engineer Trainee
Salary - Rs.4 LPA+
Location - Bangalore
Link : https://careers.mountblue.io/trainee
4.Name of company - SOLERA
Role - Associate Analyst
Location - Hyderabad
Link : https://solera.wd5.myworkdayjobs.com/en-US/Global_Career_Site/job/Hyderabad/Associate-Analyst---Review-Ops_JR-016280
5.Name of company - Baker Hughes
Role - Early Career Trainee
Location - Mumbai
Link: https://careers.bakerhughes.com/global/en/job/BAHUGLOBALR97205/Early-Career-Program-ASPIRE-Engineering-Technology-India-2023?utm_source=linkedin&utm_medium=phenom-feeds
1.Name of company - IBM
Role - Associate System Engineer
Salary - INR 4.50 LPA+
Location - Mumbai, Pune, New Delhi,Hyderabad, Chennai
Link : https://careers.ibm.com/job/19344653/associate-system-engineer-remote/?codes=WEB_SEARCH_INDIA&sf183355623=1
2.Name of company - Accenture
Role - Application Development Associate
Salary - Rs 4.61 LPA
Location - Bangalore, Hyderabad, Chennai, Mumbai, Pune, Gurgaon, Kolkata
Link : https://indiacampus.accenture.com/myzone/accenture/1/jobs/2201/job-details
3.Name of company - MountBlue
Role - Software Engineer Trainee
Salary - Rs.4 LPA+
Location - Bangalore
Link : https://careers.mountblue.io/trainee
4.Name of company - SOLERA
Role - Associate Analyst
Location - Hyderabad
Link : https://solera.wd5.myworkdayjobs.com/en-US/Global_Career_Site/job/Hyderabad/Associate-Analyst---Review-Ops_JR-016280
5.Name of company - Baker Hughes
Role - Early Career Trainee
Location - Mumbai
Link: https://careers.bakerhughes.com/global/en/job/BAHUGLOBALR97205/Early-Career-Program-ASPIRE-Engineering-Technology-India-2023?utm_source=linkedin&utm_medium=phenom-feeds
Best Apps to Learn Code ๐ฅ
IOS Apps Link ๐ฑ
Sololearn: Learn to Code
๐ https://apps.apple.com/in/app/sololearn-code-learning-app/id1210079064
Programming Hub: Learn to code
๐ https://apps.apple.com/in/app/programming-hub-learn-to-code/id1049691226
Mimo: Python, JavaScript, HTML
๐ https://apps.apple.com/in/app/learn-coding-programming-mimo/id1133960732
Codecademy Go
๐ https://apps.apple.com/in/app/codecademy-go/id1376029326
Tynker - Learn to Code
๐ https://apps.apple.com/in/app/tynker-coding-for-kids/id805869467
Encode: Learn to Code
๐ https://apps.apple.com/in/app/encode-learn-to-code/id1198851756
Android Apps Link ๐ฑ
Tynker - Learn to Code
๐ https://play.google.com/store/apps/details?id=com.tynker.TynkerBlockCoding&pcampaignid=web_share
Codecademy Go
๐ https://play.google.com/store/apps/details?id=com.ryzac.codecademygo&pcampaignid=web_share
Mimo: Python, JavaScript, HTML
๐ https://play.google.com/store/apps/details?id=com.getmimo&pcampaignid=web_share
Programming Hub: Learn to code
๐ https://play.google.com/store/apps/details?id=com.freeit.java&pcampaignid=web_share
Encode: Learn to Code
๐ https://play.google.com/store/apps/details?id=com.upskew.encode&pcampaignid=web_share
Sololearn: Learn to Code
๐ https://play.google.com/store/apps/details?id=com.sololearn&pcampaignid=web_share
IOS Apps Link ๐ฑ
Sololearn: Learn to Code
๐ https://apps.apple.com/in/app/sololearn-code-learning-app/id1210079064
Programming Hub: Learn to code
๐ https://apps.apple.com/in/app/programming-hub-learn-to-code/id1049691226
Mimo: Python, JavaScript, HTML
๐ https://apps.apple.com/in/app/learn-coding-programming-mimo/id1133960732
Codecademy Go
๐ https://apps.apple.com/in/app/codecademy-go/id1376029326
Tynker - Learn to Code
๐ https://apps.apple.com/in/app/tynker-coding-for-kids/id805869467
Encode: Learn to Code
๐ https://apps.apple.com/in/app/encode-learn-to-code/id1198851756
Android Apps Link ๐ฑ
Tynker - Learn to Code
๐ https://play.google.com/store/apps/details?id=com.tynker.TynkerBlockCoding&pcampaignid=web_share
Codecademy Go
๐ https://play.google.com/store/apps/details?id=com.ryzac.codecademygo&pcampaignid=web_share
Mimo: Python, JavaScript, HTML
๐ https://play.google.com/store/apps/details?id=com.getmimo&pcampaignid=web_share
Programming Hub: Learn to code
๐ https://play.google.com/store/apps/details?id=com.freeit.java&pcampaignid=web_share
Encode: Learn to Code
๐ https://play.google.com/store/apps/details?id=com.upskew.encode&pcampaignid=web_share
Sololearn: Learn to Code
๐ https://play.google.com/store/apps/details?id=com.sololearn&pcampaignid=web_share
๐1
๐Free Courses & Roadmap to learn python in 21 days!!
๐https://www.mygreatlearning.com/python/free-courses
๐https://www.freecodecamp.org/news/python-programming-course/
๐https://www.classcentral.com/course/python-74248
๐จโ๐ปDay 1-7: Python Basics
Day 1-3: Install Python, learn basic RSE syntax, and work with variables and data types.
Day 4-5: Study control structures (if, loops) and functions.
Day 6-7: Explore data structures (lists, dictionaries) and string manipulation
๐จโ๐ปDay 8-14: Intermediate Python
Day 8-10: Focus on file handling, exceptions, and modules.
Day 11-12: Dive into object-oriented programming (classes, objects).
Day 13-14: Learn regular expressions, debugging, and error handling.
๐จโ๐ปDay 15-17: Explore data analysis with Pandas and data visualization with Matplotlib.
Day 18-19: Start GUI development with Tkinter and web development with Flask.
Day 20-21: Work on personal projects, explore APIs, databases, or advanced topics.
๐https://www.mygreatlearning.com/python/free-courses
๐https://www.freecodecamp.org/news/python-programming-course/
๐https://www.classcentral.com/course/python-74248
๐จโ๐ปDay 1-7: Python Basics
Day 1-3: Install Python, learn basic RSE syntax, and work with variables and data types.
Day 4-5: Study control structures (if, loops) and functions.
Day 6-7: Explore data structures (lists, dictionaries) and string manipulation
๐จโ๐ปDay 8-14: Intermediate Python
Day 8-10: Focus on file handling, exceptions, and modules.
Day 11-12: Dive into object-oriented programming (classes, objects).
Day 13-14: Learn regular expressions, debugging, and error handling.
๐จโ๐ปDay 15-17: Explore data analysis with Pandas and data visualization with Matplotlib.
Day 18-19: Start GUI development with Tkinter and web development with Flask.
Day 20-21: Work on personal projects, explore APIs, databases, or advanced topics.
Great Learning
Free Python Courses Online with Certificates (2026)
Explore free Python courses covering basics, data structures, functions, OOP, libraries and real projects and earn completion certificates to boost your skills.
Internships opportunities ๐๐
1.Name of company - Honeywell
Role - IT Internship
Location - Bangalore, India
Link : https://careers.honeywell.com/us/en/job/HONEUSHRD905775EXTERNALENUS/Intern-Bachelor-s?utm_source=linkedin&utm_medium=phenom-feeds
2.Name of company - Hewlett Packard Enterprise
Role - administration Internship
Location - Bangaluru
Link : https://careers.hpe.com/us/en/job/1142418/College-Interns?utm_source=linkedin
3.Name of company - Zscaler
Role - IT Intern
Location - Mohali, India
Link : https://boards.greenhouse.io/zscaler/jobs/4118692007?gh_src=c9f3d7237&trid=2d92f286-613b-4daf-9dfa-6340ffbecf73
4.Name of company - IBM Career
Role - research Intern
Location - Bangalore
Link :https://careers.ibm.com/job/19163363/research-intern-hybrid-cloud-remote/?codes=SN_LinkedIn&Codes=SN_LinkedIn
5.Name of company - Wabtec Corporation
Role - IT Intern
Location - Bangalore
Link: https://wabtec.wd1.myworkdayjobs.com/wabtec_careers/job/Bengaluru-India/INTERN_R0076587?source=LinkedIn_corporate_page
1.Name of company - Honeywell
Role - IT Internship
Location - Bangalore, India
Link : https://careers.honeywell.com/us/en/job/HONEUSHRD905775EXTERNALENUS/Intern-Bachelor-s?utm_source=linkedin&utm_medium=phenom-feeds
2.Name of company - Hewlett Packard Enterprise
Role - administration Internship
Location - Bangaluru
Link : https://careers.hpe.com/us/en/job/1142418/College-Interns?utm_source=linkedin
3.Name of company - Zscaler
Role - IT Intern
Location - Mohali, India
Link : https://boards.greenhouse.io/zscaler/jobs/4118692007?gh_src=c9f3d7237&trid=2d92f286-613b-4daf-9dfa-6340ffbecf73
4.Name of company - IBM Career
Role - research Intern
Location - Bangalore
Link :https://careers.ibm.com/job/19163363/research-intern-hybrid-cloud-remote/?codes=SN_LinkedIn&Codes=SN_LinkedIn
5.Name of company - Wabtec Corporation
Role - IT Intern
Location - Bangalore
Link: https://wabtec.wd1.myworkdayjobs.com/wabtec_careers/job/Bengaluru-India/INTERN_R0076587?source=LinkedIn_corporate_page
Honeywell
Intern (Bachelor's) job in Devarabisanahalli Village, KR Varturhobli,, East Taluk - Phase I, Bangalore, KARNATAKA, 560103, Indiaโฆ
Apply for Intern (Bachelor's) job with Honeywell in Devarabisanahalli Village, KR Varturhobli,, East Taluk - Phase I, Bangalore, KARNATAKA, 560103, India. Browse and apply for Information Technology jobs at Honeywell
๐1
Frequently asked interview questions and their answers ๐๐๐
How to answer " what is ur salary expectation"
Ans: "I'm looking for a competitive salary that reflects my skills and experience, and is in line with industry standards for this role."
Or
"I'm open to a fair and competitive salary based on the responsibilities and expectations of the position."
How to answer " what do u expect from our company"
Ans: "I expect a company that values innovation, promotes growth, and fosters a collaborative work environment."
Or "I expect a supportive and growth-oriented environment where my skills can contribute to the company's success."
How to negotiate good salary amount
Ans:
1.Research industry standards.
2Present your value confidently.
3.Politely request a competitive offer.
4.Be willing to compromise if necessary.
Or
"To secure the best salary, research industry standards, demonstrate your value, assertively request a competitive offer, and be flexible when negotiating."
How to not answer "what makes u suitable for this job role"
Ans. "I believe my combination of skills, experience, and passion for [specific aspects of the job role] make me a strong fit. I've [mention relevant experience or accomplishments], and I'm committed to contributing effectively to this role."
Or
"I possess the skills, experience, and passion required for this role, and I'm committed to delivering results."
Or
"I'm the ideal fit due to my experience, skills, and dedication to excel in this role."
How to answer " what is ur salary expectation"
Ans: "I'm looking for a competitive salary that reflects my skills and experience, and is in line with industry standards for this role."
Or
"I'm open to a fair and competitive salary based on the responsibilities and expectations of the position."
How to answer " what do u expect from our company"
Ans: "I expect a company that values innovation, promotes growth, and fosters a collaborative work environment."
Or "I expect a supportive and growth-oriented environment where my skills can contribute to the company's success."
How to negotiate good salary amount
Ans:
1.Research industry standards.
2Present your value confidently.
3.Politely request a competitive offer.
4.Be willing to compromise if necessary.
Or
"To secure the best salary, research industry standards, demonstrate your value, assertively request a competitive offer, and be flexible when negotiating."
How to not answer "what makes u suitable for this job role"
Ans. "I believe my combination of skills, experience, and passion for [specific aspects of the job role] make me a strong fit. I've [mention relevant experience or accomplishments], and I'm committed to contributing effectively to this role."
Or
"I possess the skills, experience, and passion required for this role, and I'm committed to delivering results."
Or
"I'm the ideal fit due to my experience, skills, and dedication to excel in this role."
๐2
Learning React.js is a great choice for building interactive web applications.
Here are six project ideas to help you learn React.js:
1. To-Do List App:
Create a simple to-do list application where users can add, delete, and mark tasks as completed.
2. Weather App:
Build a weather application that fetches data from a weather API and displays current weather conditions based on user input (e.g., city or zip code)
3. E-commerce Website:
Develop a small e-commerce website with product listings, a shopping cart, and a checkout process website with product listings, a shopping cart, and a checkout process.
4. Blog or Personal Website:
Create a blog or personal website with multiple pages, a navigation bar and the ability to add and display blog posts
5. Chat Application:
Build a real-time chat application using React and a WebSocket library like Socket.io.
6. GitHub Profile Viewer:
Create a web app that allows users to enter a GitHub username and displays that user's profile information and repositories
As you work on these projects, you'll gain experience and deepen your understanding of React.js
Here are six project ideas to help you learn React.js:
1. To-Do List App:
Create a simple to-do list application where users can add, delete, and mark tasks as completed.
2. Weather App:
Build a weather application that fetches data from a weather API and displays current weather conditions based on user input (e.g., city or zip code)
3. E-commerce Website:
Develop a small e-commerce website with product listings, a shopping cart, and a checkout process website with product listings, a shopping cart, and a checkout process.
4. Blog or Personal Website:
Create a blog or personal website with multiple pages, a navigation bar and the ability to add and display blog posts
5. Chat Application:
Build a real-time chat application using React and a WebSocket library like Socket.io.
6. GitHub Profile Viewer:
Create a web app that allows users to enter a GitHub username and displays that user's profile information and repositories
As you work on these projects, you'll gain experience and deepen your understanding of React.js
Free Google courses with certificates ๐๐
Digital marketing
bit.ly/dmggl
Google analytics
https://skillshop.exceedlms.com/student/path/508845-google-analytics-certification?sid=0d0c3ec5-4b35-4c9e-8a14-bd1aba78b3bd&sid_i=4
Ml and ai
https://cloud.google.com/learn/training/machinelearning-ai
Data analytics
https://grow.google/intl/en_in/data-analytics-course/?tab=get-started-in-the-field
Data science
https://cloud.google.com/data-science?hl=en
Basics of ML
https://developers.google.com/machine-learning/crash-course
https://cloud.google.com/learn/training/machinelearning-ai
Digital marketing
bit.ly/dmggl
Google analytics
https://skillshop.exceedlms.com/student/path/508845-google-analytics-certification?sid=0d0c3ec5-4b35-4c9e-8a14-bd1aba78b3bd&sid_i=4
Ml and ai
https://cloud.google.com/learn/training/machinelearning-ai
Data analytics
https://grow.google/intl/en_in/data-analytics-course/?tab=get-started-in-the-field
Data science
https://cloud.google.com/data-science?hl=en
Basics of ML
https://developers.google.com/machine-learning/crash-course
https://cloud.google.com/learn/training/machinelearning-ai
๐2
5 Tricks to have an excellent group discussion:
๐Personality - You must wear something presentable and comfortable. Your clothes must follow the dress code. This will surely earn you some extra points.
๐Your Facial Expression and body language - You must actively participate in the discussion without disrespecting anyone. You must take interest in the topic and mustn't look disinterested or lost in your thoughts.
๐Simple sentences - Itโs almost impossible to get a second chance to explain or reframe your sentence in a group discussion. You must successfully place your opinion in a clear manner.
๐Be Well-Versed with Current Affairs - Group discussion is competitive. You have to compete with contestants with similar abilities or qualifications. Recruiters generally give a current issue to discuss and this is why you must keep yourself updated with the current affairs.
๐Be a Good Listener - Sometimes a group discussion turns into a fish market where people just keep talking without listening. A good leader is a good listener too. Practice hearing other views too as you can gain a few new ideas out of it. Only speaking and not listening might seem dominating too. So you must listen and then politely add/counter their idea.
Practice makes a man perfect!
๐Personality - You must wear something presentable and comfortable. Your clothes must follow the dress code. This will surely earn you some extra points.
๐Your Facial Expression and body language - You must actively participate in the discussion without disrespecting anyone. You must take interest in the topic and mustn't look disinterested or lost in your thoughts.
๐Simple sentences - Itโs almost impossible to get a second chance to explain or reframe your sentence in a group discussion. You must successfully place your opinion in a clear manner.
๐Be Well-Versed with Current Affairs - Group discussion is competitive. You have to compete with contestants with similar abilities or qualifications. Recruiters generally give a current issue to discuss and this is why you must keep yourself updated with the current affairs.
๐Be a Good Listener - Sometimes a group discussion turns into a fish market where people just keep talking without listening. A good leader is a good listener too. Practice hearing other views too as you can gain a few new ideas out of it. Only speaking and not listening might seem dominating too. So you must listen and then politely add/counter their idea.
Practice makes a man perfect!
Games to Learn Coding๐จ๐ปโ๐ป
1. CSS Diner๐
https://flukeout.github.io/
2. CheckIO๐
https://checkio.org/
3. CodeCombat๐
https://codecombat.com/
4. Elevator Saga๐
https://play.elevatorsaga.com/
5. Robocode๐
https://robocode.sourceforge.io/
6. Codingame๐
https://www.codingame.com/start/
7. Codewars๐
https://www.codewars.com/
1. CSS Diner๐
https://flukeout.github.io/
2. CheckIO๐
https://checkio.org/
3. CodeCombat๐
https://codecombat.com/
4. Elevator Saga๐
https://play.elevatorsaga.com/
5. Robocode๐
https://robocode.sourceforge.io/
6. Codingame๐
https://www.codingame.com/start/
7. Codewars๐
https://www.codewars.com/