CryptapeforCryptape Jungleblog.cryptape.com·Nov 19, 2024Fiber: A Payment Channel Network on CKBThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Ian is a developer of the Fiber Network team in Cryptape. He is also an active contributor to the CKB development. The video recording of t...Discuss·65 readsTalksBlockchain development
Ankur sainiankur0213.hashnode.dev·Nov 16, 2024Backend which Handle 1 Million RequestSource Code : https://github.com/AnkursainiRD/v2_EDA_Project Every time when i saw these big tech giant’s severs i thought how could have they handle the millions of requests. I were very curious about that. So i started learning advanced backend. An...Discuss·27 readsGrafana
Stephen BelangerforPlatformatic Blogblog.platformatic.dev·Nov 14, 2024Building a reliable Node.js application | Part IITo deliver optimal user experiences and maintain system health, it's crucial to build Node.js applications that are not only stable but also efficient. A well-optimized application can handle increased traffic, minimize response times, and reduce res...Discuss·6 likes·1.4K readsplatformatic
Birks SachdevforfreeCodeCampfreecodecamp.org·Nov 12, 2024How to Build Multi-Module Projects in Spring Boot for Scalable MicroservicesAs software applications grow in complexity, managing scalability, modularity, and clarity becomes essential. Spring Boot’s multi-module structure allows you to manage different parts of the application independently, which lets your team develop, te...DiscussSpring Boot
Aditya Bondeadityabonde.hashnode.dev·Nov 10, 2024Understanding Microservices ArchitectureIn today’s fast-paced software development world, building applications that are scalable, maintainable, and flexible is more important than ever. Traditional monolithic architectures, where all components of an application are tightly integrated int...DiscussDev BlogMicroservices
Chethana S Vchethanasv.hashnode.dev·Nov 9, 2024Understanding Load Balancers: The Backbone of Scalable SystemsIn today’s digital era, there is a need for high availability, scalability, and much efficient resource utilization. Being a DevOps or Cloud engineer, the most important and necessary component you'll encounter in building reliable systems is the loa...DiscussCloud
Celestina Odilitinatech.hashnode.dev·Nov 8, 2024Creating and Configuring VPC for a Secure 3-Tier Architecture on AWSIntroduction AWS Virtual Private Cloud (VPC) serves as the foundational network environment where all other resources operate. Starting with VPC in provisioning your resources is a best practice in cloud architecture because it provides a secure, fle...Discuss3TierArchitecture
Stephen BelangerforPlatformatic Blogblog.platformatic.dev·Nov 7, 2024Building a Reliable Node.js Application | Part IEnsuring stable uptime and handling traffic spikes gracefully requires a firm understanding of the behaviour profile of your traffic. How your users behave directly correlates with how your traffic profile is shaped and subsequently how your applicat...Discuss·3 likes·1.3K readsplatformatic
NearformforNearformnearform.hashnode.dev·Nov 7, 20244 pillars for crafting a design system for existing productsBy Nick Zafiropoulos Discover how to lay a foundation that ensures your design system is aligned with an organisation’s short, mid and long-term goals When considering that two-thirds of companies report using them, it’s clear design systems hold a s...DiscussDesign Systems
Darshit Anjariadarshitanjaria.hashnode.dev·Nov 1, 2024Immutable Data Structures in JavaScript: Unlocking Consistency and PerformanceIntroduction In modern JavaScript development, especially in large-scale applications, data consistency and reliability are essential. One way to achieve this is by using immutable data structures, which prevent changes to data once it has been creat...DiscussJavaScript