#web-development
Read more stories on Hashnode
Articles with this tag
8 patterns to follow in building a successful open-source project · Four months ago I built an open source project to curate portfolio websites so...
In a NextJS app, when you visit a URL that is not available in your project, you will be redirected to a 404 page. This page comes default without any...
Modern web applications today are made up of a series of components that allows us to write our applications in an adaptable and quicker way. This...
Are you about to build your portfolio, and you don't have any idea of what you want it to look like? Search no more, as I present to you portfolio...
The picture element is an HTML element for declaring images based on different screen sizes or viewport without the need of writing "CSS" media...
When you visit a static site, by default the .html extension is visible in the URL, for example /about.html, or /contact.html however on modern sites...