Rahul BhatijaforTech Chronicles by Rahulblogs.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...DiscussAI
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...Discuss·10 likes·280 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...DiscussWebAssembly
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...DiscussMobile 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...Discuss·64 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...Discuss·36 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...DiscussReact 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...Discuss·34 readsFlutter
Charles Ilocharlesik.hashnode.dev·Sep 19, 2023Progressive Web Apps: Websites can be NativeProgressive Web App (PWA) is a term that has gained significant traction in the web development industry. But what exactly is it, how does it work, and why is it something you will consider for a future project? This is where this article comes in, w...Discussprogressive web apps
Elikem Seake-Kwawublog.elikem.dev·Aug 26, 2023Native PHP Apps (2/∞)Introduction In the last post, I mentioned something about being able to trigger desktop notifications right from your NativePHP app. Today, I wish to test it out and see if it'll be easy to do. Getting the application set up took quite a while, and ...Discuss·59 readsLaravel