How to create an 80s cheesy photo portrait

If you’re into the 80s aesthetic, you surely remember the style of 80s graphics—the awkward photos with a family staring off into distance and giant heads floating behind them. These cringy photos used to be cool, then they became cheesy, and now our nostalgia has made them cool again. In this tutorial, I’ll show you… Continue reading How to create an 80s cheesy photo portrait

What Is the WordPress .htaccess File and What Can You Do With It?

There’s a lot you can do within WordPress to configure settings or troubleshoot issues with your website. However, sometimes you need to go into the backend and edit root files like .htaccess to complete certain tasks. In this post, we’re going to take a closer look at the WordPress .htaccess file — what it is,… Continue reading What Is the WordPress .htaccess File and What Can You Do With It?

SpriteKit From Scratch: Fundamentals

Introduction SpriteKit, available on iOS, tvOS, and OS X, is a framework that allows developers to create high quality 2D games without worrying about the complexities of graphics APIs, such as OpenGL and Metal. In addition to handling all of the graphics for developers, SpriteKit also offers a wide range of extra functionality, including physics simulation, audio/video playback, and… Continue reading SpriteKit From Scratch: Fundamentals

How to Create Custom View Controller Transitions and Animations

Introduction UIKit is a very powerful framework and provides various ways to transition between view controllers. Some of the animations provided by UIKit include horizontal sliding (via a push segue), vertical sliding, cross fade, and page curl. Sometimes, however, you need to have a custom transition between view controllers to create a compelling design or… Continue reading How to Create Custom View Controller Transitions and Animations