
Ruby / Rails Code Smell Basics
4 PostsThis is a small series about code smells and how you can deal with them. Don’t worry if you’re new to this topic or just starting to code. I did my best to keep things simple. Let’s get sniffin’!View Learning Guide...
How to Teach Photography
4 PostsIn order to make sense of our times we need to think again about photography and how we teach it. How do we use photography to communicate in a changing physical, political, and media landscape? Are there new ways for our images to find purchase with audiences? The world needs better photography and better photography instruction.View Learning Guide...
Exploring WordPress Managers
3 PostsUsing a centralized solution to managing multiple WordPress websites is a nice idea. And in this three-part series, that's exactly what we're going to go through: Learn about the WordPress managers one by one.View Learning Guide...
Validating Data With JSON-Schema
2 PostsWhen you're dealing with complex and structured data, you need to determine whether the data is valid or not. JSON-Schema is the standard of JSON documents that describes the structure and the requirements of your JSON data. In this two-part series, you'll learn how to use JSON-Schema to validate data.View Learning Guide...
AJAX for Front-End Designers
4 PostsThis series aims to familiarize front-end designers and newbie developers with AJAX, an essential front-end technique. Loading content “asynchronously” is helpful for keeping the initial weight of a page low, instead presenting certain information only when the user specifically asks for it.View Learning Guide...
Explore REST APIs in OpenCart
2 PostsOne of the most powerful among the new features in OpenCart is the introduction of REST APIs. In this two part series, we'll explore most of the APIs available and go through the order creation process using it.View Learning Guide...