Emmersive Learning
4.83K subscribers
2.11K photos
71 videos
10 files
933 links
Learn Fullstack Development | Coding.

Youtube : https://www.youtube.com/@EmmersiveLearning/?sub_confirmation=1

Contact Admin : @MehammedTeshome
Download Telegram
Forwarded from Immersive Ai
A Review of 2023โ€™s Most Impressive Large Language Models
โค1๐Ÿ‘1
Happy Birthday chatGPT. and thank you for changing the world for the better.

Today marks ChatGPT's 1st birthday โ€” a year since OpenAI released an early demo of the artificial intelligence generative tool on Nov. 30, 2022.

@EmmersiveLearning Team.
โค2
Forwarded from Muhammed Teshome
23 Minutes

Unfortunately, research is showing us that each time we are distracted, it might take around 23 minutes to regain focus on what we were previously working on.
๐Ÿ˜ข1
Linux and mac guys.
Step1 โ€“ HTML
Step2 โ€“ CSS
Step3 โ€“ JavaScript
Step4 โ€“ Git+GitHub
Step5 โ€“ Build Project ๐Ÿ‘ˆ
Step6 โ€“ React
Step7 โ€“ Node.js
Step8 โ€“ Build an API
Step9 โ€“ Build Project ๐Ÿ‘ˆ
Step10 โ€“ Next.js
Step11 โ€“ CI/CD
Step12 โ€“ CockroachDB
Step13 โ€“ Build Project ๐Ÿ‘ˆ

๐Ÿ† โ€“ Full Stack developer

@EmmersiveLearning

we believe our channel is the best for beginners.

join and learn what you want. ๐Ÿ‘‡

https://www.youtube.com/@EmmersiveLearning/
โค1๐Ÿ‘1
Forwarded from Muhammed Teshome
Productivity hacks that might work for you:

โœ… use apps to reduce your screen time

โœ… use an app to organize your tasks

โœ… put the phone in airplane mode

โœ… put the phone in a box

โœ… pomodoro technique

โœ… uninstall apps

None of them work for me btw. ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚
๐Ÿ‘3
Plan your 100 days of code.

A rough plan could be:

โ€ข Start with HTML, CSS
โ€ข Move to JavaScript, DOM
โ€ข Learn Git
โ€ข Dive into React

Don't forget to work on projects.

Share your progress on On our Communities to receive feedback.

Get a job!
โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

join our community here ๐Ÿ‘‡
@EmmersiveCommunity
๐Ÿ‘4
Coding while sleeping ๐Ÿ˜Š๐Ÿ˜‚๐Ÿ˜‚

#brie
๐Ÿ˜2
Free Frontend Hosting Resources:

๐ŸŒ Vercel

โ˜๏ธ Netlify

๐Ÿ”ฅ Firebase Hosting

๐ŸŽจ GitHub Pages

๐ŸŒŸ Render

๐Ÿ›  Surge

๐Ÿ’ป Heroku

๐ŸŒ AWS Amplify

โšก๏ธ Glitch

๐Ÿ”— DigitalOcean App Platform

๐ŸŒŒ Microsoft Azure Static Web Apps

๐Ÿ›ค Cloudflare Pages

What else ? ๐Ÿ‘‡
โค1
๐Ÿค” How to Choose the Right Tech Stack for Your Project ๐Ÿค”

๐Ÿง Understand project requirements
๐Ÿ“ˆ Consider scalability
๐ŸŒ Look at community support and resources
๐Ÿ”ง Evaluate the maturity of the technology
๐Ÿš€ Look into deployment ease
๐Ÿ’ฌ Check language compatibility

What else? ๐Ÿ‘‡
Practice code Everywhere you go:

- In the park while enjoying nature
- At a coffee shop over a cup of coffee
- On a train during your commute
- At home, in the comfort of your living room
- Donโ€™t wait for โ€œthe perfect place"

Code is portable,

and so is your learning! ๐Ÿš€
Best way to master CSS,๐Ÿ”ฅ

The CSS tree ๐Ÿ‘‡
|
|โ”€โ”€ Text Styles
| |โ”€โ”€ color
| |โ”€โ”€ font
| | โ”œโ”€โ”€ font-family
| | โ”œโ”€โ”€ font-size
| | โ””โ”€โ”€ font-weight
| |โ”€โ”€ text-align
| |โ”€โ”€ text-decoration
| | โ”œโ”€โ”€ underline
| | โ””โ”€โ”€ line-through
| |โ”€โ”€ line-height
| โ””-โ”€ letter-spacing
|
|โ”€โ”€ Box Model
| |โ”€โ”€ width
| |โ”€โ”€ height
| |โ”€โ”€ margin
| | โ”œโ”€โ”€ margin-top
| | โ”œโ”€โ”€ margin-right
| | โ”œโ”€โ”€ margin-bottom
| | โ””โ”€โ”€ margin-left
| |
| |โ”€โ”€ padding
| | โ”œโ”€โ”€ padding-top
| | โ”œโ”€โ”€ padding-right
| | โ”œโ”€โ”€ padding-bottom
| | โ””โ”€โ”€ padding-left
| |
| โ””-โ”€ border
| |โ”€โ”€ border-width
| | |โ”€โ”€ border-top-width
| | |โ”€โ”€ border-right-width
| | |โ”€โ”€ border-bottom-width
| | โ””โ”€โ”€ border-left-width
| |โ”€โ”€ border-color
| | โ”œโ”€โ”€ border-top-color
| | โ”œโ”€โ”€ border-right-color
| | โ”œโ”€โ”€ border-bottom-color
| | โ””โ”€โ”€ border-left-color
| โ””โ”€โ”€ border-radius
| โ”œโ”€โ”€ border-top-left-radius
| โ”œโ”€โ”€ border-top-right-radius
| โ”œโ”€โ”€ border-bottom-left-radius
| โ””โ”€โ”€ border-bottom-right-radius
|
|โ”€โ”€ Positioning
| โ”œโ”€โ”€ position
| โ”œโ”€โ”€ top
| โ”œโ”€โ”€ right
| โ”œโ”€โ”€ bottom
| โ””โ”€โ”€ left
|
|โ”€โ”€ Layout
| โ”œโ”€โ”€ display
| โ”œโ”€โ”€ visibility
| โ”œโ”€โ”€ float
| โ””โ”€โ”€ clear
|
|โ”€โ”€ Flexbox
| โ”œโ”€โ”€ flex
| โ”œโ”€โ”€ flex-direction
| โ”œโ”€โ”€ flex-wrap
| โ”œโ”€โ”€ justify-content
| โ””โ”€โ”€ align-items
|
|โ”€โ”€ Grid Layout
| โ”œโ”€โ”€ grid-template-columns
| โ”œโ”€โ”€ grid-template-rows
| โ”œโ”€โ”€ grid-column
| โ”œโ”€โ”€ grid-row
| โ”œโ”€โ”€ grid-column-gap
| โ””โ”€โ”€ grid-row-gap
|
|โ”€โ”€ Colors and Background
| โ”œโ”€โ”€ background-color
| โ”œโ”€โ”€ background-image
| โ”œโ”€โ”€ background-repeat
| โ”œโ”€โ”€ background-position
| โ”œโ”€โ”€ background-size
| โ”œโ”€โ”€ color
| โ””โ”€โ”€ opacity
|
|โ”€โ”€ Transitions and Animations
| |โ”€โ”€ transition
| | โ”œโ”€โ”€ transition-property
| | โ”œโ”€โ”€ transition-duration
| | โ”œโ”€โ”€ transition-timing-function
| | โ””โ”€โ”€ transition-delay
| โ””โ”€โ”€ animation
| โ”œโ”€โ”€ animation-name
| โ”œโ”€โ”€ animation-duration
| โ”œโ”€โ”€ animation-timing-function
| โ”œโ”€โ”€ animation-delay
| โ”œโ”€โ”€ animation-iteration-count
| โ”œโ”€โ”€ animation-direction
| โ”œโ”€โ”€ animation-fill-mode
| โ””โ”€โ”€ animation-play-state
|
|___ Others
|โ”€โ”€ z-index
|โ”€โ”€ box-sizing
|โ”€โ”€ overflow
| โ”œโ”€โ”€ overflow-x
| โ””โ”€โ”€ overflow-y
|โ”€โ”€ cursor
โ””โ”€โ”€ box-shadow

-------------------- END --------------------

Some good resources to learn CSS๐Ÿ‘‡

1.MDN
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics
2.W3Schools
https://w3schools.com/css/
3.freeCodeCamp
https://freecodecamp.org/learn/
4.CSS-Tricks
https://css-tricks.com
5.Flexbox Froggy:
https://flexboxfroggy.com
6.Grid Garden
https://cssgridgarden.com
7. YouTube - EmmersiveLearning

https://www.youtube.com/watch?v=XKNSgDL3xgM

Feel free to add anything I missed๐Ÿ˜Š๐ŸŒฑ๐ŸŒฑ
โค4
Forwarded from Muhammed Teshome
Focus on the what you can control.
โค2
Complete Ai/Ml road map๐Ÿ”ฅ

It's the trend of Ai๐Ÿ‘‡

1.Intro to AI:
โ€ข Definition of AI
โ€ข Types of AI
โ€ข AI in real life

2.Introduction to ML:
โ€ข Definition of ML
โ€ข Types of ML
- Supervised
- Unsupervised
- Reinforcement
โ€ข ML applications

3.Mathematics for ML:
โ€ข Linear Algebra
โ€ข Calculus
โ€ข Probability and Statistics

4.Programming Basics:
โ€ข Choose a prog language
- e.g., Python
โ€ข Basic syntax
โ€ข data structures
โ€ข Intro to libraries like
- NumPy
- Pandas

5.Supervised Learning:
โ€ข Regression
โ€ข Classification
โ€ข Model evaluation
โ€ข metrics

6.Unsupervised Learning:
โ€ข Clustering
โ€ข Dimensionality reduction
โ€ข Association rule learning

7.Deep Learning Basics:
โ€ข Neural networks
โ€ข Activation functions
โ€ข Backpropagation

8.Intro to TensorFlow and PyTorch:
โ€ข Basic usage
โ€ข syntax
โ€ข Building simple neural networks

9.Advanced Deep Learning:
โ€ข Convolutional Neural Networks (CNN)
โ€ข Recurrent Neural Networks (RNN)
โ€ข Transfer Learning

10.Natural Language Processing (NLP):
โ€ข Text processing
โ€ข Tokenization and stemming
โ€ข Sentiment analysis

11. Computer Vision:
โ€ข Image processing
โ€ข Object detection
โ€ข Image segmentation

12.Reinforcement Learning:
โ€ข Basics of RL
โ€ข Markov Decision Processes
โ€ข Q-Learning
โ€ข Policy Gradient methods

13.Generative Adversarial Networks (GANs):
โ€ข Introduction to GANs
โ€ข Image generation with GANs

14.Time Series Analysis:
โ€ข Time series forecasting
โ€ข ARIMA models
โ€ข LSTM for time series

15.Anomaly Detection:
โ€ข Types of anomalies
โ€ข Approaches to anomaly detection

16. AI Ethics and Bias:
โ€ข Ethical considerations in AI/ML
โ€ข Addressing bias in models

17.Model Deployment:
โ€ข Containerization
- e.g., Docker
โ€ข Deployment platforms
- e.g., Flask, FastAPI

18.Monitoring and Maintenance:
โ€ข Model monitoring
โ€ข Continuous integration (CI)
โ€ข continuous deployment (CD)

19.Scalability:
โ€ข Handling large datasets
โ€ข Distributed computing frameworks
- e.g., Apache Spark

20. AI/ML in the Cloud:
โ€ข Using cloud services
- e.g., AWS, Azure, GCP
โ€ข Serverless computing

21.Explainable AI (XAI):
โ€ข Techniques for interpretable models
โ€ข Importance of model explainability

22.AutoML:
โ€ข Automated machine learning tools
โ€ข Hyperparameter tuning

23.Quantum Machine Learning:
โ€ข Basics of quantum computing
โ€ข Quantum machine learning algorithms

24. AI for Edge Computing:
โ€ข Deploying models on edge devices
โ€ข Edge AI applications

25.Stay Updated:
โ€ข Follow research papers
โ€ข Followconferences
- e.g., NeurIPS, ICML
โ€ข Join AI/ML communities

26.Advanced Research Topics:
โ€ข Dive into cutting-edge research areas
โ€ข Contribute to open-source AI projects

------------------- END --------------------

That's a wrap๐Ÿ‘
โค3
Forwarded from Muhammed Teshome
"Take a simple idea, and take it seriously."
โ€” Charlie Munger
try this. ๐Ÿ˜Š ๐Ÿ‘‡
Forwarded from Muhammed Teshome
Seriosly,

pick an object and ask a series of what, how, why, where, and when questions.

Do not limit yourself to the physical world here, or even direct connections.

focus on it for atleast 10 minutes contemplating and questioning it.

what do you get ?.. what did you realize ?...

#my_sunday_madness ๐Ÿ˜Š๐Ÿ˜Š๐Ÿ˜‚
โค1๐Ÿคฏ1
i love minimalist things.

no more stuff ๐Ÿ˜Š
๐Ÿ‘2
"Earn with your mind, not with your time." @naval
โค3