Matt Martzmartzmakes.com·17 hours agoRendering Diagrams with AWS LambdaDiagrams are the unsung heroes of technical projects. Whether you’re sketching out the architecture of your latest application or untangling the web of nodes in your LLM agents, a good visual can make all the difference. But what if you could dynamic...110 readsserverless
Guillermo Ojedablog.guilleojeda.com·Dec 20, 2024Building Reliable Messaging Patterns in AWS with SQS and SNSBuilding distributed systems requires putting a lot of attention on communication between components. These components often need to exchange information asynchronously, and that's where message queues and pub/sub systems are the go-to solution. AWS ...AWS
Guillermo Ojedablog.guilleojeda.com·Dec 18, 2024Failover in Amazon RDS Multi-AZ ArchitecturesDatabase failures are inevitable. Even with the most reliable hardware and software, something will eventually break. AWS RDS Multi-AZ deployments promise to handle these failures gracefully, automatically failing over to a standby database when prob...AWS
John Vesterjohnjvester.hashnode.dev·Dec 18, 20245 Signs You’ve Built a Secretly Bad Architecture (And How to Fix It)In the hustle to deliver value, development teams can unknowingly create software architectures that hinder their long-term progress. Initially, everything seems fine—features are shipping, continuous integration (CI) jobs are passing, and the produc...vfunction
Birendra Kumar Chaudharybiren.hashnode.dev·Dec 18, 2024🎯Cyberpanel installation in linux | ubuntu | openlitespeed | wordpress intsall | how it works with wordpress site👁.CyberPanel is a web hosting control panel. CyberPanel typically uses LiteSpeed Web Server as the default web server. port no. 8090. it is a open source control panel for cloud hosting.( https://github.com/usmannasir/cyberpanel ) #cyberpanel instal...#cyberpanel
Tamas Kovacsampere.hashnode.dev·Dec 17, 2024Solution spaceIn the previous article, we talked about the need for a design for a power grid management system. Let's try to create one and offer some guidelines on how it could be implemented. Architecture I'm thinking we should aim for a classic data ingestion...Gird the Grid - Architectural Kataarchitecture
Sync Nimbusthe-architecture-advantage.hashnode.dev·Dec 17, 2024Architecting with AI: A Deep Dive for Solutions ArchitectsIts exciting to share what we learn every week and this week the focus is on architecting with AI. This guide explores how to leverage AI as a Solutions Architect, focusing on design principles, frameworks, and practical use cases to enable transform...Cloud
Sulman Baigsulmanweb.com·Dec 16, 2024Service Objects: Level Up Your Rails ArchitectureIntroduction In modern Rails applications, organizing business logic effectively is crucial for maintainability and scalability. One powerful pattern that has emerged is the use of Service Objects - Plain Old Ruby Objects (POROs) that encapsulate spe...30 readsRuby on Rails
Leandro Martinsleandromartins.hashnode.dev·Dec 14, 2024Simplified Architecture Governance: Building an Application Catalog with NocoBaseThe goal is to demonstrate the potential and ease of NocoBase for developing web applications without coding. As a case study, I will create an application catalog to assist with architecture governance. This case will involve modeling, installation,...nocobase
JealousGxblog.jealous.dev·Dec 14, 2024Patterns for Scalable Web Development: Implementing Clean Architecture in Web DevIn the world of web development, scalability and maintainability are critical concerns. As projects grow in size and complexity, managing dependencies, ensuring testability, and maintaining modularity become increasingly challenging. Clean Architectu...Web Development