'' tutorials

All '' tutorials:

  1. Creating a Web App From Scratch Using Python Flask and MySQL: Part 2

    Creating a Web App From Scratch Using Python Flask and MySQL: Part 2

    Tutorial Intermediate

    In the previous part of this series, we saw how to get started with Python Flask and MySQL and implemented the user registration portion of our application....

  2. Mathematical Modules in Python: Statistics

    Mathematical Modules in Python: Statistics

    Tutorial Beginner

    In this tutorial, you will learn about different functions available in the statistics module which can be used to calculate the averages or spread of a...

  3. Free and Reliable SSL for Everyone With ZeroSSL

    Free and Reliable SSL for Everyone With ZeroSSL

    Tutorial Beginner

    SSL is the pillar of security on the internet. It encrypts data as it travels through the internet, thereby protecting all information that is sent between a...

  4. 9 Best iOS Photo App Templates

    9 Best iOS Photo App Templates

    Tutorial Beginner

    Are you looking for the best iOS app templates? Do you want to create the next best photo editing app for iOS? Check out this selection of iOS photo apps...

  5. How to Use PHP in HTML

    How to Use PHP in HTML

    Tutorial Beginner

    In this article, we’re going to discuss how you can use PHP code in your HTML pages. It’s aimed at PHP beginners who are trying to strengthen their grip on...

  6. How to Create a Custom Authentication Guard in Laravel

    How to Create a Custom Authentication Guard in Laravel

    Tutorial Intermediate

    Learn to create a custom authentication guard in the Laravel framework by extending the core Laravel authentication system.

  7. 16 Terminal Commands That Will Boost Your Productivity

    16 Terminal Commands That Will Boost Your Productivity

    Tutorial Beginner

    One of the most useful tools a web developer has is the command line. Learn some special commands and utilities you can use to boost your productivity.

  8. Beginner's Guide to Angular: Routing

    Beginner's Guide to Angular: Routing

    Tutorial Beginner

    In any single-page application, routing is the hub that makes sure the right components get loaded for the current view or application state. In this post,...

  9. Command Line Basics and Useful Tricks With the Terminal

    Command Line Basics and Useful Tricks With the Terminal

    Tutorial Beginner

    We've all seen that little black icon labeled "Terminal" on our Mac. Learn what the command line is, as well as some commands to get started using it.

  10. Eloquent Mutators and Accessors in Laravel

    Eloquent Mutators and Accessors in Laravel

    Tutorial Beginner

    In this article, you'll learn about mutators and accessors in the Laravel Eloquent ORM. We'll go through a handful of examples to help you understand these...

  11. TypeScript for Beginners, Part 4: Classes

    TypeScript for Beginners, Part 4: Classes

    Tutorial Intermediate

    This tutorial will teach you the basics of classes in TypeScript. You will learn about public, private, and protected modifiers, as well as inheritance.

  12. JavaScript Regex Cheat Sheet

    JavaScript Regex Cheat Sheet

    Tutorial Beginner

    This regex cheat sheet outlines all the available methods, flags, and character sequences you might use when working with regular expressions.