Stay Updated with the Latest Tech News


Get ahead of the curve with the latest insights, trends, and analysis in the tech world.


Browse by Category

Issue 632

Did your push notification get delivered? Now you can know for sure!

Published on: October 20, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Object-Oriented Programming in iOS

The Object-Oriented Programming (OOP) learning path offers a comprehensive exploration of software development principles and techniques. Covering three modules, learners will delve into foundational OOP concepts, advanced techniques, and their integration with Protocol-Oriented Programming (POP). By mastering both OOP and POP paradigms, participants will emerge ready to craft robust, adaptable software solutions that...

Published on: October 17, 2023 | Source: Ray Wenderlich favicon Ray Wenderlich

Issue 631

What sits in between "everything on one machine" and talking via HTTP APIs? Distributed actors!

Published on: October 13, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 630

Did you know that DocC could create interactive tutorials? Let's showcase some.

Published on: October 06, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 629

Should we be wishing for more custom UI in Settings.app?

Published on: September 29, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 628

What does the future of testing in Swift look like? Find out, and give feedback!

Published on: September 22, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 627

No commentary today, but plenty of links!

Published on: September 15, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 626

Are all human eyes approximately the same distance apart?

Published on: September 08, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 625

Running all the tests is for pre-commit hooks and CI only!

Published on: September 01, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 624

How do you keep the files you're working on easily at hand? Here's how I do it.

Published on: August 25, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 623

Welcome to swift-iOS-Dev-Weekly!

Published on: August 18, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 622

Have you ever considered starting a blog?

Published on: August 11, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 621

Is it finally time for a quick take on SwiftData?

Published on: August 04, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 620

Do you want to get a Vision Pro all for yourself, spend a day with one, or have someone else spend time with one for you?

Published on: July 28, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 619

How do you build a habit-building UI for the long term?

Published on: July 21, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 618

Hearing about the experience of using Vision Pro from a developer's perspective is important

Published on: July 14, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 617

Is visionOS the first iOS-based platform where Xcode might make sense?

Published on: July 07, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 616

Let's talk about nutrition, shall we? Wait, what do you mean "Not that type of macros!"

Published on: June 30, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 615

Ride the visionOS rollercoaster with me! You can stop riding sometime in early 2024!

Published on: June 23, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Package Exports Support in React Native

With the release of React Native 0.72, Metro — our JavaScript build tool — now includes beta support for the package.json "exports" field. When enabled, it adds the following functionality:

Published on: June 21, 2023 | Source: React Native Blog favicon React Native Blog

React Native 0.72 - Symlink Support, Better Errors, and more

Today we’re releasing 0.72!

Published on: June 21, 2023 | Source: React Native Blog favicon React Native Blog

Issue 614

How many times last week did you hear "At Apple, we believe privacy is a fundamental human right. "?

Published on: June 16, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 613

Pass me that tape measure, I need to see how far along we are…

Published on: June 09, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 612

In less than 75 hours, we’ll know what Apple announced in this year’s WWDC keynote.

Published on: June 02, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 611

Just over a week to go!

Published on: May 26, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 610

Is there a reason why there's less writing about design than development? Maybe!

Published on: May 19, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Xamarin.Forms and Essentials now target Android 13 (in Preview)

New preview versions of Xamarin.Forms and Xamarin.Essentials have been released, these versions now target Android 13 by default. In this post you will read all the details. The post Xamarin.Forms and Essentials now target Android 13 (in Preview) appeared first on Xamarin Blog.

Published on: May 15, 2023 | Source: Xamarin Blog favicon Xamarin Blog

Issue 609

Why is there no good cross-platform UI framework for desktop (Mac and Windows) apps?

Published on: May 12, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 608

When should you offer your in-app purchase upgrade to users?

Published on: May 05, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 607

Will I be writing today's comment again in 2024?

Published on: April 28, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 606

Are more forced App Store changes coming?

Published on: April 21, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 605

What are the risks of using AI code generation tools?

Published on: April 14, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 604

Did you win a golden ticket?

Published on: April 07, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Issue 603

Dub dub dee ceeeeee!

Published on: March 31, 2023 | Source: iOS Dev Weekly favicon iOS Dev Weekly

Concurrency in iOS

Concurrency is the ability to execute multiple tasks or processes simultaneously. Modern iOS apps often have to handle multiple tasks at once, such as processing user input, loading data from a server, and updating the user interface. Understanding how to design and implement concurrent code is crucial for building high-quality and responsive iOS apps that deliver a smooth user experience.

Published on: March 24, 2023 | Source: Ray Wenderlich favicon Ray Wenderlich