Sasha Zisasha-zi.hashnode.dev·Jan 11, 2025Building Design System automation with Figma as a sourceBuilding a scalable design system is a significant undertaking. Throughout the process, we addressed key challenges like team alignment, collaboration, and consistency. I've documented our journey in a two-part series:1️⃣ Tackling initial challenges ...Figma to Code
Tomasz BugaforCloudflight Engineering Blogengineering.cloudflight.io·Jan 8, 2025Understanding the Essentials of Mobile Test AutomationPreface When it comes to test automation in general, it's easy to say that it's complex. If we were to stick to the classic separation of the Test Pyramid, we'd end up with: - Unit tests, which can be implemented for both backend and frontend. - Inte...46 readstest-automation
Manoj Kulkarnimanojkulkarni.hashnode.dev·Jan 8, 2025What is Dart? Everything You Need to Know About Google’s Programming LanguageIntroduction: In this article, we will explore Dart, its key features, and its basic syntax to help you become familiar with this versatile programming language. What Is Dart? Dart is an open-source programming language developed by Google for buildi...google dart
Amire Stevethefrontendforge.hashnode.dev·Jan 7, 2025React Native Expo versus CLI: A Detailed OverviewReact Native has changed the way we build mobile apps, powering 38% of the mobile app market, according to fireart studio. It lets us write one codebase for both Android and iOS platforms. When I started as a React Native developer years ago, one of ...React Native
Valerevalere.hashnode.dev·Jan 6, 2025Mastering the Art of Push Notifications: How Context & Timing Drive Opt-In SuccessBy: Guy Pistone In the crowded world of mobile apps, push notifications can be a powerful tool for engagement and retention. But for every app that effectively uses push notifications, there are many that fail to get the opt-in they need. Why? Becaus...push notifications
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Dec 30, 2024Mastering Coroutines in Android: From Basics to Advanced PatternsHello, devs! How's everyone doing today? I hope you're all having a fantastic day. I'm your App Sensei and I'm super excited to guide you through today's session. We're going to jump into the world of coroutines in Android. We'll start with the basic...AndroidAndroid
Samminga Sainathfhaida.hashnode.dev·Dec 28, 2024Post4Planet : Practical Sustainability Solution for Workspaces ( This one is for Post Offices )The Problem Statement that we had to solve in the Smart India Hackathon Digital BRSR Platform for India Post Network Problem Statement The Department of Posts (DoP) in India requires a cutting-edge, digital solution to implement a Business Responsibi...10 likestflite
Amyra Sheldonhow-to-develop-and-optimize-cloud-applications.hashnode.dev·Dec 26, 2024AI-Powered Mobile Apps: Leveraging ChatGPT and TensorFlow for Smarter ApplicationsIntroduction to AI in Mobile Applications Artificial Intelligence (AI) is significantly enhancing mobile applications, revolutionizing user interaction with technology. By embedding AI into mobile app development, developers can create smarter, more ...#AIMobileApps
SynapseIndiasynapseindiait.hashnode.dev·Dec 23, 2024Top 10 Mobile App Development Frameworks in 2025A mobile app development framework is a software framework that provides developers with a structured environment to create mobile applications efficiently. These frameworks offer pre-built components such as libraries, APIs, and tools to simplify th...mobile app development
Nayan Radadiyaweb3fronted.hashnode.dev·Dec 17, 2024Clean and Scalable React Native Expo Project Structure for Modern AppsIntroduction 🚀 When building a React Native app with Expo, having a clean and scalable folder structure can make a huge difference. A well-organized project helps developers work efficiently, reduces bugs, and makes it easier to scale features in th...27 readsProduction-Ready React Native