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.
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.
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
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