Rhezatama Dwi Rendragrahablog.rhezatama.com·Jul 29, 2024Tes Performance MemcachedDi tulisan sebelumnya, saya sudah menyampaikan beberapa hal mengenai Memcached dan bagaimana implementasi Memcached dapat (berpotensi) mengurangi biaya server kamu. Di tulisan kali ini, saya akan coba membuat perbandingan performance antara aplikasi ...DiscussMemcachedcaching
Rhezatama Dwi Rendragrahablog.rhezatama.com·Jul 24, 2024Bagaimana Caching Dapat Mengurangi Biaya Server KamuSekarang, opsi untuk nge-host aplikasi sudah bertebaran dimana-mana. Kalau dulu kita mungkin terbatas cuma punya opsi on-premise, sekarang kita punya alternatif nge-host aplikasi di cloud provider. Mulai dari AWS, GCP, Azure, DigitalOcean, Heroku, Vu...DiscussMemcachedcaching
Shaileshshaileshpashte.hashnode.dev·Jul 10, 2024Day 31: AWS ElastiCache Explained: Everything You Need to Know✅Introduction AWS ElastiCache is a fully managed in-memory data store and cache service by Amazon Web Services. It is designed to accelerate the performance of applications by enabling you to retrieve information from fast, managed, in-memory caches i...DiscussAWS
Aditya Guptaadityaguptaa.hashnode.dev·Jul 7, 2024The Art of Consistent HashingWhile reading the paper "Scaling Memcached at Facebook", I came across Consistent Hashing. What started as a quick read became an hour-long obsession with this topic! My journey to understanding consistent hashing was a long one. This blog is here to...Discuss·52 readsHashing
hai nguyenhainguyen.hashnode.dev·Jun 16, 2024Understanding Consistent Hash Ring: A Simple ExplanationProblem 1: We have a set of servers and need to distribute data and requests to those servers in a manageable, uniform way. If the data size increases (or the number of requests we need to serve increases), we can add or remove servers from the clust...Discussdistributed system
Codefy LabsforCodefy Labs's Blogscodefylabs.hashnode.dev·Jun 14, 2024AWS ElastiCacheAmazon ElastiCache is a caching service provided by AWS that boosts your application's speed by storing data in memory. It works with two popular systems, Redis or Memcached, to help manage data efficiently. ElastiCache handles routine tasks such as ...Discuss·29 likes·84 readsAWSAWS
Aditya Guptaadityaguptaa.hashnode.dev·May 5, 2024Beyond the Basics: Demystifying Facebook's Approach to Scaling Memcached (Part 1)I spent hours reading the paper "Scaling Memcache at Facebook", and trust me, it's filled with a lot of information! Technical papers can be quite dense and that's why wrote this blog to break down the key ideas clearly and concisely. So, whether you...Discuss·1 like·77 reads2Articles1Week
Vivek Anandvivekanand13.hashnode.dev·Apr 23, 2024Caching in Software Engineering: A Journey Through TimeCaching, an ingenious technique rooted in the early days of computing, has played a pivotal role in optimizing the performance of software systems. In this comprehensive guide, we delve into the intriguing history of caching, explore its evolution, t...Discusstechnology
Mohammad Huzaif Shahhuzaifh02.hashnode.dev·Mar 23, 2024Building a Flexible, Cost-Efficient Web Infrastructure on AWS.My project focused on building a web infrastructure designed to be flexible, efficient, and modern. By leveraging Amazon Web Services (AWS), the goal was to showcase the advantages for businesses in adopting a 'scale-on-demand' strategy. This approac...Discuss·162 readsAWS
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Feb 25, 2024URL Shortener: A Step-by-Step GuideThe "URL Shortening Service" project providing users with shorter links for easier sharing. It efficiently handles massive volumes of URLs daily and ensures essential functionalities like URL shortening and redirection. Powered by technologies like R...Discuss·45 readsFastAPI