React Native Fabric Rendering Explained
In the previous article, we explored the legacy and new architecture of React Native, examining various components used in the new architecture. However, we did not delve deeply into the Fabric pipeli

Search for a command to run...
In the previous article, we explored the legacy and new architecture of React Native, examining various components used in the new architecture. However, we did not delve deeply into the Fabric pipeli

If 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. Y

We 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...

When 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 ...

In 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...

In 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 ...

Whenever you try to open a website, like "google.com," what do you think happens behind the scenes? How does your browser know which server to get data from among millions of servers worldwide? Is it magic? Well, No! It happens with the help of a sys...

In previous articles, we learned about Git, why version control systems were created, and the problems they solve. In this article, we will take a closer look at the .git folder that is created when initializing a local repository in a new codebase. ...

In my previous article, I explained what GIT is. Now, let me ask you a simple question: Why were Version Control Systems created? We had storage solutions like pen drives and hard drives, and sharing files was easy. You could just copy and paste the ...
