Code Tutorials

Discover thousands of free code tutorials to help you learn web and mobile development. You can learn Android app development, master React Native, become a better WordPress developer, and much more.

All Code tutorials:

  1. Building RESTful APIs With Flask: An ORM With SQLAlchemy

    Building RESTful APIs With Flask: An ORM With SQLAlchemy

    Tutorial Beginner

    In the first part of this three-part tutorial series, we saw how to write RESTful APIs all by ourselves using Flask as the web framework. The previous...

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

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

  5. How Laravel Broadcasting Works

    How Laravel Broadcasting Works

    Tutorial Intermediate

    Today, we are going to explore the concept of broadcasting in the Laravel web framework. It allows you to send notifications to the client side when...

  6. 7 Best Android Photo App Templates

    7 Best Android Photo App Templates

    Tutorial Beginner

    Are you interested in building an app for photo editing? Looking for the best funny photo apps for Android? In this post, I'll show you some top Android app...

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

  8. Awesome JavaScript Libraries and Frameworks You Should Know About

    Awesome JavaScript Libraries and Frameworks You Should Know About

    Tutorial Beginner

    JavaScript is evolving as a client-side scripting language. Learn about the latest JavaScript frameworks, libraries, and tools for front-end development.

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

  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. Using .htaccess Files for Pretty URLs

    Using .htaccess Files for Pretty URLs

    Tutorial Intermediate

    Continuing our review of htaccess files, today we'll examine how to use mod_rewrite to create human-readable URLs.

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