Learn Coding Fundamentals

Become a better developer by mastering the coding fundamentals. From security and testing to OOP and functional programming, you'll learn it all here.

Getting started with Coding Fundamentals

  • HTML & CSS for Beginners (MEGA Free Course!)

    HTML & CSS for Beginners (MEGA Free Course!)

    Adi Purdila
  • All Coding Fundamentals content:

    1. How to Use TensorFlow Mobile in Android Apps

      How to Use TensorFlow Mobile in Android Apps

      Tutorial Advanced

      With TensorFlow, one of the most popular machine learning frameworks available today, you can easily create and train deep models. TensorFlow Mobile is a...

    2. Regular Expressions With Go: Part 2

      Regular Expressions With Go: Part 2

      Tutorial Intermediate

      In part two of this series on regexes with Go, we will focus on using the regexp library to its full extent, including compiling regular expressions, finding...

    3. Regular Expressions With Go: Part 1

      Regular Expressions With Go: Part 1

      Tutorial Intermediate

      In this two-part series, you'll learn what regular expressions are and how to use regular expressions effectively in Go to accomplish many common tasks.

    4. How to Find and Fix Poor Page Load Times With Raygun

      How to Find and Fix Poor Page Load Times With Raygun

      Tutorial Beginner

      This tutorial will teach you how to integrate Raygun in your website and use it to find and fix any slow-loading pages.

    5. New Course: Java 8 for Android App Development

      New Course: Java 8 for Android App Development

      Tutorial Beginner

      In our new course, Upgrade to Java 8 for Android App Development, you'll learn how to use Java 8 and the powerful benefits it offers when developing Android...

    6. Email Isn't Working. How to Use Computers to Support Customers

      Email Isn't Working. How to Use Computers to Support Customers

      Tutorial Intermediate

      In this tutorial, I’ll show you how you can save time and money and improve customer satisfaction by implementing a help desk ticketing system to help...

    7. Auto-Update Your WordPress Salts With WP-Salts-Update-CLI

      Auto-Update Your WordPress Salts With WP-Salts-Update-CLI

      Tutorial Beginner

      Raise your hand if you manage more than five WordPress sites. Keep it raised if the number exceeds ten. WordPress security is a major concern for all site...

    8. Create a Conversational Interface for Android With Dialogflow

      Create a Conversational Interface for Android With Dialogflow

      Tutorial Intermediate

      Google Dialogflow is a natural language processing service that's free, very powerful, and multilingual. It also comes with a large number of well-designed...

    9. 8 Things That Make Jest the Best React Testing Framework

      8 Things That Make Jest the Best React Testing Framework

      Tutorial Intermediate

      Jest is an open JavaScript testing library from Facebook. Its slogan is "Delightful JavaScript Testing". While Jest can be used to test any JavaScript...

    10. Apple HomePod Explored and Explained

      Apple HomePod Explored and Explained

      Tutorial Beginner

      Originally announced on the 5th June 2017 at the Apple Worldwide Developers Conference, The HomePod is a smart speaker system designed by Apple to challenge...

    11. Continuous Delivery With fastlane for iOS

      Continuous Delivery With fastlane for iOS

      Tutorial Intermediate

      fastlane is a toolchain that makes distributing apps extremely easy, allowing developers to focus on their apps and let the tooling take on the tasks of...

    12. Text Generation With Go Templates

      Text Generation With Go Templates

      Tutorial Intermediate

      In this tutorial, you'll learn about the ins and outs of Go templates and how to use them for powerful text generation.