Jaremy Creechleyblog.elcritch.net·Jan 30, 2025Making Reactive Datatypes in 200 lines of NimSigil becomes more than a name Sigils now supports first-class reactive data types! I wish I could say it was a grueling undertaking, but it wasn’t. Thanks to the core of Sigil’s being signals and slots along with Nim’s superb meta-programming it was...100 readsFiguro
João Esperancinhajesperancinha.hashnode.dev·Jan 9, 2025Kotlin Native and GraalVM - The Story So Far1. Introduction There is a lot of buzz today about a technology that we tend to call Native. Native technology or Native code usually refers to code programmed in C that can be run in one particular system directly without a Virtual Machine after com...Kotlin
Rahul Bhatijablogs.rahulbhatija.com·Sep 23, 2024Becoming AI Native: The Essential GuideIn today’s rapidly evolving world, artificial intelligence (AI) is no longer a distant concept; it has become a key driver in shaping the future of work, business, and society. For organizations and professionals alike, becoming AI native is not just...28 readsAI
Romman Sabbirrommansabbir.com·Aug 13, 2024Why not JetPack Compose with DiffUtil?DiffUtil is a tool in Android's RecyclerView library that helps update lists efficiently. It compares an old list with a new list to find the differences. Instead of replacing the whole list and redrawing everything, DiffUtil figures out the smallest...10 likes·399 readsAndroid Application DevelopmentAndroid
Matthew Oluwabusayo Opoolamatthewopoola.hashnode.dev·Jul 23, 2024WebAssembly (Wasm): Exploring How it Enhances Frontend PerformanceIn the dynamic world of web development, performance is often a crucial factor influencing user experience and overall satisfaction. Traditional web applications primarily rely on JavaScript for client-side scripting, but with the advent of WebAssemb...WebAssembly
Alick Nyirendathe-sheik.hashnode.dev·Jul 1, 2024Exploring Mobile Development Platforms and Learning!It’s great to write again. It has been a while!I just got off a freelancing gig so I had a larger amount of time to learn a little more so I decieded to join a nice famous gritty coding camp that’s the HNG. They also vett great African talent to hire...Mobile Development
Thanga Ganapathyganapathy.hashnode.dev·Apr 15, 2024You Don’t Need JavaScript Native MethodsWelcome, I'm sure you have come across something like, you don't need Lodash, Underscore or Ramda, but this is the opposite. When ES6 came, people got excited and started using native JS methods instead of using utility lib functions for various reas...78 readsJavaScript
Driptaroop Dasblog.dripto.xyz·Mar 26, 2024Mastering Minimalism: Crafting the Ultimate Slim Docker Image for JVM Spring AppsHey folks! It's been a while since I last dropped a blog post – work and family shenanigans have kept me pretty tied up. But, this topic is intriguing enough that it warrants a blog post. The Why In my recent work, I've been developing APIs using Kot...48 readsJava
Varun Sharmavarunsharma.hashnode.dev·Feb 25, 2024Basic Components in React Native for BeginnersView View component is a fundamental building block which is used to create the UI of an application. It is similar to <div> which we use in the web but it doesn't mean that is completely similar but it is giving you the idea to under better as a beg...React Native
Mohsin Javedmohsinjaved.hashnode.dev·Oct 6, 2023Making the Right Choice: Flutter vs. Native for Your Fintech AppIntroduction: In the fast-paced world of fintech, where security, performance, and user experience are paramount, choosing the right technology stack for your banking application is a critical decision that can significantly impact your project's suc...34 readsFlutter