Coding is a Journey. Let’s teach, motivate and inspire each other! YouTube: youtube.com/c/CodingJourney

Joined September 2018
237 Photos and videos
Coding Journey retweeted
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
2
11
29
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/… #webdev #webdevelopment #HTML #CSS #CodeNewbie #100DaysOfCode #coding #codingjourney
2
What's up coders?! πŸ™‚ Here's a simple Underline Hover Effect with #CSS @CodePen: codepen.io/Coding_Journey/pe… and an alternative implementation: codepen.io/Coding_Journey/pe… I've also created a video for this @YouTube: youtu.be/Kz96odltLQI Enjoy ❀ #webdev #HTML #code #100DaysOfCode
1
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

7
4
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
9
7
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
2
4
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

3
2
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/CodingJourney/… #webdev #coding #inspiration #100DaysOfCode
11
6
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
2
5
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
14
3
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
1
3
2
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/fu… Hope you are having a nice and relaxing Saturday πŸ’™
Coding Journey retweeted
11
6
Coding Journey retweeted
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
2
36
33
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
10
7