Seven Tips for the Healthy Programmer
You don't know what you have until you lose it. We all know what it means, but we often forget that it also applies to our health. In no way is this article intended to lecture you or make you feel...
View ArticleHow to Add Videos in WooCommerce
WooCommerce provides a lot of power and flexibility for simple storefronts out of the box, but to build truly outstanding sites, we have to dig a little deeper. In this short video tutorial from my...
View ArticleHow a Typo Got Natalie Rogers Hooked on Envato Tuts+
Name: Natalie RogersLocation: Albuquerque, New Mexico, USATopics of interest: Graphic design, print design, movie posters, photo manipulations, concept artOccupation: Graphic Designer and Science...
View ArticleGet Started Building Your Blog With Parse.js: Delete, Logout, and Single Blog...
What You'll Be CreatingIn the last session, you refactored your entire blog system. Now that everything’s cleaned up, you are ready to speed up for some new adventures. In this session, we are going to...
View ArticleCreating a Dictionary App Using React Native for Android
IntroductionFacebook’s React Native is a powerful framework that allows you to quickly and effortlessly build Android and iOS apps using just JavaScript and JSX. Apps built using React Native make use...
View ArticleCombining WP_Query With the Main Query
So far in this series you've learned how to use WP_Query to create custom queries for use in your theme or plugins.In most cases, you'll use WP_Query with a completely new set of arguments which are...
View ArticleThe Beginners Guide to WooCommerce: Taxes Report
One of the biggest confusion and hindrance in setting any kind of business is to understand the tax structure which will apply on your dealings. Taxation is quite a sensitive issue as far as business...
View ArticlePostCSS Deep Dive: Preprocessing with “PreCSS”
In the last twotutorials we looked at ways to use PreCSS on completed stylesheets to enhance their cross browser compatibility and optimization, essentially as a post-processor. In this tutorial you’ll...
View ArticleError Handling in Swift 2
I have yet to meet a programmer who enjoys error handling. Whether you like it or not, a robust application needs to handle errors in such a way that the application remains functional and informs the...
View ArticleMastering WP_User_Query
After all those previous parts, we're done going through the WP_Query class—but that doesn't mean that we're done with the series! It's time to meet WP_Query's brother and sister classes:...
View ArticleDesign Patterns: The Factory Method Pattern
In the previous article, we went through the Simple Factory Pattern. Now in this article we will examine the Factory Method Design pattern. In the case of Simple Factory, it provides an interface to...
View ArticlePostCSS Deep Dive: Roll Your Own Preprocessor
In the previous tutorial we went through how to use the excellent preprocessing pack “PreCSS”. In this tutorial we’ll be approaching PostCSS-based preprocessing in a different way; installing a...
View ArticleFree Course: Deploy Your Rails Application Into Heroku
Heroku is a cloud-based hosting provider that allows easy deployment of web applications. In this short, free course, you'll discover how easy it is to deploy a Rails application into Heroku. What...
View ArticleMonitor and Control Applications Using Supervisor: Part 1
Supervisor is a monitoring tool which controls various child processes and handles starting/restarting of these child processes when they exit abruptly or exit due to some reasons. It can be extended...
View ArticleProtocol-Oriented Programming in Swift 2
IntroductionWith the release of Swift 2, Apple added a range of new features and capabilities to the Swift programming language. One of the most important, however, was an overhaul of protocols. The...
View ArticleTest-Driven Development in AngularJS
Why use test-driven development? In this short video from my recent course, I'll examine what test-driven development is and why you should use it.Also, testing in Angular is not the same as testing a...
View ArticleMastering WP_Comment_Query
We're almost coming to the end of our series, "Mastering WP_Query", and it's time to introduce the siblings of the WP_Query class. In the previous part, we went over WP_User_Query, and in this article,...
View ArticleiOS 9: An Introduction to 3D Touch
IntroductionWith the iPhone 6s and 6s Plus, Apple introduced an entirely new way of interacting with our devices called 3D Touch. 3D Touch works by detecting the amount of pressure that you are...
View ArticleUsing PostCSS Together with Sass, Stylus, or LESS
If you’re interested in using PostCSS, but you still love your favorite preprocessor, don’t worry. You needn’t make a choice between the two–you can use them right alongside one another.There are...
View ArticleHow to Use New Relic Insights to Learn More About Your Customers
From day to day, a lot of the work of running a software business revolves around asking and answering questions and trying to make the correct decisions based on them.Some of the questions are...
View Article