AB Dev Hubabdevhub.hashnode.dev·Dec 10, 2024The Ultimate Guide to iOS Development: From Programming Basics to Building Your First App (Part 1)Welcome to AB Dev Hub! I’m thrilled to have you here as we kick off a new series dedicated to helping you become an accomplished iOS developer. Over the coming weeks, we’ll walk through every step of the journey—from laying the groundwork with the ba...iOS
Steve Worthamstevewortham.hashnode.dev·Dec 3, 2024Top iOS Testing Tools and FrameworksAutomated testing has become an integral part of the iOS app development landscape. Deploying automated scripts and test cases that can be executed repeatedly allows errors to be spotted much faster and with higher accuracy rates than manual testing ...Testing
Robinrobinesau.com·Nov 21, 2024A Beginner's Guide to Using the Permission Handler Plugin in FlutterThis article provides a brief overview of how to use the permission handler plugin for Flutter. If you want to learn more, I recommend checking the official plugin or this article. What are Permissions? When writing mobile applications, you often wan...Flutter
Ravi Viosappswithflutter.hashnode.dev·Nov 14, 2024Build iOS Apps with Flutter: An Easy Step-by-Step Tutorial for BeginnersAre you looking to create your own iOS apps but feel overwhelmed by the complexity of the development process? Fear not! With Flutter, building beautiful and powerful iOS apps has never been easier. In this comprehensive guide, we’ll walk you through...Flutter
thevenkatapplelens.hashnode.dev·Oct 14, 2024Enhancing iOS App Security with SSL Pinning Through URLSessionIntroduction In today's digital landscape, securing user data is more crucial than ever. One effective way to protect your iOS applications from man-in-the-middle (MITM) attacks is by implementing SSL pinning. This technique ensures that your app onl...131 readsiOS
Nidhish Kumar Guptanidhishcu.hashnode.dev·Aug 7, 2024Beginner's Guide to Android Development with React NativeAndroid is the most widely used mobile operating system in the world, powering hundreds of millions of devices in over 190 countries. By the end of 2021, Android had captured around 71% of the global market share, and its popularity continues to grow...10 likes·52 readsReact Native
Swift Insightsblog.ganukeperera.com·Aug 4, 2024Asynchronous Operations with Async/AwaitIn Swift, there are several options to execute multiple asynchronous tasks concurrently without blocking the calling thread. DispatchGroup, DispatchSemaphore, and async let are great for independent tasks that can fire and forget. However, if you hav...2 likes·268 readsSwift
Alperen Sarışanalperensarisan.dev·Aug 3, 2024Vapor: A Swift Approach to Backend DevelopmentIn the world of web development, choosing the right backend framework can make all the difference. Today, we're diving into Vapor, a server-side Swift web framework that's been gaining traction among developers. Let's explore what makes Vapor unique ...30 readsDevelopervapor
Chris Wakefieldindieapplab.dev·Aug 1, 2024The truth about meWhen I started this blog, I decided I was writing it for my past self. The person who needed to just make a start with making apps but couldn’t find the motivation. I searched high and low for proof that this could be a viable, profitable business mo...441 readsiOS
Mahima Manikmahimamanik.hashnode.dev·Jul 16, 2024Get Started with Firebase: A Quick Guide 🚀Key Features 🔥 Cross-platform: Firebase provides seamless integration across various platforms including web, Android, iOS and popular framework like React and Flutter. This ensures that developers can build and deploy their applications across dif...Flutter