Unit conversion is easy in Swift
Foundation framework has many useful implementations, that can make our life easier. One of them is Unit and Measurement APIs.
Unit and Measurement
Measurment is a struct that holds the value of the
The Lost Art of Makefile: A Guide for iOS Developers
In the world of iOS development, we often find ourselves relying on Xcode and Swift for most of our tasks. However, there's a powerful tool that's been around for decades and can greatly
Deprecation of rbenv on Bitrise: Switching to asdf
Bitrise, the Continuous Integration and Delivery (CI/CD) Platform, has recently deprecated the use of rbenv. This means that rbenv will no longer receive updates and support. But don't worry, there's a new
Mastering SwiftUI Shadow Loaders: Making Implementation a Breeze
Shadow loaders are becoming increasingly popular as a UI/UX feature in mobile apps. They replace traditional "spinners" with a more elegant solution. By filling the entire screen with a "skeleton" layout, the
Streamlining JSON Encoding and Decoding in Swift with Property Wrappers
As iOS developers, we frequently interact with various public and private REST APIs, some of which are reliable and well-established, while others may not be as reliable.
In certain scenarios, we cannot guarantee