#webdev
Read more stories on Hashnode
Articles with this tag
If you want to have effective SEO, it's important to understand how Google Search indexes your web pages. Before indexing a page, Google needs to...
One of the new features in React 19 is the use API. The basic idea is that the use API can fetch resources during React's render cycle. Instead of...
I've been trying to learn more about SEO in the context of Google search. With that in mind, I wanted to share what I'm learning as a reference for...
Most front-end developers don't like CSS. Why? Because working with CSS is frustrating. It's hard to troubleshoot mistakes because the feedback...
Use TypeScript generics to write simpler, cleaner and easier to understand code · If you’ve used TypeScript before then you know how powerful it can...