About Me

Welcome To scaleyourapp.com

We discuss the latest trends in technology, computer science, application development, game development & anything & everything geeky. Subscribe to our newsletter or connect with us on social media.

Categories
Trending News
Monolithic architecture
Architecture

Monolithic architecture simplified

This write-up takes a deep dive into monolithic architecture. We will understand what it is and why implement it. What is monolithic architecture?  An application has a monolithic architecture if it contains the entire application code in a single codebase. A monolithic application is a...
Futures and promises
Architecture, Distributed Systems, Real World Architecture

‘Futures and Promises’ – How Instagram leverages it for better resource utilization

Futures and Promises is a concept that enables a process to execute asynchronously, improving performance and resource consumption. It can be applied in multiple contexts, such as in request-response in a web service call, long-running computations, database queries, remote procedure calls, interservice communication in distributed...
client server in a distributed file system
Networks

An Introduction to the Network File System (NFS)

The network file system is a distributed file system protocol. It’s an open protocol that specifies message formats on how a client and a server should communicate in a distributed environment.  NFS being an open protocol enables third parties to write their own implementations of...