'' tutorials

All '' tutorials:

  1. 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.

  2. 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...

  3. 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.

  4. 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...

  5. 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....

  6. Android UI Workshop: Build an Interactive Quiz App

    Android UI Workshop: Build an Interactive Quiz App

    Tutorial Beginner

    Get a hands-on crash course in building an effective and attractive UI for your Android app, and design an interactive quiz app along the way!

  7. 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...

  8. How to Fix a "WordPress Not Sending Email" Issue

    How to Fix a "WordPress Not Sending Email" Issue

    Tutorial Beginner

    In this article, I’m going to show you how to fix the "WordPress not showing email" issue, and I’ll share with you some tips on how to fix it with the...

  9. 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...

  10. 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...

  11. Remove Duplicates From an Array in JavaScript

    Remove Duplicates From an Array in JavaScript

    Tutorial Beginner

    Learn how to remove duplicates from an array of primitives, and how to remove duplicates from an array of objects in JavaScript the right way.

  12. 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...