Basavaraj Patilbasavarajrp.hashnode.dev·15 hours agoA Complete Guide to Optimizing webpack with Preload, Prefetch, and Dynamic ImportsWhat's the Fuss About Module Loading? 🤔 Imagine you're building a complex e-commerce site. Your homepage needs to load quickly, but it also includes: Product Catalog Shopping cart User reviews Chat support Analytics Loading everything at once...DiscussWebpackwebpack
Anıl PakforPerformio Engineeringengineering.performio.co·Nov 20, 2024Twice the Challenge: Optimising Middle Truncation for Modern UIsWhen I landed my first tech job as a Full-Stack Developer, one of my first tasks was to create a middle truncate component. The goal was to handle long file names in a file uploader by truncating the middle portion of the file name while keeping the ...Discuss·1 likeFile name truncation
Shreyas Patilblog.shreyaspatil.dev·Nov 19, 2024Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack ComposeHey composers 👋🏻, welcome to this analysis blog! Here, we'll dive into some benchmark analysis on the state propagation approach in Jetpack Compose and try to reach some conclusions. This might be a bit opinionated, but feel free to share your thou...Discuss·2 likes·1.6K reads#AndroidDevAndroid
Tomas MaixnerforDesignBytedsgnbyte.maixn.cz·Nov 19, 2024EAA - Evropský akt o přístupnosti: Nová pravidla přístupnosti pro UI/UX designEvropský akt o přístupnosti (European Accessibility Act, EAA) představuje důležitý krok směrem k inkluzivnímu digitálnímu světu. Tento akt stanovuje požadavky na přístupnost produktů a služeb v celé Evropské unii, což zahrnuje především weby a aplika...Discuss·37 readsEurope
Raaavularaaavula.hashnode.dev·Nov 16, 2024Building Password Garage: My Journey in Creating a Password ManagerEver tried to remember a password like x8&(1047nhfnk1jfHGka* ? Yeah, me neither. Let's be real, by the time I manage to memorise something like that, I'd probably be retired. And using the same password for everything or sticking to "password123" isn...Discuss·11 likes#cybersecurity
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 15, 2024Snowflake Newbies: How to Easily Create a Reader Account in the Web UIOver View :- Remember your first time seeing snow? The excitement, the curiosity, and maybe a bit of confusion about how to make that perfect snowball? Well, embarking on your Snowflake journey can evoke similar emotions. The goal is to have fun and ...DiscussReader Account
syncfusionsyncfusion-blogs.hashnode.dev·Nov 15, 2024Identify and Highlight Spelling Errors in PDFs Using Flutter PDF ViewerTL;DR: With PDFs central to communication, maintaining document quality is key. This guide shows how to use the Syncfusion Flutter PDF Viewer to review PDFs, detect spelling errors, and mark them with squiggly lines for quick corrections. Enhance you...DiscussFlutter
syncfusionsyncfusion-blogs.hashnode.dev·Nov 15, 2024Blazor Scheduler vs. Gantt Chart: Which is Right for Your Project?TL;DR: Both the Scheduler and Gantt Chart are powerful tools for project management. The Scheduler is perfect for managing appointments and events, while the Gantt Chart is designed for tracking complex projects. Let’s dive into their core functional...DiscussBlazor
Muchael123installing-node-js.hashnode.dev·Nov 13, 2024The 5 Essential Elements of a Winning Landing PageWhether you're trying to collect leads, drive sales, or achieve another goal, landing pages focus on one specific conversion goal that your website might not be able to achieve. Websites can distract visitors with many products, services, and offers....DiscussUI
Shreyas Patilblog.shreyaspatil.dev·Nov 11, 2024Skipping the invocation of intermediate composablesHey Composers 👋🏻, Jetpack Compose is now standard in Android app development, making performance optimization with Jetpack Compose an important topic. This is a short blog about recomposition optimization, where I'll walk you through the concept of...Discuss·3 likes·2.7K reads#AndroidDevcompose-compiler