1. Code

Code Learning Guides

If you want to become a better developer, try these code learning guides. Each one is a hand-picked collection of free code tutorials on a relevant theme, like WordPress Gutenberg or creating an Angular app.

Find everything you need here, whether you’re a web developer or mobile app developer, and no matter which programming language you use. These learning guides bring together over a decade of free code tutorials on Envato Tuts+, covering a huge range of topics.

Do you want to build a React app? Create interactive charts? Get up to speed on machine learning? You’ll find all of that and more here.

  1. Titanium User Authentication

    3 Posts
    Welcome to my little session on authenticating users with Titanium. Titanium is an open source cross compiler that allows you to write iPhone and Android (soon to be blackberry too!) applications using Javascript. No Objective-C required! We will be using PHP as the server side language in this tutorial and my database will be MySQL.
    View Learning Guide...
  2. Introduction to webOS SDK Development

    5 Posts
    This session will guide you through the process of getting started with webOS app development. You will learn how to install the webOS development environment and create a simple application. In this session, you'll also create a usable application that allows you to browse and display the latest articles on the Tuts+ network.
    View Learning Guide...
  3. Learn Objective-C

    6 Posts
    Welcome to the session on coming to grips with the awesome language that is Objective-C. Throughout this session, my aim is to take you from no prior experience with Objective-C to using it confidently in your own applications. This isnʼt a rush job - so donʼt expect to just skim through the basics and be away - weʼll be going through not just the bare essentials, but also the best practices you can apply to ensure your code is the best it can be. Letʼs jump straight in!
    View Learning Guide...
  4. Create an SMS Signup form

    2 Posts
    SMS is a worldwide technology used by almost everyone with a cell phone. Despite having a much greater reach than the smartphone market, SMS programming receives far less coverage and often remains uncapitalized. In this session, I will show you how to create a web site signup form that allows users to enter a mobile number. I will then show you how to use PHP for server-side phone number verification to check that the mobile number the user has entered is actually his mobile phone. Along the way, we will use jQuery to perform client-side validation and CodeIgniter as our development framework.
    View Learning Guide...