This week's class kicked off with our signature engaging discussions, where we reflected on the key takeaways from last week's session. We delved into the intricacies of Git and GitHub, covering essen...
Summary
When you visit a webpage, the browser goes through a set of well-defined steps to turn your HTML, CSS, and JS into visible content. This is called the Critical Rendering Path, and und...
About
A simple counter app using html,css,js and go(for backend).
Link to repo:
link to repo
Overview
We serve the frontend using go's http server package.
It serves the index...
In today’s digital age, ensuring that your SIM card is properly registered is crucial for seamless communication and compliance with local regulations. A SIM registration status checker is a handy t...
If you’ve ever tried learning web design through free tutorials, YouTube videos, or Reddit threads, you know the struggle. You start with enthusiasm, binge a few lessons, and then… confusion. What...
When working with tables in React (or plain HTML), you might run into a situation where you want to display two captions: one at the top and another at the bottom. I recently faced this exact problem ...
Rendering HTML from data is a common task in frontend applications. In a single page application this is usually handled by libraries like React.There will be instances where we need to render a piece...
Hi there,
I bet HTML was one of the first languages you learned.
But how many times have you given thought as to using a sectioninstead of a div?
In this article we'll explore why Semantic HTML is so ...
In today’s digital age, understanding how websites are built is a valuable skill. Whether you're looking to launch a career in tech, create your own blog, or simply understand how the internet works...