João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025City Library — An advanced guide to Circuit Breakers in Kotlin1. Introduction I’ve always been very interested in circuit breakers and how do they work in Software Architecture. I’ve also worked on projects where one of the implementations of such design patterns was used. Namely, for online large distribution ...Kotlin
Ahmad W Khanblog.ahmadwkhan.com·Jan 5, 2025Guide to Identity Resolution Algorithms for CDPIdentity resolution is the cornerstone of any Customer Data Platform (CDP). It involves consolidating disparate data points into unified customer profiles by resolving identities across multiple sources. This guide explores the algorithms, techniques...CDP
Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Dec 30, 2024Advanced Terraform Project 2: Automated ASG Lifecycle Management with Integrated SNS and Lambda Functions for Seamless Instance Termination.Introduction: This project is designed to manage AWS infrastructure using Terraform, leveraging Auto Scaling Groups (ASG) and Application Load Balancers (ALB) to dynamically handle server loads. Additionally, SNS and Lambda functions are integrated t...Terraform
Chi'Va LeadershipforChi’Va Business Insightschivainsights.hashnode.dev·Dec 10, 2024Chi'Va Will Adapt Over TimeChi'Va will adapt over time by continuously learning from patient interactions, feedback, and outcomes to refine its recommendations and functionality. Here's how: 1. Patient Interaction Insights Usage Data Analysis: Tracks how patients interact wit...advanced
JealousGxblog.jealous.dev·Dec 9, 2024Unlocking Hyper-Performance: Writing Efficient APIs with Golang's Fiber vs Node.js's FastifyAs modern applications demand ultra-fast performance, developers often find themselves choosing frameworks that can handle millions of requests per second. Two standout options for API development are Fiber (Golang) and Fastify (Node.js). Both promis...fastify
Ahmad W Khanblog.ahmadwkhan.com·Dec 9, 2024A Guide to Go for Python, PHP, and Node.js DevelopersWhy Go? 1. A Brief HistoryGo was created at Google in 2007 by a team led by Robert Griesemer, Rob Pike, and Ken Thompson. They designed it to address the challenges of large-scale software development, combining the simplicity and speed of dynamic la...1 like·75 readsgolang
JealousGxblog.jealous.dev·Dec 5, 2024Mastering Cookies in Node.js and Go: Advanced Techniques for Scalable and Secure Web ApplicationsIn modern web development, cookies play a pivotal role in managing user sessions, preferences, and state across web applications. This guide dives deep into cookies' advanced usage in Node.js and Go, providing practical examples, best practices, and ...cookies
Fatima Jannetmahia.hashnode.dev·Nov 21, 2024ML Chapter 8.1 : Deep LearningWelcome to Part 8.1 - Deep Learning! If you're new to this blog, I strongly advise you to read the previous posts because this one is quite advanced. Thank you! Deep Learning is the most exciting and powerful branch of Machine Learning. Deep Learning...10 likes·107 readsMachine Learning (Python)Deep Learning
SATYAsatya01.hashnode.dev·Nov 15, 2024Typescript Advanced APIsHello Readers, this blog explains some of the Typescript advanced apis. If you are already familiar with typescript, knowing these advanced apis will unlock much more potential for you to write better code. Before diving into the main topic, first le...TypeScript
Fatima Jannetmahia.hashnode.dev·Nov 10, 2024ML Chapter 4 : ClusteringCongrats for completing regression and classification. I’m so proud of you. In this blog we will learn clustering. Clustering is similar to classification but the basis is different. In clustering we don’t know what we are looking for but we are tryi...1 like·56 readsMachine Learning (Python)cluster