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/
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. 😂😂😂
✅ 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
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
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 ? 👇
🌐 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? 👇
🧐 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! 🚀
- 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😊🌱🌱
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
Emmersive Learning
Best way to master CSS,🔥 The CSS tree 👇 | |── Text Styles | |── color | |── font | | ├── font-family | | ├── font-size | | └── font-weight | |── text-align | |── text-decoration | | …
YouTube
CSS Full Course in #Amharic: የ CSS ሙሉ ኮርስ ከመጀመሪያ እስከ መጨረሻ (Complete Beginner to Advanced)
Welcome to the Complete CSS Full Course in Amharic! 🎨 In this course, you will learn how to style websites and make them visually stunning. CSS (Cascading Style Sheets) is a crucial skill for web development, and this course will help you master it step by…
❤3
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👏
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
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 😊😊😂
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
Not using Ai ?..You are falling behind!
start with Bard Ai.
https://www.youtube.com/watch?v=YMybfJuaWP4
in this video, i will show you how to use bard for you use case!
go to bard's site 👇
https://bard.google.com/
start with Bard Ai.
https://www.youtube.com/watch?v=YMybfJuaWP4
in this video, i will show you how to use bard for you use case!
go to bard's site 👇
https://bard.google.com/
YouTube
How to use Bard Ai | አርቲፊሻል ኢንተሊጀንስ ( Ai ) እንዴት እንጠቀም ? | #bardai #ai #artificialintelligence
Learn Artificial intelligence : Bard Ai
#EmmersiveLearning #Emmersive #Learning #Muhammed
---------------------
በሁሉም የማህበራዊ ሚድያ ገጾቻችን ይከታተሉን። ለ ሌሎችም ሼር በ ማድረግ ተጠቃሚ ያድርጓቸው።
Facebook:
https://www.facebook.com/EmmersiveLearning
Instagram:
https://ww…
#EmmersiveLearning #Emmersive #Learning #Muhammed
---------------------
በሁሉም የማህበራዊ ሚድያ ገጾቻችን ይከታተሉን። ለ ሌሎችም ሼር በ ማድረግ ተጠቃሚ ያድርጓቸው።
Facebook:
https://www.facebook.com/EmmersiveLearning
Instagram:
https://ww…
❤2