blog.thatsmanmeet.comReact Native Explained: From the Legacy Bridge to the New ArchitectureIf you’ve been doing web development for a while, chances are you rely on React to build your frontends. You ship a solid web app. It works well. Users like it and you realise it needs a mobile app. Y2h ago·10 min read
blog.thatsmanmeet.comWeb Browser Internals ExplainedWe all use web browsers every day. Whether it's surfing social media, watching videos on YouTube, or doing a quick search, browsers have become such an essential part of our lives that we hardly notice them. However, behind this impressive technology...Feb 5·7 min read
blog.thatsmanmeet.comEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhen you first learn HTML, you might wonder if you need to manually type all these tags and elements. It seems like it would take a lot of time and effort, but it is possible. However, you might also ask if there's a faster way to write HTML. That's ...Jan 29·7 min read
blog.thatsmanmeet.comCURL Command ExplainedIn today's world, we mostly use Client-Server Architecture, which means multiple clients connect to a centralized server. Of course, there can be multiple servers and distributed systems too, but to understand the Curl command, we'll focus on one cli...Jan 27·8 min read
blog.thatsmanmeet.comUnderstanding DNS Record TypesIn the last post, we discussed DNS and how it works in detail. In this article, we will talk about how DNS resolution doesn't always get the IP address directly. Sometimes, it needs to do more recursive work to find the server's IP address. A Record ...Jan 27·5 min read