Gregor Schafrothgregorschafroth.hashnode.dev路Jul 23, 2024daily code 78 | js local storagealright its time for another small coding exercise! today let鈥檚 practice local storage in javascript with a simple to-do list app. Task Use JavaScript to create a basic to-do list application that allows users to add, remove, and persist their tasks ...DiscussJavaScript
Gregor Schafrothgregorschafroth.hashnode.dev路Jul 21, 2024daily code 77 | js fetch practiceAll JavaScript beginner courses I know ignore this topic, but in the age of APIs and AI this is really important: fetch. Do you know now to use fetch? Here is a very simple exercise to practice or brush up your fetch skills: Exercise: Fetch and Displ...DiscussJavaScript
Gregor Schafrothgregorschafroth.hashnode.dev路Jul 10, 2024Daily Code 76 | Speed Limithi everyone! after a longer break i am back again with a small daily exercise. it鈥檚 simple but i think the different solutions are interesting. why don鈥檛 you give it a try as well? 馃槃 task use javascript to write a function that determines the result...Discussdaily
Nikunj Vaishnavdevcloudjourney.hashnode.dev路Jul 1, 2024Essential Linux Commands with Unique Tips #Day-3Linux commands are powerful tools that enable users to interact with the operating system efficiently. Here are some essential commands along with unique tips to make the most out of them: View the content of a file and display line numbers: nl filen...DiscussDevOps2Articles1Week
Cloud Tunedcloudtuned.hashnode.dev路Apr 21, 2024Daily Hack #day18 - BuiltWith.comBuiltWith.com is a web service that provides insights into the technology stack used by websites across the internet. By simply entering a website URL into the search bar, BuiltWith.com generates a detailed report outlining the technologies employed...DiscussDaily Hacksbuiltwith
Bryan Huangckscks038038.hashnode.dev路Mar 13, 2024The second Tuesday in MarchLeetcode * 4 run 15 mins, bicycling 15 mins Job applications for 2 hrsDiscussDaily Workdaily
Gregor Schafrothgregorschafroth.hashnode.dev路Feb 28, 2024Daily Code 75 | 馃М Measuring Unit ConverterAlrigh after a bit of a break I鈥檓 back at coding! Still working on the basics. Today I built a measuring unit converter with HTML, CSS, and JS. It鈥檚 a nice little exercise to practice all the three of them. I can actually build the HTML well and the ...Discussbeginner
Gregor Schafrothgregorschafroth.hashnode.dev路Feb 27, 2024Daily Code 74 | 馃弨 Basketball Score BoardAlrigh after a bit of a break I鈥檓 back at coding! Still working on the basics. Today I did a small exercise where I made a basketball scoreboard with just html, css, and js. (Please be aware that I don鈥檛 actually know how basketball works, so excuse ...Discussbeginner
Joydeep Pradhanjoydeep09.hashnode.dev路Feb 25, 2024Demystifying AI: From Sci-Fi to Everyday LifeArtificial intelligence (AI) has gone from the realm of science fiction to a ubiquitous presence in our daily lives. From the moment you wake up and check your phone powered by AI algorithms to the personalized recommendations you receive while shopp...Discuss路1 likeDevops articles
Gregor Schafrothgregorschafroth.hashnode.dev路Feb 19, 2024Daily Code 73 | 馃摨聽Postman.comOk now after this two-week long detour about HTML and CSS it鈥檚 time to get back on track and work on things more directlly related to my AI business again! Since I鈥檓 recently working with APIs (for example VoiceFlow with AirTable) I thought it would ...Discussbeginner