© 2026 Hashnode
배경 개발자님! 화면이 너무 늦게 떠요!! 이번 주에 매출 통계 기능을 개발해서 개발 서버에 올렸는데 테스팅을 하다가 갑자기 긴급 호출이 들어왔다. API 속도가 너무 느리다는데 얼마나 느리길래 그런지 확인해봤더니 무려 10~16초가 걸렸다. 신규 레포지토리를 파서 개발한 거라 설정에 문제가 있었나? VPC 간 통신 때문에 지연되는 건가? 별의별 생각이 다 들어서 각 모듈별로 실행되는 시간, 실제 쿼리하는 시간을 전부 측정해봤는데 10~16...

What is a Connection in Databases? A database connection is a communication channel between a database and its clients, such as an application or a tool like DataGrip or Prisma Client. This connection allows the client to send queries, update data, a...

Last article, we created a simple pythonic wrapper for the EgyTech API, with basic functionality. This time we will be extending out wrapper's functionality with some interesting concepts. I've also included some diagrams to help you with these conce...

In the realm of database management, efficient utilization of database connections is paramount to ensuring the smooth functioning of applications. Without proper management, a scenario where each client window consumes a separate connection can quic...

Week-12 of the 100xdevs cohort consisted of discussions on various topics such as CDNs and deploying Frontend to AWS, advanced TypeScript APIs, SQL joins and relationships, Prisma relations, and connection pooling. Details are as follows: CDN and Dep...

Introduction Note: Part 2 of this series is available here Note: The complete implementation is in my kafka-python-producer-pool repository. Kafka is an event-streaming platform used for building event-driven systems. Kafka hinges on three things: To...
