'' tutorials

All '' tutorials:

  1. Object-Oriented PHP for Beginners

    Object-Oriented PHP for Beginners

    Tutorial Intermediate

    In this post, you'll learn the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped into classes to aid...

  2. 4 Best Error and Crash Reporting Tools for 2025

    4 Best Error and Crash Reporting Tools for 2025

    Tutorial Beginner

    In a competitive app market, users have no patience with app crashes. In fact, crashes are the leading cause of app uninstalls. When your app crashes, you...

  3. Stateful vs. Stateless Functional Components in React

    Stateful vs. Stateless Functional Components in React

    Tutorial Beginner

    Components are the most important concept to understand in React. This tutorial introduces you to components and different component patterns in React.

  4. How to Merge Two Python Dictionaries

    How to Merge Two Python Dictionaries

    Tutorial Beginner

    Learn how to merge two dictionaries using Python, either through the update( ) method or through a single expression.

  5. Creating a Web App From Scratch Using Python Flask and MySQL

    Creating a Web App From Scratch Using Python Flask and MySQL

    Tutorial Intermediate

    In this series, we'll be using Python, Flask, and MySQL to create a simple web application from scratch. It will be a simple bucket list application where...

  6. Mathematical Modules in Python: Math and Cmath

    Mathematical Modules in Python: Math and Cmath

    Tutorial Intermediate

    In this tutorial, you will learn about math and cmath. These two Python modules give us access to a lot of mathematical functions and allow us to work with...

  7. Understanding Forms and Events in React

    Understanding Forms and Events in React

    Tutorial Intermediate

    In this tutorial, we'll discuss what events are, how they work, and how to set up event handlers on a controlled form in your React application.

  8. How to Create a Drop-Down Nav Menu With HTML5, CSS3, and JQuery

    How to Create a Drop-Down Nav Menu With HTML5, CSS3, and JQuery

    Tutorial Intermediate

    In this tutorial, we’ll see what we can achieve with HTML5 and CSS3 when it comes to the staple of current websites: the humble drop-down navigation menu....

  9. Compressing and Extracting Files in Python

    Compressing and Extracting Files in Python

    Tutorial Intermediate

    Python allows us to do a lot of interesting things very easily using modules. This tutorial will teach you how to compress and extract files using the...

  10. Python From Scratch: Create a Dynamic Website

    Python From Scratch: Create a Dynamic Website

    Tutorial Beginner

    We’ve covered quite a bit of Python in the previous tutorials in this series. Today, we’re going to combine everything we’ve learned so far to build a...

  11. How to Do a Bubble Sort in JavaScript

    How to Do a Bubble Sort in JavaScript

    Tutorial Beginner

    In this article, you'll learn how to implement bubble sorting in JavaScript. We’ll briefly discuss different types of sorting algorithms, and we’ll...

  12. 11 Best Android Game Templates

    11 Best Android Game Templates

    Tutorial Beginner

    CodeCanyon has dozens of Android game templates that can help you kick-start your game development workflow. In this article, I'm going to introduce you to...