Click here for my awsome pancake website
Original translations by Ethan Zhang, with refined versions for clarity and natural expression. 📝 1. 今天的风很轻,像是春天在悄悄说话。 My version: The wind is slight today, as a whisper in the spring. Refined: The wind is light today, like a whisper of spri...
At first, I had no intention of creating a development blog.I knew that maintaining a blog required a good sense of design and that writing a single post would take a considerable amount of time and effort.So instead of keeping a formal record, I sim...
alright its time for another small coding exercise! today let’s 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 ...
All 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...
hi everyone! after a longer break i am back again with a small daily exercise. it’s simple but i think the different solutions are interesting. why don’t you give it a try as well? 😄 task use javascript to write a function that determines the result...
Linux 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...
BuiltWith.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...
Leetcode * 4 run 15 mins, bicycling 15 mins Job applications for 2 hrs
Alrigh after a bit of a break I’m back at coding! Still working on the basics. Today I built a measuring unit converter with HTML, CSS, and JS. It’s a nice little exercise to practice all the three of them. I can actually build the HTML well and the ...