Birendra Kumar Chaudharybiren.hashnode.dev·Dec 21, 2024🎯To solve slowness seen on the website🚀 | troubleshoot | load average | Log | problem | wp cli | plugins.✔Description: Clients reported experiencing slow performance on the website. Pages were taking longer time to load than usual. #one of the method we optimized the database: cmd - wp db optimize --allow-root Redis cache: redis cache connected from...slowness
Jeongkyun Anjeongkyun.hashnode.dev·Dec 18, 2024MongoDB를 왜 메인 데이터베이스로 사용하고있나요?배경 필자는 현재 B2B SaaS 신사업팀에서 백엔드 엔지니어로 일 하고있다. 메인 데이터베이스로 MongoDB를 사용하고있는데, 그 이유와 사용 방법에 대해 소개해보려한다. (실제로 질문도 많이 받았었다) 왜 MongoDB를 메인 데이터베이스로 채택했나요? MongoDB는 세부적인 보안 설정을 컬렉션 별로 지원하기때문이다. 왜 세부적인 보안 설정이 필요하고, 이를 어떻게 활용한 계획인지 설명하기 위해선 우선 Multi-Tenancy에 대해 간...Multi tenancy
Think Throothinkthroo.hashnode.dev·Dec 17, 2024Is it possible to upload a file to a database in Next.js?In this article, we analyse how Documenso stores an uploaded file into its database by reviewing its source code. Where is this code that does this? You will find the below code snippet in a file named upload/put-file.ts. const putFileInDatabase = a...database
Niaz Bin Sirajniazbinsiraj.hashnode.dev·Dec 16, 2024The Tale of an Enum and a BeanPropertyRowMapper: A Spring Developer's QuestIt was a quiet afternoon in my coding world when a peculiar bug showed up. I was working on a Spring-based web application, mapping database records to Java objects using BeanPropertyRowMapper. Everything seemed routine—until an enum property decided...41 readsSpring
Gedion Danielblog.gediondaniel.dev·Dec 11, 2024Amazon Aurora Global DatabaseIntroduction Amazon Aurora Global Database is a powerful database solution that helps businesses run their applications worldwide. This guide will explain how to get started with Aurora in simple terms. What is Amazon Aurora? Amazon Aurora is a cloud...AWS
Roshanmroshan.hashnode.dev·Dec 6, 2024Storing Prices in Your Database: The Right Way to Avoid Costly MistakesWhen building an e-commerce platform, a financial application, or any system that handles monetary transactions, one of the most critical components is how you store and calculate prices. Choosing the wrong data type for prices can lead to subtle yet...10 likes·36 readsDatabases
Tuanhdotnettuanhnet.hashnode.dev·Dec 4, 2024Facts About UUID Versions: Which Version Should You Use and Why?Source: Facts About UUID Versions: Which Version Should You Use and Why? 1. What is a UUID? UUID stands for Universally Unique Identifier. It is a 128-bit number used to uniquely identify information in computer systems. UUIDs are widely...uuid
Ruban Sahooruban.hashnode.dev·Dec 3, 2024Design a Blogging PlatformIn this blog, we will study the factors that get affected by any system design decision. We will understand it while we design a blogging platform. We will deep dive into caching issues at scale and how to solve them, async processing, delegation, ka...System Designdatabase
Sylvester Daswww.minifyn.com·Dec 2, 2024Breaking down CPU speed: How utilization impacts performanceCPU Speed: Unveiling the Impact of Utilization on Performance Introduction The central processing unit (CPU) is the brain of a computer, responsible for executing instructions and managing system resources. One of the key factors that influences CPU ...technology
LordOfDarknessdevtriet.hashnode.dev·Dec 1, 2024Introduction to SQL: Day 1 - A Beginner's Guide to DatabasesIt is known in the programming world that there are a variety of languages for a diversity of tasks. We, as humans, can’t master every single programming language out there. We can just look at each of them and learn the basics. So, over the next 15 ...5 likesSQL