Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic

veeru_rp's tweet image. Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic
veeru_rp's tweet image. Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic

Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

veeru_rp's tweet image. Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa
veeru_rp's tweet image. Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

Day 7 & 8 ✅ Git → HTML journey continues ⚡ 🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄 🗓️ Day 8: Started learning HTML with @sarthacksharma → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️ #webdev2023 #MERN #Sheryians

veeru_rp's tweet image. Day 7 & 8 ✅
Git → HTML journey continues ⚡
🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄
🗓️ Day 8: Started learning HTML with @sarthacksharma  → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️
#webdev2023 #MERN #Sheryians
veeru_rp's tweet image. Day 7 & 8 ✅
Git → HTML journey continues ⚡
🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄
🗓️ Day 8: Started learning HTML with @sarthacksharma  → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️
#webdev2023 #MERN #Sheryians

Day 4 ✅ Web essentials unlocked! 🌐 🔓 HTTP vs HTTPS (SSL/TLS 🔐) ⚡ HTTP versions & status codes 🚦 🔄 Proxy vs Reverse Proxy 🛡️ VPN basics Brick by brick, foundations getting stronger 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

veeru_rp's tweet image. Day 4 ✅ Web essentials unlocked! 🌐
🔓 HTTP vs HTTPS (SSL/TLS 🔐)
⚡ HTTP versions & status codes 🚦
🔄 Proxy vs Reverse Proxy
🛡️ VPN basics

Brick by brick, foundations getting stronger 🚀
#webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa
veeru_rp's tweet image. Day 4 ✅ Web essentials unlocked! 🌐
🔓 HTTP vs HTTPS (SSL/TLS 🔐)
⚡ HTTP versions & status codes 🚦
🔄 Proxy vs Reverse Proxy
🛡️ VPN basics

Brick by brick, foundations getting stronger 🚀
#webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

skew(30deg,45deg) along x,y axis, skew X(30deg), skewY(45deg), skewZ(60deg) matrix contains 6 properties matrix(scaleY(), skewY(), skewX(), scaleX(), translateX(), translate Y()) @lovebabbar3 #learning #webdev2023


Discover the top 5 #PHPFrameworks for modern #WebDev2023. Boost your web development with our guide. 🌐🚀 dynamic-methods.com/the-top-5-php-…

1DynamicMethods's tweet image. Discover the top 5 #PHPFrameworks for modern #WebDev2023. Boost your web development with our guide. 🌐🚀
dynamic-methods.com/the-top-5-php-…

Day 10 HTML project- resume, product catalog Learned about how to add boomarks (using id) @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day 10 
HTML project- resume, product catalog 

Learned about how to add boomarks (using id)
@lovebabbar3
#learning #webdev2023

Day-24 Transition Moving from one style movement to another. Properties includes: property,duration,timing-function,delay. To see changes in transition we have to hover over element or define pseudo class. Ex- .box:hover{ ---- } @lovebabbar3 #learning #webdev2023


🚀 Navigating JavaScript Trends in 2023: 📊 React and Preact take the front-end spotlight, while Angular and Vue.js continue to shape the web dev landscape. 🌐 Stay updated with the latest tech waves! 🌊💻 #Learnfly #JavaScriptTrends #WebDev2023 #ReactVsAngularVsVue

learnfly's tweet image. 🚀 Navigating JavaScript Trends in 2023: 📊 React and Preact take the front-end spotlight, while Angular and Vue.js continue to shape the web dev landscape. 🌐 Stay updated with the latest tech waves! 🌊💻 

#Learnfly #JavaScriptTrends #WebDev2023 #ReactVsAngularVsVue

Day -20 Flexbox Flexible box is a 1-D layout method for creating layout. Flex model consist of flex container (parent) and flex items (child). By default flex-direction:row; @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day -20 Flexbox
Flexible box is a 1-D layout method for creating layout. Flex model consist of flex container  (parent) and flex items (child).
By default flex-direction:row;
@lovebabbar3
#learning #webdev2023

Day-19 CSS - float,clear,overflow These are used for positioning image or text but not recommended to use it with layout . Float-Left,Right Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar) @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023
_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023
_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023

Hi @yu_angela! I don't know if you will see this but, will MongoDB and the subsequent sections be remade as well from the Web Dev 2023 course? #webdev #udemy #webdev2023


🌐 2023 Web Dev Trends! Jamstack, Web3, PWAs, AI, Security, Voice Search, Accessibility, Web Assembly. Stay ahead, create faster, secure, inclusive web experiences. Your fave trend for 2023? 💻 #WebDev2023


As web dev evolves into a smarter version of its former self, we see AI and ML ushering in an era of predictive analytics & intelligent automation in the domain. The Future? A web that knows you, grows with you. Progress, tailored. 🌐 #WebDev2023 #AI #MachineLearning


Artificial Intelligence is giving web development a serious glow-up! It's crafting predictive & personalized user experiences, efficient coding & debugging. Watch out for hyper-customized AI plugins, intelligent chatbots, & voice browsing in the near future! 🤖💻 #AI #WebDev2023


Day 7 & 8 ✅ Git → HTML journey continues ⚡ 🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄 🗓️ Day 8: Started learning HTML with @sarthacksharma → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️ #webdev2023 #MERN #Sheryians

veeru_rp's tweet image. Day 7 & 8 ✅
Git → HTML journey continues ⚡
🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄
🗓️ Day 8: Started learning HTML with @sarthacksharma  → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️
#webdev2023 #MERN #Sheryians
veeru_rp's tweet image. Day 7 & 8 ✅
Git → HTML journey continues ⚡
🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄
🗓️ Day 8: Started learning HTML with @sarthacksharma  → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️
#webdev2023 #MERN #Sheryians

Day 4 ✅ Web essentials unlocked! 🌐 🔓 HTTP vs HTTPS (SSL/TLS 🔐) ⚡ HTTP versions & status codes 🚦 🔄 Proxy vs Reverse Proxy 🛡️ VPN basics Brick by brick, foundations getting stronger 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

veeru_rp's tweet image. Day 4 ✅ Web essentials unlocked! 🌐
🔓 HTTP vs HTTPS (SSL/TLS 🔐)
⚡ HTTP versions & status codes 🚦
🔄 Proxy vs Reverse Proxy
🛡️ VPN basics

Brick by brick, foundations getting stronger 🚀
#webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa
veeru_rp's tweet image. Day 4 ✅ Web essentials unlocked! 🌐
🔓 HTTP vs HTTPS (SSL/TLS 🔐)
⚡ HTTP versions & status codes 🚦
🔄 Proxy vs Reverse Proxy
🛡️ VPN basics

Brick by brick, foundations getting stronger 🚀
#webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

veeru_rp's tweet image. Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa
veeru_rp's tweet image. Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic

veeru_rp's tweet image. Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic
veeru_rp's tweet image. Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic

As web dev evolves into a smarter version of its former self, we see AI and ML ushering in an era of predictive analytics & intelligent automation in the domain. The Future? A web that knows you, grows with you. Progress, tailored. 🌐 #WebDev2023 #AI #MachineLearning


Artificial Intelligence is giving web development a serious glow-up! It's crafting predictive & personalized user experiences, efficient coding & debugging. Watch out for hyper-customized AI plugins, intelligent chatbots, & voice browsing in the near future! 🤖💻 #AI #WebDev2023


🌐 2023 Web Dev Trends! Jamstack, Web3, PWAs, AI, Security, Voice Search, Accessibility, Web Assembly. Stay ahead, create faster, secure, inclusive web experiences. Your fave trend for 2023? 💻 #WebDev2023


🌟 Exciting News in Web Development! 🌟 Discover the hottest trends for 2023 that are set to reshape the web. From Progressive Web Apps to Voice User Interfaces and Augmented Reality, the future looks promising. Check out the full article here: unclewebsite.com/revolutionizin… #WebDev2023


🚀 Navigating JavaScript Trends in 2023: 📊 React and Preact take the front-end spotlight, while Angular and Vue.js continue to shape the web dev landscape. 🌐 Stay updated with the latest tech waves! 🌊💻 #Learnfly #JavaScriptTrends #WebDev2023 #ReactVsAngularVsVue

learnfly's tweet image. 🚀 Navigating JavaScript Trends in 2023: 📊 React and Preact take the front-end spotlight, while Angular and Vue.js continue to shape the web dev landscape. 🌐 Stay updated with the latest tech waves! 🌊💻 

#Learnfly #JavaScriptTrends #WebDev2023 #ReactVsAngularVsVue

skew(30deg,45deg) along x,y axis, skew X(30deg), skewY(45deg), skewZ(60deg) matrix contains 6 properties matrix(scaleY(), skewY(), skewX(), scaleX(), translateX(), translate Y()) @lovebabbar3 #learning #webdev2023


Day-24 Transition Moving from one style movement to another. Properties includes: property,duration,timing-function,delay. To see changes in transition we have to hover over element or define pseudo class. Ex- .box:hover{ ---- } @lovebabbar3 #learning #webdev2023


Day-23 Animation Used to change one style to another like moving object frome one place to other etc. Properties include : name, duration,direction,delay,timeline, iteration-count,fill-mode,play-state,timing-function etc. @lovebabbar3 #learning #webdev2023


Day -20 Flexbox Flexible box is a 1-D layout method for creating layout. Flex model consist of flex container (parent) and flex items (child). By default flex-direction:row; @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day -20 Flexbox
Flexible box is a 1-D layout method for creating layout. Flex model consist of flex container  (parent) and flex items (child).
By default flex-direction:row;
@lovebabbar3
#learning #webdev2023

Day-19 CSS - float,clear,overflow These are used for positioning image or text but not recommended to use it with layout . Float-Left,Right Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar) @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023
_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023
_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023

Discover the top 5 #PHPFrameworks for modern #WebDev2023. Boost your web development with our guide. 🌐🚀 dynamic-methods.com/the-top-5-php-…

1DynamicMethods's tweet image. Discover the top 5 #PHPFrameworks for modern #WebDev2023. Boost your web development with our guide. 🌐🚀
dynamic-methods.com/the-top-5-php-…

Day-15 Height, width, box model(margin, border,padding,content), universal selector(*{margin:0; padding:0}), box-sizing (content-box, border-box) @lovebabbar3 #learning #webdev2023


Day 12 Meta tag- charset, keywords, description,viewport Title , favicon(use image in root directory), linking css,JavaScript @lovebabbar3 #learning #webdev2023


Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

veeru_rp's tweet image. Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa
veeru_rp's tweet image. Day 3 ✅ Explored Internet Protocols 🌐 Learned TCP (3-way handshake 🤝), UDP & key differences between them. Another step closer to mastering the web! 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic

veeru_rp's tweet image. Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic
veeru_rp's tweet image. Day 2 ✅ Dived into the Client-Server Model 💻🌐: learned what a client & server are, HTTP request-response cycle (4 steps), website flow, frontend vs backend, static vs dynamic web & hosting types (AWS, Netlify, Vercel). Leveling up!🚀#webdev2023 #MERN #Sheryians #buildinpublic

Day 7 & 8 ✅ Git → HTML journey continues ⚡ 🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄 🗓️ Day 8: Started learning HTML with @sarthacksharma → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️ #webdev2023 #MERN #Sheryians

veeru_rp's tweet image. Day 7 & 8 ✅
Git → HTML journey continues ⚡
🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄
🗓️ Day 8: Started learning HTML with @sarthacksharma  → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️
#webdev2023 #MERN #Sheryians
veeru_rp's tweet image. Day 7 & 8 ✅
Git → HTML journey continues ⚡
🗓️ Day 7: Explored how Git stores code locally & remotely, and learned git checkout 🔄
🗓️ Day 8: Started learning HTML with @sarthacksharma  → p, h1-h6, a, b, i & more — building the web’s skeleton 🏗️
#webdev2023 #MERN #Sheryians

Day 4 ✅ Web essentials unlocked! 🌐 🔓 HTTP vs HTTPS (SSL/TLS 🔐) ⚡ HTTP versions & status codes 🚦 🔄 Proxy vs Reverse Proxy 🛡️ VPN basics Brick by brick, foundations getting stronger 🚀 #webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

veeru_rp's tweet image. Day 4 ✅ Web essentials unlocked! 🌐
🔓 HTTP vs HTTPS (SSL/TLS 🔐)
⚡ HTTP versions & status codes 🚦
🔄 Proxy vs Reverse Proxy
🛡️ VPN basics

Brick by brick, foundations getting stronger 🚀
#webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa
veeru_rp's tweet image. Day 4 ✅ Web essentials unlocked! 🌐
🔓 HTTP vs HTTPS (SSL/TLS 🔐)
⚡ HTTP versions & status codes 🚦
🔄 Proxy vs Reverse Proxy
🛡️ VPN basics

Brick by brick, foundations getting stronger 🚀
#webdev2023 #MERN #Sheryians #buildInPublic @sheryians_ @harshbhaiyaa

🚀 Navigating JavaScript Trends in 2023: 📊 React and Preact take the front-end spotlight, while Angular and Vue.js continue to shape the web dev landscape. 🌐 Stay updated with the latest tech waves! 🌊💻 #Learnfly #JavaScriptTrends #WebDev2023 #ReactVsAngularVsVue

learnfly's tweet image. 🚀 Navigating JavaScript Trends in 2023: 📊 React and Preact take the front-end spotlight, while Angular and Vue.js continue to shape the web dev landscape. 🌐 Stay updated with the latest tech waves! 🌊💻 

#Learnfly #JavaScriptTrends #WebDev2023 #ReactVsAngularVsVue

Day 10 HTML project- resume, product catalog Learned about how to add boomarks (using id) @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day 10 
HTML project- resume, product catalog 

Learned about how to add boomarks (using id)
@lovebabbar3
#learning #webdev2023

Day -20 Flexbox Flexible box is a 1-D layout method for creating layout. Flex model consist of flex container (parent) and flex items (child). By default flex-direction:row; @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day -20 Flexbox
Flexible box is a 1-D layout method for creating layout. Flex model consist of flex container  (parent) and flex items (child).
By default flex-direction:row;
@lovebabbar3
#learning #webdev2023

Day-19 CSS - float,clear,overflow These are used for positioning image or text but not recommended to use it with layout . Float-Left,Right Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar) @lovebabbar3 #learning #webdev2023

_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023
_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023
_Kashish1719's tweet image. Day-19 CSS - float,clear,overflow 
These are used for positioning image or text but not recommended to use it with layout .
Float-Left,Right 
Overflow-viable,hidden,scroll(both side and bottom bar),auto(only side bar)
@lovebabbar3 
#learning #webdev2023

Discover the top 5 #PHPFrameworks for modern #WebDev2023. Boost your web development with our guide. 🌐🚀 dynamic-methods.com/the-top-5-php-…

1DynamicMethods's tweet image. Discover the top 5 #PHPFrameworks for modern #WebDev2023. Boost your web development with our guide. 🌐🚀
dynamic-methods.com/the-top-5-php-…

Loading...

Something went wrong.


Something went wrong.


United States Trends