'' tutorials

All '' tutorials:

  1. 12 Helpful jQuery Methods You Should Be Using

    12 Helpful jQuery Methods You Should Be Using

    Tutorial Intermediate

    In this tutorial, you will learn about 12 helpful jQuery methods that you could start using in your projects.

  2. 10 Insanely Useful Django Tips

    10 Insanely Useful Django Tips

    Tutorial Intermediate

    There are quite a few great little tricks and tips you can use in your Django projects that will speed up development and save many headaches in the long...

  3. How to Create a MySQL-Powered Forum From Scratch in Laravel

    How to Create a MySQL-Powered Forum From Scratch in Laravel

    Tutorial Beginner

    In this tutorial, we're going to build a PHP/MySQL-powered forum from scratch in Laravel 9.

  4. Use querySelector to Add and Remove Element Class Names

    Use querySelector to Add and Remove Element Class Names

    Tutorial Beginner

    The DOM (Document Object Model) makes it easy to add and remove class names from HTML elements with JavaScript. In this article, we'll learn how to use the...

  5. Real-World OOP With PHP and MySQL

    Real-World OOP With PHP and MySQL

    Tutorial Intermediate

    Today, we're going to discuss the basics of object-oriented programming in PHP and MySQL. We'll build a class which is capable of performing the CRUD...

  6. Learn Functional Programming in JavaScript

    Learn Functional Programming in JavaScript

    Tutorial Beginner

    JavaScript is one of the most interesting languages because it supports different paradigms. Object-oriented programming is the most common, but JavaScript...

  7. Searching Arrays in JavaScript

    Searching Arrays in JavaScript

    Tutorial Beginner

    Arrays are a powerful data structure that stores a collection of data, and JavaScript has many built-in methods to search and find data in your arrays that...

  8. How to Wait in JavaScript

    How to Wait in JavaScript

    Tutorial Beginner

    This tutorial will teach you different ways of waiting in JavaScript. You will learn how to wait for a specific time or wait for a task to complete.

  9. Building a 5-Star Rating System With jQuery, AJAX, and PHP

    Building a 5-Star Rating System With jQuery, AJAX, and PHP

    Tutorial Intermediate

    This tutorial will teach you how to create a five-star rating system with the help of jQuery, AJAX, and PHP.

  10. Converting and Transforming Arrays in JavaScript

    Converting and Transforming Arrays in JavaScript

    Tutorial Beginner

    Arrays are a fundamental and powerful data structure in programming. Their power doesn't just come from their ability to store multiple objects or values....

  11. How to Use Callback Functions in JavaScript and ES6

    How to Use Callback Functions in JavaScript and ES6

    Tutorial Beginner

    If you’re looking to learn the ins and outs of JavaScript functions, including ES6 arrow functions, then this article is for you. We’ll learn how to define...

  12. Do You Suffer From the Dunning-Kruger Effect?

    Do You Suffer From the Dunning-Kruger Effect?

    Tutorial Beginner

    The Dunning–Kruger effect is a cognitive bias in which the unskilled rate their ability as much higher than it actually is, while the highly skilled...