'22:23:36' tutorials

All '22:23:36' tutorials:

  1. Mastering WP_Comment_Query

    Mastering WP_Comment_Query

    Tutorial Intermediate

    In this tutorial, we're going to learn about one of the siblings of WP_Query: the WP_Comment_Query class.

  2. Scrolling Techniques for Material Design

    Scrolling Techniques for Material Design

    Tutorial Beginner

    During this year's Google I/O, Google introduced the Android Design Support Library to make the adoption of Material Design easier. This lets developers...

  3. Design Patterns: The Factory Method Pattern

    Design Patterns: The Factory Method Pattern

    Tutorial Intermediate

    In the previous article, we went through the Simple Factory pattern. Now in this article we will examine Factory Method Design pattern. In the case of Simple...

  4. Core Data and Swift: Managed Objects and Fetch Requests

    Core Data and Swift: Managed Objects and Fetch Requests

    Tutorial Intermediate

    With everything about Cora Data data models still fresh in your mind, it's time to start working with Core Data. In this article, we meet NSManagedObject,...

  5. Improved Ajax Techniques for WordPress: Object-Oriented Programming

    Improved Ajax Techniques for WordPress: Object-Oriented Programming

    Tutorial Intermediate

    In the last post, we reviewed some advanced ways to incorporate the WordPress Ajax API into our projects using procedural programming. In this post, we're...

  6. How to Monitor Docker-Based Applications Using New Relic

    How to Monitor Docker-Based Applications Using New Relic

    Tutorial Intermediate

    Using Docker, you can separate parts of your application and deploy them confidently. At the same time, monitoring what happens inside these containers can...

  7. Improved Ajax Techniques for WordPress: Procedural Programming

    Improved Ajax Techniques for WordPress: Procedural Programming

    Tutorial Intermediate

    I want to revisit the concept of Ajax in WordPress so you see some of the new APIs and how to employ them in your day-to-day work or how to refactor some of...

  8. How to Build a Subscription Box With Stamplay

    How to Build a Subscription Box With Stamplay

    Tutorial Intermediate

    Subscription boxes are an increasingly popular business these days. You can find them for everything from grooming products to healthy snacks, kids games and...

  9. Combining WP_Query With the Main Query

    Combining WP_Query With the Main Query

    Tutorial Intermediate

    In this part of our series on mastering WP_Query, you'll learn how to combine custom arguments in WP_Query with the main query.

  10. Build a Real-Time Chat Application With Modulus and Spring Boot

    Build a Real-Time Chat Application With Modulus and Spring Boot

    Tutorial Intermediate

    Spring Boot is a very popular web development environment that helps you create stand-alone Java web applications easily. In this tutorial, we will develop a...

  11. The Genius of Template Strings in ES6

    The Genius of Template Strings in ES6

    Tutorial Intermediate

    ES6 is the future of JavaScript and it is already here. It is a finished specification, and it brings a lot of features a language requires to stay...

  12. Mastering WP_User_Query

    Mastering WP_User_Query

    Tutorial Intermediate

    In this tutorial, you're going to learn about using the WP_User_Query class to query the user tables in WordPress.