Coding my way through life, one line at a time. Passionate about all things tech, programming, and problem-solving. Join me on this wild ride of 0s and 1s! 🚀💻

Joined July 2023
61 Photos and videos
I know I am doing web developing using js. but now I have to learn python as a competitive programming and to allow me to expand my knowledge about backend . This week and this day I learn Python basic data strcture ( dictionary,list,tuples ) and done a few algorithm Day 3
1
2
55
1st time building web game that will allow two player to play a lack of Dice game with stratage I will upload the site and code once I update the graphics more. #Day2 day2 #100DaysOfCode #100daysofcodechallenge
4
38
did coding project about making quotes fade in and out , sliding hero image, smooth scroll using jQuery in real world project . #Day1 day1 #100DaysOfCode #100daysofcodechallenge
1
23
yeseterday I didn't do coding for 2 hours so reset I guess. #coding #CodingJourney #NeverGiveUp
1
16
Learned about the rule of jQuey plugin How to use them and how will affect my code #100DaysOfCode Day 24 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
1
20
Creating slideshow using jquery I will devlope the code to wrap it rather than reverse it and I will try to upload it tommorow #100DaysOfCode Day 22 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
1
22
I build tabinterfaced using both jquery and js differntly and you can see #100DaysOfCode Day 21 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
16
I learned jquery to use animation using the animate method and also learn the built in ease functions #100DaysOfCode Day 20 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
2
20
I created collapsable navigation page using js and jQuery at differnt code and look the difference of the site #100DaysOfCode Day 19 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
1
23
I like this analogy
22 Nov 2023
YOU SHOULD NOT be using one single language for EVERYTHING. If you were a carpenter would you use a hammer to try and cut a bit of wood? 1/2
1
20
I createdTourism vacational page using js on coursera #100DaysOfCode Day 18 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
2
23
I created advanced distance calclulator from KM to mile and vise versa using js#100DaysOfCode Day 17 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
1
13
and Here is the code (function(){//simple slideShow "use strict" let imageList=["image1.jpg","image2.jpg","image3.jpg","image4.jpg","image5.jpg"] const image= document.getElementById("slideShowImage"); const firstLink=document.getElementById("prev");
1
1
50
const secondLink=document.getElementById("next"); let number=0; firstLink.addEventListener("click",(event)=>{ event.preventDefault(); if(number>0){ number--; } else{ number=imageList.length-1 } image.setAttribute("src",imageList[number]); });
1
1
16
secondLink.addEventListener("click",(event)=>{ event.preventDefault(); if(number<imageList.length-1){ number ; } else{ number=0; } image.setAttribute("src",imageList[number]); }); })()
1
11
I created slideshow using Js by integretting eventListiners,objects, and selectors #100DaysOfCode Day 16 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
1
14
I know I didn't post yesterday but I learned more about js about event.target and event.preventdefault(). #100DaysOfCode Day 15 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering

2
16
Learning js again from Universty of california ,Davis. #100DaysOfCode Day 14 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
1
17
Learning js again to internalize it again. #100DaysOfCode Day 13 #coding #programmer #devloper #SoftwareDeveloper #SoftwareEngineering
1
18