Swift Programming in Japanese

Swift Programming in Japanese
This post is blog version of my talk on "try! Swift Tokyo 2025".video link: https://www.youtube.com/watch?v=uVgxJpSvp-I Intro Programming has a history of over 50 years. Historicaly, source c...
0 Read More

What is Display P3?

Apple devices, especially the iPad and iPhones, display better colors than many other devices, and unlike what you think, it's not just because of the screen resolution.You've probably heard about Dis...
0 Read More

Building Optional from scratch

From this article 2 Minute Tips: The Dark Secret of Optionals I got to know that the Optionals are nothing but an Enum . I started experimenting: How can we build Optional from scratch Enter S...
0 Read More