Web Development - HTML, CSS & JavaScript
49.8K subscribers
1.62K photos
5 videos
34 files
283 links
Learn to code and become a Web Developer with HTML, CSS, JavaScript , Reactjs, Wordpress, PHP, Mern & Nodejs knowledge

Managed by: @love_data
Download Telegram
15 Best Project Ideas for Backend Development : ๐Ÿ› ๏ธ๐ŸŒ

๐Ÿš€ Beginner Level :

1. ๐Ÿ“ฆ RESTful API for a To-Do App
2. ๐Ÿ“ Contact Form Backend
3. ๐Ÿ—‚๏ธ File Upload Service
4. ๐Ÿ“ฌ Email Subscription Service
5. ๐Ÿงพ Notes App Backend

๐ŸŒŸ Intermediate Level :
6. ๐Ÿ›’ E-commerce Backend with Cart & Orders
7. ๐Ÿ” Authentication System (JWT/OAuth)
8. ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ User Management API
9. ๐Ÿงพ Invoice Generator API
10. ๐Ÿง  Blog CMS Backend

๐ŸŒŒ Advanced Level :
11. ๐Ÿง  AI Chatbot Backend Integration
12. ๐Ÿ“ˆ Real-Time Stock Tracker using WebSockets
13. ๐ŸŽง Music Streaming Server
14. ๐Ÿ’ฌ Real-Time Chat Server
15. โš™๏ธ Microservices Architecture for Large Apps

Here you can find more Coding Project Ideas: https://whatsapp.com/channel/0029VazkxJ62UPB7OQhBE502

Web Development Jobs: https://whatsapp.com/channel/0029Vb1raTiDjiOias5ARu2p

JavaScript Resources: https://whatsapp.com/channel/0029VavR9OxLtOjJTXrZNi32

ENJOY LEARNING ๐Ÿ‘๐Ÿ‘
โค5
Let's explore some of the best open source projects by language.

1โƒฃ Best Python Open Source Projects

๐Ÿšฃโ€โ™‚ TensorFlow
๐Ÿšฃโ€โ™‚ Matplotlib
๐Ÿšฃโ€โ™‚ Flask
๐Ÿšฃโ€โ™‚ Django
๐Ÿšฃโ€โ™‚ PyTorch

2โƒฃ Best JavaScript Open Source Projects

๐Ÿšฃโ€โ™‚ React
๐Ÿšฃโ€โ™‚ Node.JS
๐Ÿšฃโ€โ™‚ jQuery

3โƒฃ Best C++ Open Source Projects

๐Ÿšฃโ€โ™‚ Serenity
๐Ÿšฃโ€โ™‚ MongoDB
๐Ÿšฃโ€โ™‚ SonarSource
๐Ÿšฃโ€โ™‚ OBS Studio
๐Ÿšฃโ€โ™‚ Electron

4โƒฃ Best Java Open Source Projects

๐Ÿšฃโ€โ™‚ Mockito
๐Ÿšฃโ€โ™‚ Realm
๐Ÿšฃโ€โ™‚ Jenkins
๐Ÿšฃโ€โ™‚ Guava
๐Ÿšฃโ€โ™‚ Moshi


It's time to start developing your own open source projects. Explore the projects
โค5๐Ÿ”ฅ1
Template to ask for referrals
(For freshers)
๐Ÿ‘‡๐Ÿ‘‡
Hi [Name],

I hope this message finds you well.

My name is [Your Name], and I recently graduated with a degree in [Your Degree] from [Your University]. I am passionate about data analytics and have developed a strong foundation through my coursework and practical projects.
I am currently seeking opportunities to start my career as a Data Analyst and came across the exciting roles at [Company Name].

I am reaching out to you because I admire your professional journey and expertise in the field of data analytics. Your role at [Company Name] is particularly inspiring, and I am very interested in contributing to such an innovative and dynamic team.

I am confident that my skills and enthusiasm would make me a valuable addition to this role [Job ID / Link]. If possible, I would be incredibly grateful for your referral or any advice you could offer on how to best position myself for this opportunity.

Thank you very much for considering my request. I understand how busy you must be and truly appreciate any assistance you can provide.

Best regards,
[Your Full Name]
[Your Email Address]
โค7
Want To become a Backend Developer?

Hereโ€™s a roadmap with essential concepts:

1. Programming Languages

JavaScript (Node.js), Python, Java, Ruby, Go, or PHP: Pick one language and get comfortable with syntax & basics.


2. Version Control

Git: Learn version control basics, commit changes, branching, and collaboration on GitHub/GitLab.


3. Databases

Relational Databases: Master SQL basics with databases like MySQL or PostgreSQL. Learn how to design schemas, write efficient queries, and perform joins.
NoSQL Databases: Understand when to use NoSQL (MongoDB, Cassandra) vs. SQL. Learn data modeling for NoSQL.


4. APIs & Web Services

REST APIs: Learn how to create, test, and document RESTful services using tools like Postman.
GraphQL: Gain an understanding of querying and mutation, and when GraphQL may be preferred over REST.
gRPC: Explore gRPC for high-performance communication between services if your stack supports it.


5. Server & Application Frameworks

Frameworks: Master backend frameworks in your chosen language (e.g., Express for Node.js, Django for Python, Spring Boot for Java).
Routing & Middleware: Learn how to structure routes, manage requests, and use middleware.


6. Authentication & Authorization

JWT: Learn how to manage user sessions and secure APIs using JSON Web Tokens.
OAuth2: Understand OAuth2 for third-party authentication (e.g., Google, Facebook).
Session Management: Learn to implement secure session handling and token expiration.


7. Caching

Redis or Memcached: Learn caching to optimize performance, improve response times, and reduce load on databases.
Browser Caching: Set up HTTP caching headers for browser caching of static resources.


8. Message Queues & Event-Driven Architecture

Message Brokers: Learn message queues like RabbitMQ, Kafka, or AWS SQS for handling asynchronous processes.
Pub/Sub Pattern: Understand publish/subscribe patterns for decoupling services.


9. Microservices & Distributed Systems

Microservices Design: Understand service decomposition, inter-service communication, and Bounded Contexts.
Distributed Systems: Learn fundamentals like the CAP Theorem, data consistency models, and resiliency patterns (Circuit Breaker, Bulkheads).


10. Testing & Debugging

Unit Testing: Master unit testing for individual functions.
Integration Testing: Test interactions between different parts of the system.
End-to-End (E2E) Testing: Simulate real user scenarios to verify application behavior.
Debugging: Use logs, debuggers, and tracing to locate and fix issues.

11. Containerization & Orchestration

Docker: Learn how to containerize applications for easy deployment and scaling.
Kubernetes: Understand basics of container orchestration, scaling, and management.


12. CI/CD (Continuous Integration & Continuous Deployment)

CI/CD Tools: Familiarize yourself with tools like Jenkins, GitHub Actions, or GitLab CI/CD.
Automated Testing & Deployment: Automate tests, builds, and deployments for rapid development cycles.


13. Cloud Platforms

AWS, Azure, or Google Cloud: Learn basic cloud services such as EC2 (compute), S3 (storage), and RDS (databases).
Serverless Functions: Explore serverless options like AWS Lambda for on-demand compute resources.


14. Logging & Monitoring

Centralized Logging: Use tools like ELK Stack (Elasticsearch, Logstash, Kibana) for aggregating and analyzing logs.
Monitoring & Alerting: Implement real-time monitoring with Prometheus, Grafana, or CloudWatch.


15. Security

Data Encryption: Encrypt data at rest and in transit using SSL/TLS and other encryption standards.
Secure Coding: Protect against common vulnerabilities (SQL injection, XSS, CSRF).
Zero Trust Architecture: Learn to design systems with the principle of least privilege and regular authentication.


16. Scalability & Optimization

Load Balancing: Distribute traffic evenly across servers.
Database Optimization: Learn indexing, sharding, and partitioning.
Horizontal vs. Vertical Scaling: Know when to scale by adding resources to existing servers or by adding more servers.

ENJOY LEARNING ๐Ÿ‘๐Ÿ‘

#backend
โค7
HTTP Status Codes
๐Ÿ‘6โค2๐Ÿฅฐ1
Web Development Essentials to build modern, responsive websites:

1. HTML (Structure)
Tags, Elements, and Attributes
Headings, Paragraphs, Lists
Forms, Inputs, Buttons
Images, Videos, Links
Semantic HTML: <header>, <nav>, <main>, <footer>

2. CSS (Styling)
Selectors, Properties, and Values
Box Model (margin, padding, border)
Flexbox & Grid Layout
Positioning (static, relative, absolute, fixed, sticky)
Media Queries (Responsive Design)

3. JavaScript (Interactivity)
Variables, Data Types, Operators
Functions, Conditionals, Loops
DOM Manipulation (getElementById, addEventListener)
Events (click, submit, change)
Arrays & Objects

4. Version Control (Git & GitHub)
Initialize repository, clone, commit, push, pull
Branching and merge conflicts
Hosting code on GitHub

5. Responsive Design
Mobile-first approach
Viewport meta tag
Flexbox and CSS Grid for layouts
Using relative units (%, em, rem)

6. Browser Dev Tools
Inspect elements
Console for debugging JavaScript
Network tab for API requests

7. Basic SEO & Accessibility
Title tags, meta descriptions
Alt attributes for images
Proper use of semantic tags

8. Deployment
Hosting on GitHub Pages, Netlify, or Vercel
Domain name basics
Continuous deployment setup

Web Development Resources โฌ‡๏ธ
https://whatsapp.com/channel/0029VaiSdWu4NVis9yNEE72z

React with โค๏ธ for the detailed explanation
โค7๐Ÿค”1
JAVASCRIPT TECH STACK
โค3
Master Javascript :

The JavaScript Tree ๐Ÿ‘‡
|
|โ”€โ”€ Variables
| โ”œโ”€โ”€ var
| โ”œโ”€โ”€ let
| โ””โ”€โ”€ const
|
|โ”€โ”€ Data Types
| โ”œโ”€โ”€ String
| โ”œโ”€โ”€ Number
| โ”œโ”€โ”€ Boolean
| โ”œโ”€โ”€ Object
| โ”œโ”€โ”€ Array
| โ”œโ”€โ”€ Null
| โ””โ”€โ”€ Undefined
|
|โ”€โ”€ Operators
| โ”œโ”€โ”€ Arithmetic
| โ”œโ”€โ”€ Assignment
| โ”œโ”€โ”€ Comparison
| โ”œโ”€โ”€ Logical
| โ”œโ”€โ”€ Unary
| โ””โ”€โ”€ Ternary (Conditional)
||โ”€โ”€ Control Flow
| โ”œโ”€โ”€ if statement
| โ”œโ”€โ”€ else statement
| โ”œโ”€โ”€ else if statement
| โ”œโ”€โ”€ switch statement
| โ”œโ”€โ”€ for loop
| โ”œโ”€โ”€ while loop
| โ””โ”€โ”€ do-while loop
|
|โ”€โ”€ Functions
| โ”œโ”€โ”€ Function declaration
| โ”œโ”€โ”€ Function expression
| โ”œโ”€โ”€ Arrow function
| โ””โ”€โ”€ IIFE (Immediately Invoked Function Expression)
|
|โ”€โ”€ Scope
| โ”œโ”€โ”€ Global scope
| โ”œโ”€โ”€ Local scope
| โ”œโ”€โ”€ Block scope
| โ””โ”€โ”€ Lexical scope
||โ”€โ”€ Arrays
| โ”œโ”€โ”€ Array methods
| | โ”œโ”€โ”€ push()
| | โ”œโ”€โ”€ pop()
| | โ”œโ”€โ”€ shift()
| | โ”œโ”€โ”€ unshift()
| | โ”œโ”€โ”€ splice()
| | โ”œโ”€โ”€ slice()
| | โ””โ”€โ”€ concat()
| โ””โ”€โ”€ Array iteration
| โ”œโ”€โ”€ forEach()
| โ”œโ”€โ”€ map()
| โ”œโ”€โ”€ filter()
| โ””โ”€โ”€ reduce()|
|โ”€โ”€ Objects
| โ”œโ”€โ”€ Object properties
| | โ”œโ”€โ”€ Dot notation
| | โ””โ”€โ”€ Bracket notation
| โ”œโ”€โ”€ Object methods
| | โ”œโ”€โ”€ Object.keys()
| | โ”œโ”€โ”€ Object.values()
| | โ””โ”€โ”€ Object.entries()
| โ””โ”€โ”€ Object destructuring
||โ”€โ”€ Promises
| โ”œโ”€โ”€ Promise states
| | โ”œโ”€โ”€ Pending
| | โ”œโ”€โ”€ Fulfilled
| | โ””โ”€โ”€ Rejected
| โ”œโ”€โ”€ Promise methods
| | โ”œโ”€โ”€ then()
| | โ”œโ”€โ”€ catch()
| | โ””โ”€โ”€ finally()
| โ””โ”€โ”€ Promise.all()
|
|โ”€โ”€ Asynchronous JavaScript
| โ”œโ”€โ”€ Callbacks
| โ”œโ”€โ”€ Promises
| โ””โ”€โ”€ Async/Await
|
|โ”€โ”€ Error Handling
| โ”œโ”€โ”€ try...catch statement
| โ””โ”€โ”€ throw statement
|
|โ”€โ”€ JSON (JavaScript Object Notation)
||โ”€โ”€ Modules
| โ”œโ”€โ”€ import
| โ””โ”€โ”€ export
|
|โ”€โ”€ DOM Manipulation
| โ”œโ”€โ”€ Selecting elements
| โ”œโ”€โ”€ Modifying elements
| โ””โ”€โ”€ Creating elements
|
|โ”€โ”€ Events
| โ”œโ”€โ”€ Event listeners
| โ”œโ”€โ”€ Event propagation
| โ””โ”€โ”€ Event delegation
|
|โ”€โ”€ AJAX (Asynchronous JavaScript and XML)
|
|โ”€โ”€ Fetch API
||โ”€โ”€ ES6+ Features
| โ”œโ”€โ”€ Template literals
| โ”œโ”€โ”€ Destructuring assignment
| โ”œโ”€โ”€ Spread/rest operator
| โ”œโ”€โ”€ Arrow functions
| โ”œโ”€โ”€ Classes
| โ”œโ”€โ”€ let and const
| โ”œโ”€โ”€ Default parameters
| โ”œโ”€โ”€ Modules
| โ””โ”€โ”€ Promises
|
|โ”€โ”€ Web APIs
| โ”œโ”€โ”€ Local Storage
| โ”œโ”€โ”€ Session Storage
| โ””โ”€โ”€ Web Storage API
|
|โ”€โ”€ Libraries and Frameworks
| โ”œโ”€โ”€ React
| โ”œโ”€โ”€ Angular
| โ””โ”€โ”€ Vue.js
||โ”€โ”€ Debugging
| โ”œโ”€โ”€ Console.log()
| โ”œโ”€โ”€ Breakpoints
| โ””โ”€โ”€ DevTools
|
|โ”€โ”€ Others
| โ”œโ”€โ”€ Closures
| โ”œโ”€โ”€ Callbacks
| โ”œโ”€โ”€ Prototypes
| โ”œโ”€โ”€ this keyword
| โ”œโ”€โ”€ Hoisting
| โ””โ”€โ”€ Strict mode
|
| END __
โค9๐Ÿ‘2
FREE Resources for HTML, CSS, and JavaScript:

1. Documentation and Tutorials:
- [MDN Web Docs](https://developer.mozilla.org/en-US/)
- [W3Schools](https://www.w3schools.com/)

2. Interactive Learning:
- [Codecademy](https://www.codecademy.com/)
- [freeCodeCamp](https://www.freecodecamp.org/)

3. Web Design Community:
- [CSS-Tricks](https://css-tricks.com/)

4. Open Source Projects:
- [GitHub](https://github.com/)

5. Problem-solving:
- [Stack Overflow](https://stackoverflow.com/)

6. Images for Projects:
- [Unsplash](https://unsplash.com/)
- [Pexels](https://www.pexels.com/)

Credits: https://t.iss.one/free4unow_backup

Like if you need similar content ๐Ÿ˜„๐Ÿ‘
โค12๐Ÿ”ฅ1
Complete 6-month front-end roadmap to crack product-based companies in 2024.

๐— ๐—ผ๐—ป๐˜๐—ต ๐Ÿญ: ๐—™๐—ผ๐˜‚๐—ป๐—ฑ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—ผ๐—ณ ๐—ช๐—ฒ๐—ฏ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—บ๐—ฒ๐—ป๐˜

Basic HTML
- Form
- Import
- Elements
- Attributes
- Semantics
- Multimedia
- Block element

๐—•๐—ฎ๐˜€๐—ถ๐—ฐ ๐—๐—ฎ๐˜ƒ๐—ฎ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜ ๐—–๐—ผ๐—ป๐—ฐ๐—ฒ๐—ฝ๐˜๐˜€
- Scope
- Closure
- Functions
- Data types
- Event loop

๐—•๐—ฎ๐˜€๐—ถ๐—ฐ ๐—–๐—ฆ๐—ฆ ๐—–๐—ผ๐—ป๐—ฐ๐—ฒ๐—ฝ๐˜๐˜€
- Box Model
- Pseudo Classes
- Class and other selectors
- CSS type - Flex, Grid, normal

๐— ๐—ผ๐—ป๐˜๐—ต ๐Ÿฎ: ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐—ฐ๐—ฒ๐—ฑ ๐—๐—ฎ๐˜ƒ๐—ฎ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜ ๐—–๐—ผ๐—ป๐—ฐ๐—ฒ๐—ฝ๐˜๐˜€

- How to center
- Media queries
- Bind/call/apply
- Design and CSS
- Pseudo Elements
- Class and inheritance
- Prototype and prototype chain
- All element states - active, hover

๐— ๐—ผ๐—ป๐˜๐—ต ๐Ÿฏ: ๐—œ๐—ป๐˜๐—ฒ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐˜ƒ๐—ถ๐˜๐˜† & ๐—ฆ๐˜๐˜†๐—น๐—ถ๐—ป๐—ด

- Grid
- DOM
- Mixins
- Flexbox
- CSS constants
- Page Styling Concepts
- Event loop continuation
- Pre-processors - SCSS or LESS

๐— ๐—ผ๐—ป๐˜๐—ต ๐Ÿฐ: ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐—ฐ๐—ฒ๐—ฑ ๐—๐—ฎ๐˜ƒ๐—ฎ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜ ๐—ฎ๐—ป๐—ฑ ๐—”๐—ฃ๐—œ๐˜€

- JWT
- XHR
- Cookie
- WebAPI
- Call stack
- Generators
- Task queue
- Async/await
- Working with Data
- APIs and Communication
- Local storage/Session storage
- REST/GraphQL/Socket connection

๐— ๐—ผ๐—ป๐˜๐—ต ๐Ÿฑ: ๐—–๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜… ๐—ช๐—ฒ๐—ฏ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—บ๐—ฒ๐—ป๐˜ ๐—ฆ๐—ธ๐—ถ๐—น๐—น๐˜€

- CORS
- OOPs concept
- Debugging Application
- Chrome Dev Tool Features
- Understanding V8 in depth
- Front-End Engineering Practices
- Design Patterns (Singleton, Observer, Module, etc.)

๐— ๐—ผ๐—ป๐˜๐—ต 6: ๐—ฅ๐—ฒ๐—ฎ๐—ฐ๐˜ ๐—ฎ๐—ป๐—ฑ ๐— ๐—ผ๐—ฑ๐—ฒ๐—ฟ๐—ป ๐—๐—ฎ๐˜ƒ๐—ฎ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜ ๐—™๐—ฟ๐—ฎ๐—บ๐—ฒ๐˜„๐—ผ๐—ฟ๐—ธ

- Routing
- Context API
- Virtual DOM
- React Hooks
- Custom Hooks
- State and Props
- Advanced React
- Introduction JSX
- React Ecosystem
- React Component
- Unit Testing with Jest
- Server-Side Rendering
- Redux/Flux for State Management

Apart from these, I would continuously focus on:

- Typescript
- Mocking Data
- Design Patterns in depth
- Understanding Webpack
- Advanced React patterns
- Babel, env, prettier, linter
- Tooling and Optimization
- Basic to advanced concepts for type-safety in JavaScript projects.

Roadmap Collection for Developers โฌ‡๏ธ
https://dataanalysts.gumroad.com/l/roadmap

React with emoji for more content like this
โค6๐Ÿ‘1
๐Ÿ”ฐ 5 Amazing Free CSS Tools
โค4
๐Ÿ”… Convert PDF to docx (Word)
โค8๐Ÿ”ฅ1
5 beginner-friendly web development projects that can help you improve your skills

1. Personal Website or Portfolio:
   - Create a website that showcases your resume, projects, and skills.
   - Practice HTML and CSS to design the layout and style it.

2. To-Do List Application:
   - Build a simple to-do list app using HTML, CSS, and JavaScript.
   - Learn about DOM manipulation, event handling, and local storage.

3. Weather App:
   - Develop a web app that fetches and displays weather information for a user's location.
   - Use HTML, CSS, JavaScript, and APIs like OpenWeatherMap.

4. Blog or Blogging Platform:
   - Create a basic blog or expand it into a blogging platform.
   - Learn about databases (e.g., SQLite), server-side scripting (e.g., Node.js), and user authentication.

5. E-commerce Product Page:
   - Design a product page for an e-commerce site.
   - Practice building product grids, adding product details, and implementing a shopping cart feature.

These projects cover a range of web development skills, from front-end design to back-end development. As you work on them, you'll gain experience and confidence in web development.
โค8๐Ÿ‘1๐Ÿ˜1
Web development cheatsheet Part-1 ๐ŸŒ๐Ÿ“

HTML Basics
- Structure:
<html> <head> <title>Title</title> </head> <body> ... </body> </html>
- Headings:
<h1> to <h6>
- Links:
<a href="url">Text</a>
- Images:
<img src="path.jpg" alt="desc">
- Lists:
<ul><li>Item</li></ul> (unordered)
<ol><li>Item</li></ol> (ordered)
- Forms:
<form> <input type="text"> </form>

CSS Basics
- Inline:
<p style="color:red;">Text</p>
- Internal:
<style> p { color: blue; } </style>
- External:
<link rel="stylesheet" href="style.css">
- Selectors:
.class, #id, element
- Flexbox/Grid for layout

JavaScript Basics
- Add to HTML:
<script src="script.js"></script>
- Variables:
let, const, var
- Functions:
function myFunc() { ... }
- DOM:
document.getElementById("id")

Best Practices
- Use semantic tags: <nav>, <main>, <footer>
- Keep CSS and JS in separate files
- Make sites responsive with media queries

React โค๏ธ for Part-2
โค27๐Ÿ‘4
Web development cheatsheet Part-2 ๐Ÿš€

Responsive Design
1. Use media queries:
@media (max-width: 600px) { body { font-size: 14px; } }
2. Flexbox:
display: flex; justify-content: center; align-items: center;
3. Grid:
display: grid; grid-template-columns: 1fr 2fr;

Animations & Effects
1. CSS transitions:
transition: all 0.3s ease;
2. Keyframes:
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
3. Animate on scroll: Use libraries like AOS or simple JS for scroll events.

Performance & SEO
1. Optimize images (WebP, compression)
2. Use semantic HTML: <header>, <main>, <footer>
3. Meta tags for SEO:
<meta name="description" content="Your page description">
4. Test with Lighthouse for performance and accessibility.

Deployment
1. Use Netlify, Vercel, or GitHub Pages for easy hosting.
2. Always minify CSS/JS before deploying.

React โค๏ธ for more
โค8๐Ÿ‘2
๐Ÿ‘ฉโ€๐Ÿซ๐Ÿง‘โ€๐Ÿซ PROGRAMMING LANGUAGES YOU SHOULD LEARN TO BECOME.

โš”๏ธ[ Web Developer]
PHP, C#, JS, JAVA, Python, Ruby

โš”๏ธ[ Game Developer]
Java, C++, Python, JS, Ruby, C, C#

โš”๏ธ[ Data Analysis]
R, Matlab, Java, Python

โš”๏ธ[ Desktop Developer]
Java, C#, C++, Python

โš”๏ธ[ Embedded System Program]
C, Python, C++

โš”๏ธ[Mobile Apps Development]
Kotlin, Dart, Objective-C, Java, Python, JS, Swift, C#
โค9๐Ÿฅฐ4โคโ€๐Ÿ”ฅ1