Pawan Gangwaniblogs.pgangwani.co.in·Oct 19, 2024Crafting Dynamic Forms in React with Form Atoms: A Comprehensive GuideIntroduction In this guide, we’ll explore how to create forms using the form-atoms library. We’ll start with simple forms and gradually move to more complex forms, including lists. This guide will cover the following: Setting up the environment Cre...6 likes·143 readsForm Atoms
Himanshu NikhareforSideQuirk Blogssidequirk.com·Oct 13, 2024Zettelkasten Method with ObsidianIntroduction The Zettelkasten method is a powerful system for managing knowledge, especially useful for complex fields like software development. By focusing on creating atomic notes—small, self-contained notes around single concepts—you can build a ...Obsidian - Your Personal Knowledge Base and Note-Taking Applinking notes
Jyotiprakash Mishrablog.jyotiprakash.org·Oct 7, 2024A Primer on Cache Coherence ProtocolsIn modern multi-core processors, multiple cores operate in parallel, each with its own cache to store frequently accessed data. These caches are designed to reduce the time it takes for a processor to retrieve data from memory, speeding up overall pe...346 readsweak consistency
Arseny Zinchenkosetevoy.hashnode.dev·Oct 7, 2023GitHub Actions: Docker build to AWS ECR and Helm chart deployment to AWS EKSSo, we have a deployed Kubernetes cluster – see the Terraform: Creating EKS, Part 1 – VPCs, Subnets, and Endpoints series. And we have a GitHub Actions workflow to deploy it – see GitHub Actions: Deploying Dev/Prod environments with Terraform. It’s t...Amazon Web Services
Anita Kahenyaanitakahenya.hashnode.dev·Apr 17, 2023Atomic Design: Simplifying Scalable and Consistent Design SystemsAs web design has evolved over the years, so too have the methodologies and processes used to create effective designs. One such methodology that has gained popularity in recent years is Atomic Design, a system for creating and maintaining efficient,...15 likes·64 readsatomic design
Pichet Itngamdev.notsu.io·Sep 12, 2022Flutter with Atomic Design🔎 Introduction I had a few projects using Flutter and am still looking for the best practical approach to structure and organize projects efficiently. In addition, I'm thinking about how to make them reusable and easy to maintain when the project gr...1.4K reads4articles4weeks
Udaysinhknowthatstuff.hashnode.dev·Jul 19, 2022Java Multithreading - Atomic, Volatile, Threadlocal, Mutex and SemaphoreThis article covers the most important and distinctive aspects of different concepts in multithreading. Each of the section deserves its own deep dive and there are pages written in reference books on them. Aim is to superficially cover these concept...531 readsmultithreading