Kyle Lblacknerd.dev·6 hours agoCreatures of Habit: Coding Challenges & Progress CheckBiggest Challenge Yet Boy, has this been a busy year so far, and it’s not even a month old. Since my last article, I’ve been putting in a ton of time on this project. As soon as the new year hit, I made it a goal to work on this or a different projec...TypeScript
Joy Tari-Bagshawthejoyoftech.hashnode.dev·Jan 15, 2025Beginner's Guide to Frontend Web Development: Build, Debug, and Repeat💻👩💻Hey, ladies! 💕 Are you ready to step into the world of web development and start creating beautiful, functional websites that not only work like magic but look like they belong in a design museum? 🎨✨ When I started my tech journey, I had so many qu...30 likes·31 readsHTML5
Surajit Sutradharfrontendflow.hashnode.dev·Jan 12, 2025State Management in Svelte: A Simpler Approach than ReactState management is a critical aspect of building dynamic and interactive web applications. While frameworks like React offer powerful tools for managing state, they often come with a significant amount of boilerplate and complexity. Svelte, a modern...Svelte
Olga Tashlikovichsvar-widgets.hashnode.dev·Dec 27, 2024SVAR UI v.2.0: Advanced UI Components for Svelte 5If you're developing with Svelte 5 and looking for an advanced, editable data grid, a Gantt chart component, or a library of ready-to-use form controls, the recent release of SVAR Svelte v2.0 delivers all these features using the latest Svelte 5 synt...Svelte
George Daskalakisblog.geodask.com·Dec 24, 2024A Beginner's Guide to Reusable Type-Safe Components in Svelte 5Introduction Generics are an incredibly useful feature in TypeScript that let you build components with APIs that are both reusable and safe. Think of them as a way to create functions, classes, or Svelte components that work with various types inste...63 readsFrontend Development
Nguyễn Mậu Minhmew.hashnode.dev·Dec 20, 2024Svelte vs React: Which Framework to Choose?TL;DR: This blog post compares and contrasts Svelte and React, two popular JavaScript frameworks, to help developers make informed decisions based on their project needs. We are almost in 2025, and the emphasis on choosing the right framework for fro...React
Olga Tashlikovichsvar-widgets.hashnode.dev·Dec 19, 2024Styled vs. Unstyled UI Components: Which Should You Choose?When starting a new project, one of the most important decisions developers face is choosing the right approach to building the user interface. It should align with business requirements, design and performance needs, project scalability and, of cour...UI
syncfusionsyncfusion-blogs.hashnode.dev·Dec 17, 2024Svelte vs React: Which Framework to Choose?TL;DR: This blog post compares and contrasts Svelte and React, two popular JavaScript frameworks, to help developers make informed decisions based on their project needs. We are almost in 2025, and the emphasis on choosing the right framework for fro...development
Surajit Sutradharfrontendflow.hashnode.dev·Dec 16, 2024Understanding Svelte's Each Block for Efficient List RenderingWhen I first started learning Svelte, I was amazed by its simplicity and efficiency. It felt like magic — no virtual DOM, faster updates, and a reactive system that just worked. But then, I ran into something that seemed... well, a bit strange at fir...Svelte
Kyle Lblacknerd.dev·Dec 9, 2024Building Custom Authentication: A Session and Cookie OverviewIntro What’s up folks, been a minute since my last post. As everyone and their mother knows the last couple of months have been pretty hectic in terms of things going on in the world. All the while, I’ve been head down on making moves within my compa...84 readsauthentication