I explored Sprig and developed a simple rock, paper, scissors game using its visual editor for images and music.
First time experimenting with custom view modifiers in SwiftUI. This post demonstrates how to implement a Flip effect using rotation3DEffect and discusses its reusability and declarative style.
Check out my first blog post at Zup about the upcoming #Hacktoberfest event
Sharing my experience with open source contribution and how a simple Node package I made for scraping a football league table for learning purposes got traction and helped others learn too.
Attending a workshop at IBM about using IBM Watson with Apple iOS Core ML to detect things, in this example, different types of cables. A deep neural network model trained on the cloud by Watson Visual Recognition was downloaded and used by Core ML to classify images offline.
Learn how to configure Intel Galileo (or Edison) on networks with a fixed IP, gateway, and DNS.
Deriving heading and rotation for vehicle animation from latitude/longitude updates using Swift, trigonometry, and `CLLocationCoordinate2D`.