'' tutorials

All '' tutorials:

  1. What Are Android Intents?

    What Are Android Intents?

    Tutorial Beginner

    Intents are a fundamental topic for Android developers. In this tutorial, I'll teach you about intents from A-Z.

  2. Android From Scratch: How to Run Your Application on a Physical Device

    Android From Scratch: How to Run Your Application on a Physical Device

    Tutorial Beginner

    If you are building an app that you to plan to publish on Google Play, it is very important that you understand how it behaves on a physical device. In this...

  3. Guide to WordPress Event Calendar and Booking Plugins

    Guide to WordPress Event Calendar and Booking Plugins

    Tutorial Beginner

    WordPress calendar plugins let users make bookings, schedule events, pay for appointments, and more. If your website does any of these things, you need a...

  4. How to Create a React Native Calendar Component

    How to Create a React Native Calendar Component

    Tutorial Intermediate

    In this tutorial, you'll learn how to create a custom, reusable calendar component using just JavaScript and a few basic components offered by the React...

  5. 8 Best Free JavaScript Graph Visualization Libraries

    8 Best Free JavaScript Graph Visualization Libraries

    Tutorial Beginner

    This post will give you a brief overview of the features in some of the best free JavaScript graph visualization libraries.

  6. Introduction to the Instagram API

    Introduction to the Instagram API

    Tutorial Intermediate

    More than 26% of all online adults use Instagram to post intriguing real-time imagery from around the world, making it an ideal platform for web developers...

  7. Getting Started With TypeScript

    Getting Started With TypeScript

    Tutorial Beginner

    In this tutorial, we will get started with TypeScript, using simple bite-sized code examples, compiling them into JavaScript, and viewing the instant results...

  8. Read a File Line by Line With PHP

    Read a File Line by Line With PHP

    Tutorial Beginner

    This tutorial will show you two different methods for reading a file line by line with PHP: the file() function and the fgets() function.

  9. Build Your First JavaScript Library

    Build Your First JavaScript Library

    Tutorial Intermediate

    Ever marveled at the magic of React? Curious about jQuery's gymnastics? In this tutorial, we’re going to sneak behind the scenes and try our hand at building...

  10. Set Up Caching in PHP With the Symfony Cache Component

    Set Up Caching in PHP With the Symfony Cache Component

    Tutorial Intermediate

    Learn about the Symfony Cache component, an easy way to add caching to your PHP applications. This helps improve the overall performance of your application...

  11. 7 Best PDF Invoicing Plugins for WooCommerce and WordPress

    7 Best PDF Invoicing Plugins for WooCommerce and WordPress

    Tutorial Beginner

    Do you want to automate your billing and invoicing process and receive payment faster? WooCommerce and WordPress invoicing plugins allow you to make your...

  12. Using Passport With Sequelize and MySQL

    Using Passport With Sequelize and MySQL

    Tutorial Intermediate

    Passport.js is a Node.js library used for user authentication. It can be used together with Sequelize—a promise-based Node.js ORM for PostgreSQL, MySQL,...