SVG Nesterysvgnestery.hashnode.dev·10 hours agoLetter ZLetter Z: 🔍 Check out Letter Z now! Explore this 📁 monograms embroidery designs and claim your 🆓 free download here. Let's start crafting together! 🚀 Letter Z Embroidery Design. Floral Heart Embroidery. Whether you are looking to add a personal t...Discussapplique
HueFoxhuefox.hashnode.dev·10 hours agoLetter YLetter Y: 🔍 Check out Letter Y now! Explore this 📁 monograms embroidery designs and claim your 🆓 free download here. Let's start crafting together! 🚀 Letter Y Embroidery Design. Floral Heart EmbroideryWhether you are looking to add a personal tou...Discussapplique
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...Discussfastify
Sahana S Acharyareact-diaries.hashnode.dev·Nov 19, 2024Understanding React Fiber ArchitectureReact Fiber is a complete reimplementation of React's core algorithm, designed to make React more suitable for modern applications involving animations, gestures, and complex layouts. Developed over two years by the React team, Fiber introduces signi...DiscussReact
Daniel Philip Johnsondanielphilipjohnson.hashnode.dev·Nov 13, 2024Demystifying JSX: How Babel Really Transforms React ComponentsUnderstanding how JSX is transformed into JavaScript is crucial for any React developer aiming to write efficient and maintainable code. Yet, misconceptions abound, leading to confusion about what happens under the hood. As a developer mentor, I was ...Discuss·1 likeReact
Dejan Gegićblog.dejangegic.com·Oct 22, 2024File Server with built-in DDoS protection - NetwrokNannyOrigin Try out NetworkNanny for yourself on GitHub, or keep reading the article Long story short There was a guy whose service was being pounded with 10 million requests/hour, and there was nothing he could do about it. As railway charges per GB of t...Discuss·41 readsGo Language
akanksha srivastavadeeplinking.hashnode.dev·Oct 13, 2024Virtual DOM ( Document Object Model)The virtual DOM is a concept in web development, particularly in libraries and framework like React, that optimizes the way changes to the UI are handled. How the virtual DOM works :- Real DOM : The regular DOM ( Document Object Model ) is a tree st...Discuss·1 likeReact
Hongtech.mrleong.net·May 6, 2024Gin vs. Fiber: A Quick 2-Minute ComparisonBoth Gin and Fiber claim to be high-performance web frameworks. This is a quick comparison for busy developers. Fiber Strengths: Performance: Fiber boasts excellent performance, often exceeding Gin in benchmarks, especially for simple use cases. It...Discuss·137 readsProTipsGo
Shivam Kumarlearning-react.hashnode.dev·Apr 26, 2024Virtual DOM, Fiber, and ReconciliationIntroduction In the world of front-end development, React has emerged as a dominant force, revolutionizing the way developers build user interfaces. At the heart of React's performance and efficiency lie concepts like Virtual DOM, Fiber, and Reconcil...Discuss·10 likesvirtual dom
Dipendu Janadipendujana.hashnode.dev·Apr 7, 2024Virtual DOM, Fiber, and ReconciliationVirtual DOM: Imagine a lightweight, in-memory copy of the actual DOM tree in your React application. This is the virtual DOM. It's a JavaScript representation of the UI, reflecting the current state of your components. React keeps this virtual DOM...Discuss#virtuaDOM