'month' tutorials

All 'month' tutorials:

  1. Setting Up the Lana Passport - OAuth2 Plugin for WordPress Websites

    Setting Up the Lana Passport - OAuth2 Plugin for WordPress Websites

    Tutorial Beginner

    WordPress website owners often have to managing multiple logins across various websites and applications. That's where OAuth2 and the Lana Passport WordPress...

  2. Introducing Python's Matplotlib Library

    Introducing Python's Matplotlib Library

    Tutorial Intermediate

    In this tutorial, I will show you how to create graphs using Python's matplotlib library. I will show you how to install the library, and I'll walk you...

  3. Full-Text Search in MongoDB

    Full-Text Search in MongoDB

    Tutorial Intermediate

    In this article, we are going to explore full-text search functionalities in MongoDB using Text Indexes. Full-text search allows you to efficiently search...

  4. 15 Best PHP Event Calendar and Booking Scripts... and 3 Free Options

    15 Best PHP Event Calendar and Booking Scripts... and 3 Free Options

    Tutorial Beginner

    Discover 15 of the best PHP calendar scripts. Whether you need an appointment booking script, an event calendar script, or a PHP calendar reservation system,...

  5. Sorting Values With JavaScript

    Sorting Values With JavaScript

    Tutorial Intermediate

    In this article, I’ll show you how to sort both simple and complex array collections in JavaScript. We’ll be using the JavaScript sort() method along with...

  6. Modern Web Scraping With Beautiful Soup and Selenium

    Modern Web Scraping With Beautiful Soup and Selenium

    Tutorial Intermediate

    In this tutorial, you'll learn how the content you see in the browser actually gets rendered and how to go about scraping it when necessary. In particular...

  7. Using the Requests Module in Python

    Using the Requests Module in Python

    Tutorial Intermediate

    In this tutorial, you will learn about the Requests module in Python and how to use it to send HTTP requests with custom headers, cookies, and more.

  8. How to Create a Simple Event Calendar for Your PHP Website

    How to Create a Simple Event Calendar for Your PHP Website

    Tutorial Beginner

    In this post, we’re going to review the Events Calendar script, which allows you to add event calendars to your PHP website. It’s a ready-to-use tool which...

  9. How to Create and Edit PDF Documents in Python

    How to Create and Edit PDF Documents in Python

    Tutorial Beginner

    This tutorial will teach you how to create and edit PDF documents in Python using the PyPDF2 library.

  10. Docker From the Ground Up: Building Images

    Docker From the Ground Up: Building Images

    Tutorial Intermediate

    Building Docker images is arguably the most critical part of a successful container-based deployment strategy. In this tutorial, you'll learn the commands...

  11. Create JavaScript and HTML5 Forms for Free

    Create JavaScript and HTML5 Forms for Free

    Tutorial Beginner

    In this post, I will list some tools, plugins, and libraries which can be used to create free forms online without any knowledge of JavaScript. Some of these...

  12. 9 Regular Expressions You Should Know

    9 Regular Expressions You Should Know

    Tutorial Intermediate

    Regular expressions are a language of their own. Today, we'll review nine regular expressions that you should know for your next coding project.