'' tutorials

All '' tutorials:

  1. Android From Scratch: How to Store Application Data Locally

    Android From Scratch: How to Store Application Data Locally

    Tutorial Beginner

    When it comes to persisting application data locally, Android developers are definitely spoiled for choice. In this tutorial, I'll show you how to make use...

  2. How to Launch Your Career in WordPress: The Top WordPress Jobs to Consider

    How to Launch Your Career in WordPress: The Top WordPress Jobs to Consider

    Tutorial Beginner

    Are you looking to start a career in WordPress? Not sure what the best jobs are for WordPress? In this post, you'll learn how to get started with a career in...

  3. How to Work With Time Zones in JavaScript

    How to Work With Time Zones in JavaScript

    Tutorial Beginner

    This tutorial will teach you the basics of time zones and how to work with them in JavaScript.

  4. How to Write Your Own Python Packages

    How to Write Your Own Python Packages

    Tutorial Intermediate

    Python packages are the building blocks of any Python application, and the community writes and shares lots of amazing packages. Learn how to write your own...

  5. Managing Cron Jobs With PHP

    Managing Cron Jobs With PHP

    Tutorial Intermediate

    The cronab, or cron table, is a Linux system process/daemon that facilitates the scheduling of repetitive tasks, thereby easing up our day-to-day routine. In...

  6. Optimizing Code With ChatGPT

    Optimizing Code With ChatGPT

    Tutorial Beginner

    This tutorial will teach you how you can use ChatGPT to optimize your code for faster speed, less memory consumption, or better readability.

  7. Tips for Effective Code-Generating ChatGPT Prompt Design

    Tips for Effective Code-Generating ChatGPT Prompt Design

    Tutorial Beginner

    This tutorial will teach you how to design effective prompts in ChatGPT in order to generate the code you want.

  8. Python 3 Function Annotations

    Python 3 Function Annotations

    Tutorial Intermediate

    The function annotations syntax has been a Python feature since version 3.0, but the semantics of annotations have been left undefined. In this tutorial,...

  9. Learn to Code Faster With ChatGPT

    Learn to Code Faster With ChatGPT

    Tutorial Beginner

    In this tutorial, you'll learn how to use ChatGPT to make it faster to learn to code. We'll use ChatGPT to generate a learning plan, teach core concepts,...

  10. List to Graph: How to Represent Your List as a Graph in Python

    List to Graph: How to Represent Your List as a Graph in Python

    Tutorial Beginner

    This tutorial shows how flexible Python can be when drawing a bar graph for a list of data.

  11. How to Create an Object-Oriented Blog Using PHP

    How to Create an Object-Oriented Blog Using PHP

    Tutorial Intermediate

    In this post, we are going to extend our knowledge of PHP and MySQL a step further by creating a simple blog.

  12. Token-Based Authentication With Angular and Node

    Token-Based Authentication With Angular and Node

    Tutorial Intermediate

    Authentication is one of the most important parts of any web application. In this tutorial, we'll be discussing token-based authentication systems and how...