LABORE KODJO AGBETSIASSIstarlabman.hashnode.dev·Dec 5, 2024Building a Scalable dApp on Arbitrum with Stylus: A Complete GuideIntroduction Welcome to this tutorial where you’ll learn how to create a scalable dApp on Arbitrum using Stylus, a powerful language designed to optimize the developer experience. In this guide, we’ll cover: Setting up a development environment. De...1 likedapps
Neha Bawaneneha1302.hashnode.dev·Nov 29, 2024Automated Scalable App Deployment with Kubernetes & Argo CDIntroduction Automating the deployment of applications helps organizations manage their infrastructure more efficiently and scale quickly. AWS EC2 provides flexible cloud servers, while Kubernetes helps automate the deployment, scaling, and managemen...ec2
Pragyanshu Aryandotnet-hangfire.hashnode.dev·Nov 15, 2024Comprehensive guide to learning Hangfire in .NET CoreIn today’s fast-paced digital world, smooth and efficient background processing can make or break the performance of your applications. Enter Hangfire, the powerhouse library for handling background jobs in .NET Core. Whether you’re building a high-l...31 reads.net core
akash javaliblog.akashjavali.com·Nov 9, 2024Using Node.js for Serverless Functions: A Comprehensive GuideAs applications increasingly move towards cloud-native architectures, serverless computing has become a popular solution for its scalability, flexibility, and cost-efficiency. In this guide, we’ll explore how to use Node.js to build serverless functi...javascript-serverless
Ritik Singhritiksingh.hashnode.dev·Oct 23, 2024Navigating System Design Trade-Offs: Balancing Performance, Cost, and ReliabilityWhen designing large-scale systems, it’s essential to find the right balance between various factors like memory, throughput, cost, latency, consistency, and availability. These elements are interconnected, and changing one often impacts the others. ...34 readsSystem Design Simplified: A Journey to Building Scalable ApplicationsSystem Architecture
Ritik Singhritiksingh.hashnode.dev·Oct 12, 2024Building Modern Applications: Exploring Networks, Web Protocols, and StreamingWhen building modern applications or systems, it's crucial to have a basic understanding of networking principles and related technologies. Whether you're developing a simple web app or a complex, real-time communication platform, knowing the basics ...40 readsSystem Design Simplified: A Journey to Building Scalable ApplicationsSystem Design
Snehangshu Bhattacharyablogs.snehangshu.dev·Oct 6, 2024Distributed Computing with Python: Unleashing the Power of Celery for Scalable ApplicationsHave you ever wondered about when you upload an 8K Ultra HD video to YouTube and immediately YouTube starts to process and optimize that video and make multiple copies of it in 1080p, 720p, 480p, 360p and 144p so that your content can be streamed to ...123 readsPython
Rhed Aliganrhedaligan.hashnode.dev·Oct 3, 2024Activity 22: Research SMACSS - Scalable and Modular Architecture for CSS | Aligan, Rhed N.Instructions: What is SMACSS?: SMACSS is a CSS architecture designed to help developers write scalable and modular CSS. It breaks down styles into manageable categories to make large projects easier to maintain. Key Categories: Base: Default sty...SMACSS
Tuan Tran Vanblog.tuanhadev.tech·Sep 30, 2024Design Patterns Handbook - Part IVLet's explore the remaining 5 Behavioral Design Patterns. The Observer Pattern Observer is a behavioral design pattern that lets you define a subscription machanism to notify multiple objects about any events that happen to the object they are obse...Developer Best Code Practicesdesign patterns
akash javaliblog.akashjavali.com·Sep 6, 2024Exploring Micro Frontends: The Next Step in Scalable Web DevelopmentAs modern web applications continue to grow in complexity, developers are constantly searching for architectural patterns that enhance scalability, maintainability, and team autonomy. One emerging solution is the concept of micro frontends—a frontend...32 readsFrontend Architecture