Skip to content

Latest commit

 

History

History
886 lines (661 loc) · 84.7 KB

File metadata and controls

886 lines (661 loc) · 84.7 KB

drawing

Let's learn about Ios App Development via these 217 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.

Developing apps for iOS can be tricky. That's why we have these handy articles to help out.

Learn how to render a complex effect in 3D using UIKit and some basic math

In this tutorial, we are going to learn how to record and play audio to React Native apps. We are going to build a simple screen that supports features such as recording audio, playing audio files, pausing and resuming, as well as resetting audio streams. The final app will look like the image below.

Table View is one of the most useful and commonly used view components in iOS development. This teaches you how to create a UITableView in Swift quickly.

Thanks to the mobile era we have mobile apps for everything these days. Every business from a barbers shop to huge retailers has apps so that they can be closer to their customers.

Comparing SwiftUI and UIKit to help developers make an informed choice regarding the best framework for Apple UI.

The Geometry of UIView explained: Demystifying Frame vs. Bounds; Understanding Center and AnchorPoint; Mastering Transforms; Unraveling How Frame Is Computed

From May 1st 2024, Apple is introducing new privacy changes – a privacy policy that will require all developers to attach a privacy manifest file.

A list of 25 best practices that might be useful for both beginners and experienced developers and/or business owners

“Handling Keyboard in iOS” — This has been a topic or rather a problem since the inception of iOS Development. Whether you are a beginner developer or an experienced one, you’ll always be dealing with the handling of keyboards in your apps! But there’s not just 1 issue with the keyboard that we are talking about here. We have to manually handle a couple of issues. Here, let me show you exactly what I mean -

Thanks to the mobile era we have mobile apps for everything these days. Every business from a barber shop to huge retailers has apps so that they can be closer to their customers. On one hand, we really leverage this convenience but on the other hand, there are risks of exposing a lot of confidential information while using these apps. And it becomes very vital when dealing with payments and other sensitive information.

How to run macOS in VirtualBox on Linux and Windows?

How to Run 5000+ Tests on Mobile Devices Everyday. We explain how we incorporated the launch of UI tests in iOS.

We received a message from iOS App Team about adding NSLocationAlwaysUsageDescription key in Info.plist file. Our last build was rejected for this specific reason.

You can use Collection Compositional Layout to define layouts that support dynamic content and varying item sizes.

Swift Data vs. Core Data vs. Realm: iOS Data Persistence Overview and Analysis. What data persistence framework to choose for your next project.

Master Swift Grand Central Dispatch in iOS: learn thread/queue interplay, sync vs async execution, QoS, and deadlock pitfalls via practical exercises.

An experienced developer helps weigh the pros and cons of learning React Native and Flutter.

Hermes is now available on iOS as of React Native 0.64 – the latest version of React Native comes with support for the Hermes engine on iOS. We describe the full process of bringing Hermes to iOS in a series of articles:

Run Loop is a very important tool in iOS development. Let's explore how to use it.

Learn how to implement sign in with apple in a step-by-step tutorial.

SwiftUI doesn’t have phone mask tools. Therefore, you’ll need to use UIKit.

Photo by Thomas William on Unsplash

A guide to NSOperation and NSOperationQueue in iOS development

Master real-time debugging for faster mobile app development. Learn essential tools and techniques to diagnose and fix issues as they occur.

Using Riverpod for app's configuration settings and update the UI accordingly. Changing a value in the settings should not update UI not related to the value.

Yes, it's possible to perform iOS app development on Windows PCs, but you shouldn't, and here's why.

One of the key elements of SwiftUI is the use of property wrappers. These are functional elements that allow you to provide additional logic for properties.

In today's blog post, we'll delve into an essential aspect of the mobile application realm: Testing Older Production Versions of an App.

Sometimes we need to make multiple asynchronous requests and get the result when all requests have finished. We can do this with DispatchGroup and RxSwift.

In this article, we'll be looking at the concept of Strings in Swift.

The Rise of mobile devices has expanded the reach of the digital economy. In recent years, they've risen to prominence to the point that they've eclipsed all other types of advertising. Businesses have been making strides to improve their mobile presence as they've seen their customers increasingly use mobile devices. 

An introduction to concurrency and multithreading in iOS development

A process of creating UILabel which handles HTML tags and links with normal and active states for both frameworks UIKit and SwiftUI.

Learn everything about Swift initializers — convenience override, saving memberwise initializer, required init() use cases, parameterless UIView() and more!

With StoreKit 2, Apple has introduced enhanced tools to help you check a user's eligibility for introductory offers.

Developing Rolling Numbers is a lightweight UIView for getting smooth rolling animation between numbers implemented using only CALayer.

Learn how to apply SOLID principles in Swift with clear examples. Understand SRP, OCP, LSP, ISP, and DIP to write clean, scalable, and maintainable code.

React Native quickly adopted iOS 26's Liquid Glass UI, but what does it mean for Flutter? Explore both frameworks’ philosophies and future.

AR is awesome and has an unrivaled potential to enrich customer experience in many verticals. However, it has a friction point in most cases: you need to persuade a potential customer to install an app first. AR Quick Look solves this problem for iOS. This is a native feature of ARKit which launches a model viewer right from the browser — that's why we call it native Web AR. It utilises .reality or .USDZ files, the latter is a file format developed by Pixar, and allows showing objects in incredible detail, adding animations and sounds, locking their scale to 1:1 so models show the real size of an object.

Main scenarios of using Vision with code examples that will help you understand how to work with it, understand that it is not difficult and start applying it i

Build a tennis motion data collection app for Apple Watch and iPhone using this step-by-step guide.

Hello guys, you might have heard about flutter framework from Google for mobile app development. It allows you to develop native mobile apps for both Android and iOS apps using a single source code.

Explanation of how you can build your own memory graph on iOS

Implementing address autocomplete using SwiftUI and MapKit

Explore SwiftUI View lifecycle: from initialization to deinitialization, including state updates and rendering for optimized UI

Learn how to use Network.framework in Swift to build a UDP server and client for real-time networking in iOS.

With the release of iOS 17, Apple introduces an exciting enhancement to SwiftUI that revolutionizes how we add markers on maps.

This article explains the features of live streaming apps in different fields, and how to build a live streaming app using the SDK.

SwiftLint is the best tool to enforce coding standards and best practices. It comes with pre-defined rules that can be customized to suit individual needs.

This Flutter Vs. React Native comparison is going to be fun so stick with me till the end and you will have an answer to which one's worthy of your app idea.

Learn how to add iOS app extensions in your app and use Flutter to build its UI instead of Swift or SwiftUI.

Despite EXPO GO being a good development platform, it has some limitations, such as performing social login through Google.

these are useful publishers by Combine Swift. Try to implement them in your own projects.

Mobile deep linking is a technique that allows you to funnel users deeply into your app through a specific uniform resource identifier (URL).

ntroduction

Not many people know how do apps make money. Here's how.

Mobile Application technology has become advanced with the increasing demands of the users. Developers are coming up with some new and unique methods to make applications pretty easy and efficient. Mobile Applications have a significant impact on all types of online businesses and service providers.

This article explores the philosophy of widget design, technical implementation, efficient widget updates, Smart Stack placement, layout tips, and inspiration.

The goal of this article is to cover some of the different ways to create custom modifiers and styles in SwiftUI.

One thing that API Gateway supports but you can’t do with AppSync out-of-the-box yet is custom domain names.

After twelve years on the App Store, I've decided it's time to go all-in on the web and would like to share what that means and outline the tradeoffs involved.

It’s hard to say whether cross-platform development is the "best" way to build an app for Android and iOS. So what about it?

Many apps have a feature that automatically logs you out after a certain period of inactivity. Some apps log you out based on API inactivity, while others imple

Learn how Swift continuations bridge legacy callbacks and delegates with async/await, enabling clean, safe concurrency without rewriting old APIs.

Third party libraries can save you a lot of time and effort, here are the top 10 open-source iOS libraries. These will make app development a breeze.

A practical guide to mastering Swift structured concurrency: learn how to work with Task, async/await, and avoid common pitfalls.

The choice between iOS and Android app development is one of the most critical you need to make before planning your digital startup. iOS and Android both are leading operating systems that match software and hardware components of mobile devices.

Text Widget allows you to display text in your Flutter application. sometimes users need to display dynamic text on a dynamic list of images as per the client’s

Similar to any other route you would go down to create an app, there is a planning process you must go through to lay the groundwork for the project.

Tips, tricks, and necessary steps to migrate your iOS project and its CI/CD pipeline to Apple silicon

It's now possible to develop and distribute iOS apps without using macOS. Learn how to build ios apps on Linux.

This guide empowers developers to navigate Redux complexities, ensuring structured, scalable, and maintainable iOS apps and also core principles.

By the end of October, all Lumi Wallet users using iOS devices will be logged out of their wallets because of the legal restructuring of the Lumi company. It might lead to thousands of users losing access to their funds forever.

The ultimate guide to crack mobile engineer interview. How to get a job at Apple!

Research of iOS developers' salaries based on data from PayScale, Glassdoor, Indeed, and ZipRecruiter.

ByteSyze SDK covers iOS 14 compliant bases by integrating a custom App Tracking Transparency handler into your Unity iOS project for your ATT-dependent SDK's.

Explore how Task works, the differences between Task and Task.detached, task priorities - a complete guide to Swift’s modern approach to asynchronous program.

Why caring about error handling, and practical improvements to apply on your iOS app. Examples in Swift.

Hello guys, how are you doing? Are you thinking about learning iOS and Swift to become an iOS App developer and create that next app or game that rock the world? If that’s true then you have come to the right place. In this article, I am going to share some of the very best online courses to learn iOS 13 and Swift 5 in 2020 and become the start iOS App developer you always wanted to be.

To become an iOS developer you must have the proper hardware and software, and learn the Swift and Objective-C programming languages.

Learn manual memory management in Swift with pointers, object creation, copying, binding, and collections—an essential guide for developers.

Recently I faced an interesting task to display hierarchical data as a list for the iOS platform.

Google Ads versus Apple Search Ads: A case study covering keyword optimisation techniques, ad campaign content, best value and results

In the eighth post of the #30DaysOfSwift series, let's make a Custom Tab Bar with animations and icons.

Boris, an iOS Developer for more than five years, sits down with HackerNoon in a Meet the Writer interview.

In this article, I will share a method for revering to previous app versions that does not depend on developer builds.

Apple has its own way of gaining eyeballs, and this time it's the beta release of iOS 16. While the recently launched iOS version is gaining all the attention, reactions are mixed, with some still wondering whether iOS 16 is worth getting or not. To address the same, I wanted to share an in-depth analysis of newly introduced features and usability.

Using the Thread class in the fundamental way of managing threads in iOS.

Dive into the blend of retro charm and modern iOS development with our guide on creating a nostalgic CALayer-based Progress Bar in iOS.

Cross-Platform Frameworks have gained popularity over Native mobile development over the years. The primary advantage in using Cross-Platform development approach is that it saves time and reduces development expenses as it uses the same code across Android and iOS platforms.

Not a life-changing amount, but enough to prove that small indie apps can make real money. Here are 6 key lessons I learned from my first profitable app

How to Configure Bundler and Cocoapods for Xcode Cloud: A Comprehensive Guide

Does it make sense to optimize the size of the app, when iPhones performance is outstanding? Or can you devote time entirely to bells and whistles in SwiftUI?

Serialize and deserialize JSON for Swift with different ways

Protocol-oriented programming is one of the most powerful and flexible tools for competent composition and distribution of responsibility in Swift.

Creating an app with AI for Android and iOS can be a challenging but rewarding task. Step-by-step guide on how to create an app with AI.

The story of CountThis started with a great marketing creative. I'll tell you how we managed to go from idea to realization of a really cool product.

Master Swift networking with async/await. A clean, flexible API layer that’s easy to test and scales without boilerplate or extra dependencies

Replace these 10 legacy libraries with cutting-edge solutions to revitalize your development process.

While modern "agentic" IDEs ship improvements multiple times a week, Apple’s IDE struggles to keep the pace.

Mobile app development has become an actual topic for many businesses in Singapore and worldwide. Enterprises, startups, and SMEs use custom mobile apps to increase productivity, set business processes, acquire new customers, generate additional revenue — there are plenty of ways how a mobile app can boost a business in the digital era.

Learn how to implement Multipeer Connectivity on Apple devices for direct data exchange without intermediaries.

Gain valuable insights as I navigate the mobile debugging maze, sharing personal lessons and best practices.

In this article, I’ll throw light on how to create custom apps, some trends related to it, industries utilizing custom app development, the development process,

How to publish an app to the app store. Using react native, expo, eas, MongoDB, Express, AWS, and Git to publish a full-stack app to the Apple app store.

Why does my application get so buggy after each release?

I've had the opportunity to learn and experience what Flutter is capable of. I've read a lot of articles about it, as well as my hands dirty and I've built a few little Flutter apps. In this post, I would like to send you a taste into what Flutter is with a list of questions and answers, assuming that you have at least some of these questions on your mind, so I can address them.

In modern society, health is one of the most important aspects of life. Digitization of life’s all areas had a huge impact on healthcare, leading it through digital transformation too. In 2019, fitness apps ranked 13th in popularity among the whole application market. It's increasingly difficult for gyms to compete with apps today: taking into account the COVID-19 situation more people switched to the train-from-home regime, using various workout applications. As a part of healthcare, fitness and related apps’ popularity among users had tremendous growth over the last several years. Today we face unprecedented interest in various apps under the fitness category, free and accessible for all those who have smartphones.

In this article, we'll explore how to use Swift to restrict "cut," "copy," and "paste" operations in text fields of iOS applications.

In this guide, we will show you how to secure an intranet API with your own Certificate Authority (CA) and make it trusted on an iOS app.

In Swift, using OperationQueue for asynchronous code may seem like pure hell because, under the hood, Operations are considered complete...

Learn to manage object states using a protocol-oriented approach, generics, and predefined status transitions for a robust system.

In this article, I would like to share my experience of implementing Silent Push Notifications in an iOS app.

iOS application development is the process of creating mobile applications for Apple hardware such as the iPhone and iPad.

Flutter, an open-source reactive framework by Google has become the reason for the real “holy war” in the world of software development: some admire it, whereas

In a market which experiences a tough competition, a speedy app can make every difference. A slowly built app can crash anytime. So, make sure to avoid slow app development process before your efforts go in vain.

My curiosity lead me to the analyse behind the scenes working of Reddit iOS app and revealed some good insights about Reddit APIs.

Implementing end-to-end testing is incredibly helpful for the user experience.

A lot of the time, we'll encounter a situation in which we'll need to insert some values inside a string.

There are many challenges in the software development, but there is one beast that tends to screw things up much more often than the others: the problem of app’s state management and data propagation.

Dart is a robust language that provides easy coding, security options, and platform independence for a Flutter app (web and mobile-based, both).

For the ninth post of the #30DaysOfSwift series, let's learn Scrollable Cards in SwiftUI. Scrollable cards or stacks are perfect for showcasing content

Thread management, Thread execution flags and Thread priority management tool. Let’s get started!

Discover the evolution of iOS event handling. Compare the classic UIKit Responder Chain with modern SwiftUI gestures to master user interactions.

Are you a mobile app developer looking for more efficient tools for your projects? Mobile app development is getting tougher and tougher as the market continues to grow. As a developer, you need to develop Apps which meet the demands of your users. To achieve this, adopt the right tools, like the React Native development framework.

Famous growth metrics will prove that iOS development has a bright future. So what makes developing on iOS more profitable?

Migrating large production iOS apps from UIKit to SwiftUI requires a phased approach to avoid regressions in performance, reliability, and user experience

From Android to iOS: my indie dev journey. Kotlin to Swift, KMP, Play Store struggles, App Store wins, and better iOS revenue.

Build a production-ready Swift 6 network layer with typed throws, HTTP status enums, and a master response service for cleaner UI-friendly errors.

This is the mobile era and pretty much everything these days can happen from our smart phone. Thanks to millions of apps out there which help us in accomplishing anything we want. Whether it is maintaining your schedule (calendar) to managing financial information on the go, all things can be done by mobile apps running on our smart phones. Since these apps have access to so much of confidential information, as developer when we make an app we need to follow highest security standards so that information is not accessed by someone who is not entitled for it. 

What are Apple certificates and provisioning profiles and why do we need them? The certificate is a digital identification you use to sign your iOS apps.

There are many strong reasons to outsource software development to an offshore provider. Outsourcing helps you save time, reduce costs, focus on project.

Transition from singletons to dependency injection in a SwiftUI app with minimal effort.

Animations are a reliable way of enhancing your app's UX. Let's learn how to build the YouTube subscribe button animation using Flutter.

Discover the story of Stops, a real-time public transport app for Samara. Learn how its stability and user preference make it a low-maintenance success.

Explore the dynamic world of Swift runtime optimization with this guide, unveiling key techniques to significantly boost project speed.

Explore the future of mobile app development in 2024! Uncover innovative trends and strategies for unlocking your app's full potential. Dive in now!

Creating an iOS App? This is what I would've appreciated knowing before I started building my first one.

Schools and colleges adapting to online modes of education imply a high dependency on modern software.

In this article we share our thoughts about difference between PWA and Native Mobile Apps and what best suits business needs.

Today, let's look at Context Menus. A powerful way to offer additional actions when users long-press or right-click on UI elements.

Build iOS transitions that feel smooth: reduce latency, prevent flashing and layout jumps, use matchedGeometryEffect correctly, and debug jank with Instruments.

"Discover the journey of developing a secure and user-friendly mobile banking app, empowering financial management and enhancing accessibility. Read more!"

Hello to all designers here!

Today, we’re going to create a custom toggle button in SwiftUI.

For a long time Hermes was exclusive to Android – it was optimized for running React Native apps on Android only. Now it’s finally available on iOS as well.

Asynchronous code isn't magic; it relies on the RunLoop and shares thread resources. Plan wisely, and offload tasks to avoid delays from resource competition.

In this article, we’ll discuss the differences between the @StateObject, @EnvironmentObject, and @ObservedObject property wrappers.

Kirill, 33 years old, an iOS developer, never worked as a programmer, income from programming: 0. He created his own VPN application for iOS

When iOS 14 was launched it turned out that the widgets were affected greatly. They became much smarter, faster, and accessible.

Mobile apps and web services have been spearheading the digital transformation in the recent decade. The former provide excellent user experience and accessibility whereas the latter offer reliability and consistency across platforms, requiring only a browser to run. So it was only a matter of time before they were combined in what is known as hybrid mobile app development. In fact, this approach has been steadily gaining in popularity over the last years and has already overtaken the native development thanks to cost savings and streamlined process. However, despite its growing popularity, it won’t be suitable for any business. In this article, we’ll look at the main strengths and weaknesses of hybrid apps to help you make an informed choice.

The Go programming language is great choice for web server development and beyond.

Redux is a popular React and React Native state management library, meant to be used in complex React and React Native apps where sharing state between multi-level components can get extremely difficult to manage. In this article we are going to learn how to use Redux with React Hooks by building a real React Native app.

It may seem daunting to start building an application, but here are 10 steps to building your first mobile app. You need a customer-centric strategy to succeed.

Here are 25 common iOS 16 issues and how you can troubleshoot them.

Explore insights from Max, a Software Engineer and tech writer, as he shares his experience in tech writing about iOS, and personal interests.

Improve performance in iOS apps using TCA. Learn tips, pitfalls, and real-world data to scale Composable Architecture effectively.

Mobile weather apps have evolved a lot, raising awareness and allowing people to plan their time with the weather in mind.

SwiftUI is a modular system for building apps. Features share UI primitives without importing each other.

Apple unveiled the latest version of its iOS operating system, iOS 14, at the WWDC keynote in June 2020.

In the tenth post of the #30DaysOfSwift series, we’re diving into Custom Transitions and Animations to create seamless page/view transitions in SwiftUI.

Ravil Khusainov is the sole iOS developer at Lattis, a service that connects people with available scooters and bikes in their area.

Stop shipping “junk drawer” networking code. This guide shows a production-ready Swift network layer with type-safe endpoints and SwiftUI-friendly usage.

In the current scenario, mobile app development is an essential part of an online business.

A comparison of React Native vs Swift for iOS app development ⚡ Which one is more convenient and practical?

A complete guide for all who are looking to develop a mobile app. Know the fundamentals of Mobile App Development Process.

Know why AI coding assistants are not good enough for mobile app development and what can be done to improve them.

App debugging is an essential part of the app development lifecycle. Bugs can be insidious, and we need to find them as fast as possible to get more time for fixing. Yes, of course, it would be great to write code without any issues that work just perfect, but we are people, and it’s a normal thing to make mistakes. In this article, you will read about some useful & fun tools that I prefer to use in my day to day iOS app debugging at Uptech. We will touch a few themes like:

Motorola cut the cord when it placed the first handheld mobile phone call over 40 years ago. Ever since, the race for smarter mobile development lives on.

The key to smooth performance is to offload non-UI tasks to background threads.

The game boasts a daily average playtime of 24 minutes and a remarkable 42% day 7 retention rate, indicating its compelling gameplay and engaging content.

Hiring mobile app developers can be your first step towards building a mobile app. Read this comprehensive guide to know how to hire iOS and Android developers.

Eight localization techniques, from traditional strategies to emerging backend-first solutions—each with their practical pros and constraints.

This is the sixth part of a series on Parallel Programming for Beginners. In this article, we’ll explore real-world scenarios and their solutions.

An intriguing case of a deadlock solved by drawing inspiration from XCTest's "expectation" mechanism. The exploration from detection to resolution.

Learn how to setup Xcode Cloud for your own apps.

Each developer in practice faced the need to make up a screen based on a scrolling list of elements. Or maybe not just one list, but several.

These are some basic KPIs that Mobile App Developers use to Evaluate App Performance from marketing, development, and financial perspectives to set priorities.

Two of the world’s most powerful tech titans are on course for a collision. 

This article explores secure deep linking, state management, callback validation, and observability patterns required to build reliable, production-grade app.

Manual frame layout. Instead of relying on AutoLayout, you calculate and set frames explicitly. Yes, it means writing more code, but the tradeoff is speed.

Speed up UIKit development with this LLDB trick that lets you live-edit iOS UI in real time—no need to recompile or restart your app.

Discover how Swift’s task priorities and execution context impact the actual run order of your code. Real findings from Playground, XCTest, and production-like.

In this article, we take a look at the fun process of implementing location search by address in an iOS app.

We didn’t want to create “mini versions” of the app – we wanted to surface the most relevant insights in the most accessible way possible.

You can download the project simply as an archive (using buttons 1 and 2 from the screenshot), but I recommend cloning it via the terminal using Git

9/17/2024: Top 5 stories on the HackerNoon homepage!

Dynamic SwiftUI.Color changing depending on the current ColorScheme by code without using assets or external dependencies

React Native brings down the time to fast prototyping app ideas from weeks to hours, by abstracting out the underlying device on which to deploy the app.

iOS development is not an easy task but is in high demand these days. Want to make your iOS App Development process easy? Use these development tools for easy.

Never repeat these mistakes if you want a successful app. Check out what you need to do to ensure your app is well positioned in the market.

Here, we look at the apps awards offered to understand the exact type of apps that are awarded. 

In recent years, there's been a lot of talk about the decrease in push notifications efficiency. At Pushwoosh we've seen during COVID-19 the demand for this communication channel has grown significantly. Why? Push notifications are pretty cheap and allow companies to establish engagement with less resources than with any other channel.

7/7/2024: Top 5 stories on the HackerNoon homepage!

The only article you need to read to learn everything about variables in Swift. Covering each and every concept revolving around variables in swift.

A test automation framework is a collection of rules or guidelines for generating and designing test cases. It includes a combination of practices and tools that are developed to assist the QA professionals in testing more effectively. Moreover, these set of guidelines may encompass coding standards, object repositories, test-data handling techniques, processes for securing tests results and also data on how to access external resources.

Asynchronous programming is a way to organize work in iOS apps.

With an expanding smartphone market these days, many companies are choosing different ways to include mobile apps in their workflow to expand the market reach.

Looking to build an application like Airbnb for Android & iOS platform? Get insights into how to make an app like Airbnb & how much it will cost with WebClues.

Read our overview of the modular architecture. What we learned from working with modules, in Android and iOS. Key takeaways inside.

3/16/2025: Top 5 stories on the HackerNoon homepage!

6/30/2024: Top 5 stories on the HackerNoon homepage!

11/11/2023: Top 5 stories on the Hackernoon homepage!

I think having a proper understanding of the complexity that comes with various algorithms and data structures can make you a much better software engineer...

3/1/2025: Top 5 stories on the HackerNoon homepage!

StoreKit 2 transaction IDs change on renewals and restores. Learn why original transaction IDs are key to reliable in-app purchase logic.

This post shares about the idea of applying Kon Marie organising method to your digital photos, and I developed an IOS app with AppleML and PhotoKits to solve the problem. I share my reflection on lean product development strategy and my journey of making the app end-to-end using a minimum, iterable tech stack and strategy.

2/20/2025: Top 5 stories on the HackerNoon homepage!

Discover how structure-oriented programming leverages static dispatch for superior performance without sacrificing abstraction.

11/27/2024: Top 5 stories on the HackerNoon homepage!

Validator is a modern, lightweight Swift framework that provides elegant and type-safe input validation.

Xcode versions are the drumbeat iOS teams all around the world march to. Rapid access to Xcode versions ensures that apps are submitted, and updated on time

I built a full iOS app with zero backend infrastructure. Actor-based storage, JSON persistence, and Google Drive as the only cloud layer. Here's every decision.