
How to Use Pantheon to Set Up and Maintain a Production-Safe WordPress Site
2 PostsTo run a site safely without worrying about issues that might appear when you push your updates live, you need a Dev-Test-Live server setup. This tutorial will teach you how to create one using Pantheon.View Learning Guide...
Swift and Regular Expressions: Syntax
2 PostsIn this tutorial, we explore the basics of regular expressions and how they can be used to solve interesting text processing problems. We start by looking at the theory and syntax of regular expressions. Later, we apply this knowledge to Swift.View Learning Guide...
Create a 'Conversation' Banner With Revolving Text Using a Custom Post Type
2 PostsSliders are often used for images but you can use them for text too. Here I'll show you how to create a slider with two blocks of text to create a conversation effect.View Learning Guide...
Templating With Jinja2 in Flask
3 PostsUnderstand how to lay out JInja2 templates from the perspective of Flask and how to leverage template inheritance.View Learning Guide...
Data Validation With Core Data
2 PostsNo matter what persistence framework an application uses, the developer decides what is stored in the application's persistent store. This also means that the developer is in charge of validating the data before it is inserted into the persistent store. If your application uses Core Data for persisting data, then you are in luck. The framework has a number of APIs for validating objects before they are persisted to disk. In this series, I show you what options Core Data offers developers for validating objects.View Learning Guide...
Basic 2D Platformer Physics
7 PostsThis series will cover how to create a simple and robust physics system for a platformer game.View Learning Guide...



