#backend
Read more stories on Hashnode
Articles with this tag
Let's start by defining request queue time. It's basically how long a request has to "wait" before actual processing begins. This waiting usually...
𝐏𝐫𝐞𝐦𝐚𝐭𝐮𝐫𝐞 𝐨𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧 𝐢𝐬 𝐭𝐡𝐞 𝐫𝐨𝐨𝐭 𝐨𝐟 𝐚𝐥𝐥 𝐞𝐯𝐢𝐥 - Donald Knuth As a developer, we often dive into our codebase,...
From VMs to Kubernetes Recently We migrated our backend services from a traditional virtual machine (VM) infrastructure to a containerized environment...
The bug In 2013, GitHub experienced a bug that caused every user without a profile photo to be assigned the profile photo of a specific user, Yehuda...
Today we will look at a handy Rails tool called store_accessor. store_accessor can be used with PostgreSQL(hstore/jsonb), or MySQL (5.7+ json) to...
Context I was writing some test cases for a service object in which we have to generate and then upload a pdf to Aws S3 storage. Now this backend...