'' tutorials

All '' tutorials:

  1. What Is the functions.php File in WordPress?

    What Is the functions.php File in WordPress?

    Tutorial Beginner

    Every WordPress theme comes with a function.php file or the theme functions file which can enable features for your site. In this post, I'll explain where to...

  2. How to Write, Package, and Distribute a Library in Python

    How to Write, Package, and Distribute a Library in Python

    Tutorial Intermediate

    Python prides itself on its "batteries-included" motto, but eventually you'll write some special code that you want to share with the world. In this tutorial...

  3. How to Use the Symfony Filesystem Component

    How to Use the Symfony Filesystem Component

    Tutorial Beginner

    In this article, we're going to explore the Symfony Filesystem component, which provides useful methods to interact with a file system. After installation...

  4. Learn Java for Android Development: Introduction to Java

    Learn Java for Android Development: Introduction to Java

    Tutorial Beginner

    In this tutorial series, you’ll become familiar with Java, the programming language used to develop Android applications. Our goal is to prepare those...

  5. Image Resizing Made Easy With PHP

    Image Resizing Made Easy With PHP

    Tutorial Intermediate

    Ever wanted an all-purpose, easy-to-use method of resizing your images in PHP? That's what PHP classes are for—reusable pieces of functionality that we call...

  6. Boost Your Vue.js Workflow With Vue CLI 3

    Boost Your Vue.js Workflow With Vue CLI 3

    Tutorial Intermediate

    Starting new Vue.js projects is now easier than ever with the new Vue CLI and its Vue UI GUI. This tutorial will show you how to put Vue CLI to use and how...

  7. Validating Data With JSON-Schema: Part 1

    Validating Data With JSON-Schema: Part 1

    Tutorial Advanced

    When you're dealing with complex and structured data, you need to determine whether the data is valid or not. JSON-Schema is the standard of JSON documents...

  8. How to Handle Exceptions in Python

    How to Handle Exceptions in Python

    Tutorial Intermediate

    This tutorial will teach you what exceptions are and how to properly handle exceptions in Python programs.

  9. 10 Best Android App Templates With Maps Integration

    10 Best Android App Templates With Maps Integration

    Tutorial Beginner

    Whether you're running a food take-out, tourism, or ride-sharing business, you need an app. And all these apps will be better with built-in Google Maps! In...

  10. Learn React 18: The Complete React Developer Course

    Learn React 18: The Complete React Developer Course

    Tutorial Beginner

    React is the most popular framework for building user interfaces. In this course you will learn the fundamental concepts you need to start building...

  11. Writing Custom Queries in WordPress

    Writing Custom Queries in WordPress

    Tutorial Intermediate

    With custom queries, you can make any data reading or manipulation you want. This opens up a world of new possibilities.

  12. How to Work With GitHub and Multiple Accounts

    How to Work With GitHub and Multiple Accounts

    Tutorial Intermediate

    So you have a personal GitHub account; everything is working perfectly. But then, you get a new job, and you now need to have the ability to push and pull to...