
Coding Journey
@CodingJrney
Coding is a Journey. Let’s teach, motivate and inspire each other! YouTube: https://www.youtube.com/c/CodingJourney
Coders! Just finished the Full Stack Web Developer Course @YouTube by @misterbastean. Absolutely top-level quality! Highly recommended, especially for beginners who might be struggling to connect the dots. Stack: #HTML/#CSS/#JS & #Node/#Express/#MongoDB youtube.com/playlist?list=…
New vanilla #JavaScript #creativecoding tutorial out now! Let's learn how to analyse pixel data to create text based visual art. Have fun:) youtu.be/HeT-5RZgEQY #learnjavascript #creativecoding #webdev #learntocode #100DaysOfCode #html5 #Codenewbie #generativeArt #generative
Hey coders!! 🙂 I was trying to extract a specific part of a URL with #JavaScript and came across this lovely answer from Stack Overflow (image) 🙂 Question is here: stackoverflow.com/questions/1140… #webdev #webdevelopment #HTML #CSS #CodeNewbie #100DaysOfCode #coding #codingjourney

New vanilla #JavaScript tutorial out now , have fun :) youtu.be/0v4_Dw0K8pw #learnjavascript #creativecoding #webdevelopment #learntocode #webdev #learnprogramming #100DaysOfCode #html5 #Codenewbie #html #web #Codenewbies #generative #generativeart #css3 #js #webdesign
What's up coders?!! 🙂❤ If you are interested in creating an Image Comparison Slider with #HTML, #CSS and #JavaScript, here's a video I've uploaded @YouTube: youtu.be/2KMJxHW21cU Enjoy ❤ #webdev #webdevelopment #FrontEnd #CodeNewbie #100DaysOfCode #coding #codingjourney
youtube.com
YouTube
Image Comparison Slider (HTML, CSS and JavaScript)
What's up coders?! It's #Algorithms with #JavaScript practice time 😉 Mean, Median and Mode with JavaScript youtu.be/KCnw7Gd8sWk via @YouTube Have a lovely weekend ❤ #programming #coding #webdev #webdevelopment #HTML #CSS #FrontEnd #CodeNewbie #100DaysOfCode #codingjourney
youtube.com
YouTube
Mean, Median and Mode with JavaScript
What's up coders?! 🙂 Here's a simple Underline Hover Effect with #CSS @CodePen: codepen.io/Coding_Journey… and an alternative implementation: codepen.io/Coding_Journey… I've also created a video for this @YouTube: youtu.be/Kz96odltLQI Enjoy ❤ #webdev #HTML #code #100DaysOfCode
Hey coders! Have a lovely week!! 🙂 Just uploaded this video: Animated Underline Hover Effect (#HTML & #CSS) youtu.be/Kz96odltLQI via @YouTube Feel free to check it out ❤ #webdev #FrontEnd #webdesing #Website #JavaScript #CodeNewbie #100DaysOfCode #coding #codingjourney
You can change the styling of selected text with the ::selection #CSS pseudo-element! A more in-depth discussion @YouTube: youtu.be/NOgZ_LzPiCk Enjoy ❤ #webdev #webdevelopment #HTML #JavaScript #CodeNewbie #100DaysOfCode #Webdesign #UserExperience #FrontEnd #codingjourney
youtube.com
YouTube
How to Change Text Selection Styling with CSS
Zebra striped list: #HTML <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul> #CSS li:nth-child(odd) { /* OR :nth-child(even) */ background-color: #eee; } A more in-depth discussion @YouTube: youtu.be/3HKdsprCRGA #webdev #JavaScript #100DaysOfCode
youtube.com
YouTube
Zebra-Striped List (HTML & CSS)
Hello Coders!! 💙 Hope you are having a nice, relaxing Sunday 🙂 Here's a more laid-back video I've uploaded a while ago: Coding Memes youtu.be/rs2GOUfA9j0 via @YouTube Enjoy 🙂❤ #codingmemes #programmingmemes #coding #codinglife #webdev #ProgrammerHumor #100DaysOfCode
youtube.com
YouTube
Coding Memes
Coders!! Ready for the weekend? 🙂💙 If you are interested in learning how to create a #CSS box-shadow Editor from scratch, here's a video I've uploaded a while ago: youtu.be/EBbgImXJeqY via @YouTube Enjoy ❤ #webdev #HTML #JavaScript #100DaysOfCode #coding #codingjourney
Hey Coders!! 🤩 Retweeting in case you've missed it 🙂 Let me know if you are interested ❤💙 #webdev #webdevelopment #HTML #CSS #JavaScript #FrontEnd #FullStack #CodeNewbie #freeCodeCamp #100DaysOfCode #freeCodeCamp #inspiration #webdeveloper #coding #codingjourney
What's up coders?!! I thought of using the Community section of my @YouTube channel as a place where we can discuss and give/get feedback on projects we've published. Check it out and feel free to participate 💙 youtube.com/c/CodingJourne… #webdev #coding #inspiration #100DaysOfCode
Hey Coders!! If you are interested in: Creating a Modal from scratch with #HTML, #CSS and #JavaScript here's a video I've uploaded a while ago: youtu.be/YARYSKySwhg via @YouTube Enjoy 🙂❤ #webdev #webdevelopment #CodeNewbie #100DaysOfCode #coding #codingjourney
youtube.com
YouTube
Modal with HTML, CSS and JavaScript
Using slide-in overlays is a nice and engaging way to display additional info to the user! Here's a video I've uploaded implementing this feature: Slide-In Overlay Hover Effect (#HTML & #CSS) youtu.be/l0jLhFEzvJo via @YouTube #webdev #JavaScript #100DaysOfCode #codingisfun
youtube.com
YouTube
Slide-In Overlay Hover Effect (HTML & CSS)
Hey coders! I created a Poll a couple of days ago with the question what's the result (in #JavaScript) of: 1 + true Only 1 got it right (of course only 10 voted so that may not mean much)...in any case: 1 + true = 2 🙂💙 #programming #coding #Algorithms #webdev #100DaysOfCode
Hey Coders! If you are interested in implementing a Tilt Effect on Mouse Over with #HTML, #CSS and #JavaScript, here's a video I've uploaded a while ago: youtu.be/UqEmFSlx4ps via @YouTube @CodePen: codepen.io/Coding_Journey… Hope you are having a nice and relaxing Saturday 💙
"How to Animate SVG using CSS Animation ? | Figma Design | CSS Animation Tutorial" 🔗- youtu.be/MJi4g2dekVY #html #CSS3 #javascript #100DaysOfCode #creativecoding #learntocode #FrontEndDevelopment #CodeNewbies #code #webdev #Freelancers #DEVCommunity #DEVCommunityIN

New vanilla #JavaScript #gamedev animation tutorial OUT NOW, have fun! (free game art assets give-away for all students) youtu.be/pyhb8Y9qKUI #learnjavascript #creativecoding #webdevelopment #learntocode #webdev #learnprogramming #100DaysOfCode #html5 #Codenewbie #html #web
Highlight text in #HTML: Using the <mark> tag: <mark>Highlighted text</mark> Setting the background-color style: <span style="background-color: #ffff00">Yellow bg</span> #webdev #HTML5 #CSS #FrontEnd #CodeNewbie #100DaysOfCode #freeCodeCamp #webdeveloper #coding #codingjourney
United States Trends
- 1. #wednesdaymotivation 6,869 posts
- 2. Jay Jones 59.2K posts
- 3. Good Wednesday 31K posts
- 4. #LoveYourW2025 240K posts
- 5. Hump Day 14.5K posts
- 6. Markey 1,316 posts
- 7. Christen Press 2,003 posts
- 8. Vision Pro 3,030 posts
- 9. Voting Rights Act 9,196 posts
- 10. iPad Pro 6,156 posts
- 11. Moulton N/A
- 12. Young Republicans 108K posts
- 13. #VxWKOREA 59.3K posts
- 14. Happy Hump 8,881 posts
- 15. #GenV 5,058 posts
- 16. #Wednesdayvibe 1,880 posts
- 17. And the Word 75K posts
- 18. Bessent 61.5K posts
- 19. Tami 5,349 posts
- 20. St. Teresa of Avila 2,591 posts
Something went wrong.
Something went wrong.