Logo
Login
Tech Posts 31185
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

iOS Picture in Picture (PiP) Implementation Guide

iOS Picture in Picture (PiP) Implementation Guide
Introduction Picture-in-Picture (PiP) is a feature that allows users to continue watching video content while using other applications. This guide provides a comprehensive walkthrough of impl...
17.04.2025 0 Read More

15 Swift Tricks That Simplify My Code

1. Safe Array Subscript: Safely access array elements in an array without crashing on out-of-bounds indices. ⛶extension Collection { subscript(safe index: Index) -> Element? { ...
18.04.2025 0 Read More

Understanding SwiftUI: Why Apple Wants You to Eventually Abandon UIKit/AppKit

If you follow the world of Apple development, it’s impossible not to have heard (a lot!) about SwiftUI. Since its introduction in 2019, Apple has been presenting SwiftUI as the future of building us...
18.04.2025 0 Read More

Rebuilding My First iOS App: From Datafilm to Frames

Rebuilding My First iOS App: From Datafilm to Frames
Bringing an old SwiftUI side project back to life — with a fresh design, modern tech, and a lot more purpose. A few years back, I built my first solo app: Datafilm. It was a simple (and fre...
18.04.2025 0 Read More

Build a Swipable ToDo App in React Native

Build a Swipable ToDo App in React Native
Looking to learn React Native by building something practical and stylish? In this tutorial, we’ll walk through building a Swipable ToDo App from scratch—complete with gesture support, optimized l...
19.04.2025 0 Read More

Android vs iPhone(iOS): Perbandingan, Kelebihan, dan Kekurangan (2025)

Banyak orang menganggap bahwa iPhone adalah barang mewah, simbol status sosial yang prestisius, sementara Android sering dipandang sebagai pilihan yang lebih umum dan terjangkau. Namun, pandangan ini ...
19.04.2025 0 Read More

Migrating an Old React Native App to a New Version – The Clean Way!

Migrating your codebase to a new React Native project while still publishing updates to the same app on both the Play Store (Android) and App Store (iOS) can be a tricky process. It's crucial that you...
21.04.2025 0 Read More

Apple iOS 18.4.1: A Vital Shield for Your iPhone

In a swift and serious move, Apple has rolled out iOS 18.4.1, a crucial update aimed at strengthening iPhone security and quashing pesky bugs. Just two weeks after the release of iOS 18.4—which tack...
21.04.2025 0 Read More

Como configurar diferentes ambientes em apps React Native

Como configurar diferentes ambientes em apps React Native
Em projetos React Native, é comum trabalhar com diferentes ambientes — como desenvolvimento, staging e produção. Cada um desses ambientes pode ter necessidades distintas — como um nome de app d...
21.04.2025 0 Read More

Discussing Best Practices for iOS App Development

Discussing Best Practices for iOS App Development
Developing a high-quality iOS app requires not only coding skills but also smart decisions in UI design, coding style, version control, and tooling. Below are five best practices for iOS development, ...
21.04.2025 0 Read More
Loading...
#reading
Let’s Talk to the Internet: Understanding the Application Layer
0
macOS Security in 2025: Why Your Mac Isn’t as Safe as You Think (And What IT Teams Are Doing About It)
0
Exploring the Cortex Java SDK: Where Blockchain Meets Artificial Intelligence
0
Developer-Friendly Checklist to Make Your SaaS Product Enterprise-Ready — From SCIM to Billing APIs
0
AWS Graviton 3 > Graviton 4 for Vector Similarity Search
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0