Animating with Lottie
I believe animation on the web is not only fun, but engaging in such a way that it has converted site visitors into customers. Think of the “Like” button
I believe animation on the web is not only fun, but engaging in such a way that it has converted site visitors into customers. Think of the “Like” button
In this post I’ll show you a way I’ve used KeyPaths in Swift to drastically improve how I architected a settings screen. This post will…
Using Redis with Google Cloud Platform starts with a few deployment options. See whether Cloud Memorystore, GKE or Compute Engine works best for you.
Shell scripts are essentials on the server side. Learn how to build Swift scripts for your backend apps using property wrappers.
Clean up state or print out debug information just before leaving the scope by defining the defer statement can improve development a lot.
In this tutorial, you’ll learn about Dependency Injection for iOS, as you create the profile page of a social media app in SwiftUI.
Is simplicity important? How to achieve it? How to manage complexity? Here's a detailed article about the KISS principle.
What are the benefits and drawbacks of the DRY principle?
How to take advantage of Apple’s APIs with already-existing data for text classification
Learn about topic modeling, some of its applications, and a specific technique named Latent Dirichlet Allocation
React comes with its own set of gotchas, some of it potentially becoming a severe problem to your applications if you don't take care of them now. This article will go over 10 things not to do when building react applications
Clear up any ambiguity and get typed errors too
Widgets are a powerful extension for your iPhone, iPad and Mac apps and is a perfect way to extend and personalize your iPhone home screen with new visual functionality.
Swift 4 is almost upon us, and I thought I would explore one of its features that I haven’t had the opportunity to that much: KeyPaths. There’s a lot of interesting nuance in here that I previously didn’t realize existed which I’d love to share.
Using Apple's recommended unified logging system using OSLog can be done in just a few steps. Learn how to use it in combination with the Console app.