MDG developermdgdev.xyz·6 hours agoNova@1.0 - Despliegue de Backend IIIUna vez creados todos los recursos, el primer paso a configurar son los DTOs. ¿Qué son los DTOs? DTO son las siglas en inglés de Data Transfer Object. Es un patrón de diseño utilizado para transferir datos entre diferentes capas de una aplicación, co...Databases
Nalaka Wanniarachchibidiaries.com·12 hours agoDeciphering Data Architectures: Closer Look at Different ParadigmsNavigating the intricate world of data architecture can feel overwhelming — but it doesn’t have to be. Let’s break down key concepts like relational data warehouses, data lakes, modern data warehouses, data fabric, data lakehouses, and most important...OtherMicrosoft
Metismetis.hashnode.dev·19 hours agoObservability 2.0 - The Best Thing Since Sliced BreadTraditional monitoring is not enough. We need developer-centric solutions that only Observability 2.0 can give us. Read on to see why. Beyond Traditional Monitoring In today's software development landscape, creating cutting-edge applications require...SQL
Abhinandan Mishraabhinandanmishra1.hashnode.dev·Dec 22, 2024System Design - Understanding Databases - Part 1This article and the upcoming ones in this series will focus on databases. Databases are the most critical component of any system—they either make or break it. Understanding the unique features of each database type is essential for selecting the be...21 likes·75 readsLearning System DesignSystem Design
Nicola Cremaschinihaveyoutriedrestarting.com·Dec 22, 2024Building Atomic Counters with Elasticache Redis💡 Please read this article in DARK mode or you won’t see diagrams lines When working with high-throughput, low-latency applications, Redis—an in-memory data store—stands out as an excellent choice for implementing the atomic counter pattern. With ...Mastering Atomic Counters in Distributed Databasesserverless
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 22, 2024Understanding Prometheus : Architecture, Features, Components, Database, and Data RetentionPrometheus is an open-source system designed for monitoring and alerting. It collects and stores metrics as time series data, providing a powerful platform to keep track of how your services are performing. In this article, we’ll break down Prometheu...2 likesDevops
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 21, 2024Implementing Authorization in Notes AppWelcome to Day 7 of our Appwrite series. Today, we’ll explore implementing authorization and access control in our note-taking app. Introduction In our Notes app, we want to ensure that users can only access and modify their notes. We’ll implement au...Appwrite
Munilakshmi G J100daysdevops.hashnode.dev·Dec 21, 2024Day 56 of 100 Days : Exploring Amazon RDS – Relational Databases Made SimpleToday, I ventured into the world of Amazon RDS (Relational Database Service), an AWS service that simplifies setting up, operating, and scaling relational databases in the cloud. If managing databases has ever felt like juggling chainsaws, RDS is her...rds
Anshuman Sinhaanshumansinha3302.hashnode.dev·Dec 21, 2024The Domain of Data Science: An OverviewData Science, a multidisciplinary field, leverages statistics, machine learning, and domain expertise to extract actionable insights from data. Its applications span diverse sectors like healthcare, finance, technology, and retail, making it a corner...anshumansinha3301
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 20, 2024Day 6: Implementing User Authentication in AppwriteWelcome to Day 6 of our Appwrite series. Today we’ll explore implementing user authentication in Appwrite to secure our note-taking app. Introduction User authentication is a crucial aspect of any web application. It ensures that only authorized user...30 Days of AppwriteAppwrite