GET READY FOR IPHONE DUO: WHAT IOS DEVELOPERS NEED TO CHANGE
Abstract A few years ago, I wrote about the future of mobile app development. Back then, foldable phones were an Android story, and iOS developers stayed in a comfortable single-screen world. That changed on September 9, 2026, when Apple announced iPhone Duo. It has a 5.4-inch outer display and a 7.6-inch inner display that unfolds. I went through Apple’s tech talks to find what really matters for an existing app. In this post, we will look at five ideas:
Read moreAN OVERVIEW OF APACHE SUPERSET FOR SELF-HOSTED BI
Abstract Sooner or later, every data project gets the same request: “Can we have a dashboard for this?” Commercial tools like Power BI and Tableau do this job well, but their per-user licenses add up quickly. Simple open-source tools are easy to start with, yet many of them keep fine-grained data permissions for their paid plans. So I spent some time looking at Apache Superset, an open-source BI platform that started at Airbnb and is now a top-level Apache project.
Read moreHOW I BUILT FLIGHT SHARING AND SCREENSHOT PROTECTION FOR 12BAY ON IOS
Abstract When you plan a trip with family or friends, choosing a flight is rarely a solo decision. You search for cheap tickets, compare airlines, check departure hours, and then try to show the options to everyone in your group. For a long time, the common habit was simple: take five or six phone screenshots and send them into a group chat. But screenshots are messy, hard to read, and quickly go out of date as airline prices change.
Read moreWORK MODE: STAY AWAKE & PROTECTED WITH PROXIMITY LOCK
Abstract Have you ever returned to your Mac and realized it went to sleep before your task was finished? I certainly have. 😅 Large file uploads, iCloud syncs, video exports, photo imports, Docker containers, long Xcode builds, AI coding tasks, or large software downloads all take time. You should not have to sit beside your Mac just to keep them active. That is why I built Work Mode into Proximity Lock: Smart AutoLock.
Read morePROXIMITY LOCK: SMART AUTOLOCK - A NATIVE SECURITY & PRODUCTIVITY COMPANION FOR YOUR MAC
Abstract In this post, I am excited to launch Proximity Lock: Smart AutoLock — a native security and productivity companion built specifically for the Apple ecosystem. In this post, we will explore: The real-world friction that motivated building Proximity Lock: Smart AutoLock Core features: Auto-Lock / Unlock, Cafe Mode, Work Mode, and Remote Control How to join the Launch Creator Rewards to get 50% OFF or Lifetime Pro FREE Let’s dive in!
Read moreAN OVERVIEW OF LARGE-SCALE DATA STORAGE ARCHITECTURES
Abstract Today, we begin a new journey to learn about the data lakehouse—especially how to store, process, and analyze large-scale data in in today’s data-driven world. We will start with the most fundamental concepts to build a solid understanding, then gradually move toward more advanced topics. Our two goals are simple: to understand the data lakehouse clearly, and to apply that knowledge effectively in our daily work. Let’s get started
Read moreNEW FEATURE: SMART NEW VERSION CHECK & UIKIT PREVIEWS SINCE VERSION 2.2.2
Abstract While working on multiple mobile app projects, I noticed two recurring problems: Users often don’t update the app because they never know a new version is available. UIKit developers struggle to preview views quickly without running the whole app. So in this update, we introduce two improvements to make development and user experience smoother. Let’s Code Auto-Check for New App Versions Apps should always stay up to date with the latest performance and stability improvements.
Read moreWHAT IS BLOCKCHAIN
Abstract Today, we start a new journey to learn about blockchain and the basic ideas behind it. We have two goals: to understand it clearly, and to use that knowledge in our jobs. Let’s get started Why? Traditional database technologies present several challenges for recording financial transactions. For instance, consider the sale of a property. Once the money is exchanged, ownership of the property is transferred to the buyer. Individually, both the buyer and the seller can record the monetary transactions, but neither source can be trusted.
Read moreTHE FUNDAMENTAL CONCEPTS OF BLOCKCHAIN
When I started learning about blockchain, I found many new words or keywords that I needed to learn. Here are the words I wrote down. Type something in the input field to search the table for keywords or description: Key Define Example Distributed Ledger Technology (DLT) A way to record data shared, synchronized, and secured across many computers. Examples of several DLTs: Blockchain (like Bitcoin, Ethereum), Hyperledger Fabric, Corda Smart contract life-cycle management The whole process of creating, using, and maintaining a smart contract — from start to finish.
Read moreAN OVERVIEW OF HYPERLEDGER - THE LEADING ENTERPRISE BLOCKCHAIN PLATFORM
Abstract Hyperledger is an open-source collaborative effort created to advance cross-industry blockchain technologies. Hosted by The Linux Foundation, Hyperledger aims to develop a comprehensive suite of stable frameworks, tools, and libraries suitable for enterprise-grade blockchain deployments. It is widely recognized as a leading platform for building permissioned blockchain applications geared toward enterprise use cases. According to Brian behlendorf, executive director of Hyperledger “Hyperledger is an open source community of communities to benefit an ecosystem of hyperledger based solution providers and users focused on blockchain related use-cases that will work on variety of industrial sectors”
Read more