'23:53:35' tutorials

All '23:53:35' tutorials:

  1. Creating a Blogging App Using Angular & MongoDB: Delete Post

    Creating a Blogging App Using Angular & MongoDB: Delete Post

    Tutorial Beginner

    In the previous part of this tutorial series, you learnt how to implement the functionality to edit the blog post details. In this part, you'll implement the...

  2. Code a Widget for Android: Input and Display

    Code a Widget for Android: Input and Display

    Tutorial Intermediate

    In this post, you'll find out how to create a widget that lives on the Android homescreen, retrieves and displays data, and responds to onClick events.

  3. Android Things: Adding Google Assistant

    Android Things: Adding Google Assistant

    Tutorial Intermediate

    With the growth of the Internet of Things (IoT), developers and engineers have had to rethink how users interact with devices. While screens have worked well...

  4. Persisted WordPress Admin Notices: Part 4

    Persisted WordPress Admin Notices: Part 4

    Tutorial Intermediate

    In this tutorial, we'll cover more ways to dismiss persistent admin notices and create our own custom admin notice types!

  5. Creating a Drop-Down Menu for Mobile Pages

    Creating a Drop-Down Menu for Mobile Pages

    Tutorial Intermediate

    This tutorial will teach you how to create and animate a hamburger menu icon and then attach an event listener through jQuery to trigger a drop-down menu.

  6. Manipulating HTML5 Canvas Using Konva: Part 4, Styling

    Manipulating HTML5 Canvas Using Konva: Part 4, Styling

    Tutorial Intermediate

    This tutorial will teach you how to fill shapes created using Konva with gradients, apply shadows on different shapes, and use blend modes.

  7. Manipulating HTML5 Canvas Using Konva: Part 2, Basic Shapes

    Manipulating HTML5 Canvas Using Konva: Part 2, Basic Shapes

    Tutorial Intermediate

    Learn how to create a variety of basic shapes in Konva while providing attributes to customize the physical appearance of these shapes.

  8. Run Automated Website Tests on Thousands of Devices Using CrossBrowserTesting

    Run Automated Website Tests on Thousands of Devices Using CrossBrowserTesting

    Tutorial Intermediate

    In this tutorial, you will learn how to write automated website tests which can be run on thousands of real devices using CrossBrowserTesting.

  9. Building Games With Python 3 and Pygame: Part 1

    Building Games With Python 3 and Pygame: Part 1

    Tutorial Intermediate

    In this five-part series, I'll show you how to create 2D single-player games using Python 3 and the excellent Pygame framework.

  10. Manipulating HTML5 Canvas Using Konva: Part 3, Complex Shapes and Sprites

    Manipulating HTML5 Canvas Using Konva: Part 3, Complex Shapes and Sprites

    Tutorial Intermediate

    Learn how to create complex shapes like stars and rings using Konva. Later sections will teach you how to add images and sprites to your canvas.

  11. Get Started With Natural Language Processing in iOS 11

    Get Started With Natural Language Processing in iOS 11

    Tutorial Advanced

    Core ML makes it easy for iOS developers to add deep machine learning to their apps. This tutorial will introduce you to a subset of machine learning:...

  12. Make Your Go Programs Lightning Fast With Profiling

    Make Your Go Programs Lightning Fast With Profiling

    Tutorial Intermediate

    Learn how to profile your Go programs to make them lightning fast (utilize the CPU better) or feather light (use less memory).