'17:25:20' tutorials

All '17:25:20' tutorials:

  1. Dynamic Page Templates in WordPress, Part 1

    Dynamic Page Templates in WordPress, Part 1

    Tutorial Intermediate

    In this three-part tutorial series, you'll learn how to extend the default behavior of WordPress page templates and make them more flexible by adding custom...

  2. Working With MeSH Files in Python: Linking Terms and Numbers

    Working With MeSH Files in Python: Linking Terms and Numbers

    Tutorial Intermediate

    The tutorial shows how we can use different aspects of Python (i.e. dictionaries, lists, and regular expressions) together to solve different issues. It also...

  3. Android O: How to Use Notification Channels

    Android O: How to Use Notification Channels

    Tutorial Intermediate

    Google has launched the first developer preview of the next Android version, currently code-named Android O (Oreo maybe?). Some exciting features were...

  4. How to Work With Session Data in CodeIgniter

    How to Work With Session Data in CodeIgniter

    Tutorial Beginner

    This article explains the basics of session handling in the CodeIgniter framework. CodeIgniter comes with a built-in session library that acts as a wrapper...

  5. How to Use Android O's Autofill Framework

    How to Use Android O's Autofill Framework

    Tutorial Advanced

    Android O brings autofill functionality to Android apps. As an app developer, you can use the new Autofill Framework to create your own custom autofill...

  6. Uploading With Rails and Carrierwave

    Uploading With Rails and Carrierwave

    Tutorial Beginner

    You will learn how to work with Carrierwave, a very popular and feature-rich file uploading solution for Rails, while crafting a demo application.

  7. Programming With Yii2: Building Community With Voting, Comments, and Sharing

    Programming With Yii2: Building Community With Voting, Comments, and Sharing

    Tutorial Intermediate

    Learn how to build your own social platform with Yii integrating plugins to support Disqus comments, up and down voting, and Twitter and Facebook sharing.

  8. Using the Twitter API to Tweet Repetitive Content

    Using the Twitter API to Tweet Repetitive Content

    Tutorial Intermediate

    Twitter's API has various undocumented restrictions that sometimes block attempts to automate a fun bot or a serious marketing effort. Learn ways to succeed...

  9. AngularJS Form Validation With ngMessages

    AngularJS Form Validation With ngMessages

    Tutorial Intermediate

    In this tutorial, you will learn how to easily validate form input using the ngMessages module. You will also learn about the importance of using the correct...

  10. How to Use Google Cloud Machine Learning Services for Android

    How to Use Google Cloud Machine Learning Services for Android

    Tutorial Intermediate

    The Google Cloud Machine Learning platform offers neural networks that have been pre-trained to perform a variety of tasks. It also exposes a REST API to...

  11. Swift From Scratch: Access Control and Property Observers

    Swift From Scratch: Access Control and Property Observers

    Tutorial Beginner

    In the previous lesson, we added the ability to create to-do items. While this addition has made the application a bit more useful, it would also be...

  12. Create a Blackjack Game in Swift 3 and SpriteKit

    Create a Blackjack Game in Swift 3 and SpriteKit

    Tutorial Intermediate

    In this tutorial you'll create a blackjack game in SpriteKit using Swift 3. You'll learn about implementing touch, creating visual animations, and many other...