'16:21:41' tutorials

All '16:21:41' tutorials:

  1. Exploring Devise, Part 1

    Exploring Devise, Part 1

    Tutorial Intermediate

    Devise is an authentication system that is used in Rails applications. In this tutorial, you will be learning how to use Devise.

  2. Building Your Startup With PHP: Simplifying Onramp With OAuth

    Building Your Startup With PHP: Simplifying Onramp With OAuth

    Tutorial Intermediate

    To make it easier for new users, we'll allow them to sign up with their Google, Facebook and Twitter accounts and let existing users connect these services...

  3. Building Your Startup With PHP: Email Commands

    Building Your Startup With PHP: Email Commands

    Tutorial Intermediate

    Now that we can deliver our first meeting invitations, it's time to ensure that the links in those emails can be authenticated and handled properly. And...

  4. Building Your Startup: Delivering the Meeting Invitation

    Building Your Startup: Delivering the Meeting Invitation

    Tutorial Intermediate

    Follow along as Meeting Planner gets ready to deliver its first meeting invitation and contemplate the impacts of our progress.

  5. Creating Custom WordPress Administration Pages, Part 1

    Creating Custom WordPress Administration Pages, Part 1

    Tutorial Intermediate

    It's possible to write our own custom WordPress administration pages. In this series, we're going to take a look at how to do exactly that.

  6. Building a Simple Shopify App

    Building a Simple Shopify App

    Tutorial Beginner

    Shopify have created their APIs and App Store so that independent developers can build out (and charge for) features their merchants want. In this article,...

  7. Optimize Your Mobile Application for Google

    Optimize Your Mobile Application for Google

    Tutorial Intermediate

    Have you ever wondered how those mysterious links pointing to apps appear in your search results when you search the web with Google? How can app developers...

  8. Building a Store Finder With Node.js and Redis

    Building a Store Finder With Node.js and Redis

    Tutorial Intermediate

    Learn to harness the power of Redis GEO commands to build a rudimentary store finder in Node.js.

  9. Generating PDFs From HTML With Rails

    Generating PDFs From HTML With Rails

    Tutorial Intermediate

    There are many ways to generate PDFs in Ruby and Rails. Chances are that you are already familiar with HTML and CSS, so we are going to use PDFKit to...

  10. Building a WordPress-Powered Front End: Bootstrapping, Routing, and Services

    Building a WordPress-Powered Front End: Bootstrapping, Routing, and Services

    Tutorial Intermediate

    Having laid a solid foundation for our project, we are now ready to begin working on the front end and set up basic configurations for our application with...

  11. Non-ActiveRecord Models in Rails 4

    Non-ActiveRecord Models in Rails 4

    Tutorial Intermediate

    ActiveRecord comes with a powerful set of validators and other features for attributes of a persisted data model. But what happens when you need a complex...

  12. Let's Go: Object-Oriented Programming in Golang

    Let's Go: Object-Oriented Programming in Golang

    Tutorial Intermediate

    Go is a rebellious language. In a sense it's a reaction against much of the complexity in programming language introduced by C++, Java, C#, and especially...