Learn modern JavaScript including Ajax and the Fetch API
Web Development Teacher
Hi everybody! I'm Kalob Taulien.
Here's the TL;DR (short) version about me:
Below you can find all my Arbington courses. The categories go from easiest to hardest, except for the Misc. Coding Courses at the very end.
If you're brand new to coding, start with BEGINNERS WEB DEV. and then move on to HTML.
If you're an experienced web developer, you can skip through any of the sections below.
If you want to learn how to make websites look really nice, and act nice, you want to look into HTML, CSS and JavaScript.
If you want to create websites where users can login, have an account, and save information, you want to look into PHP, Python, Django, or Wagtail.
Last but not least, EVERYONE should know Git and how to use GitHub. It's absolutely vital that 100% of all developers understand Git and GitHub. It's the secret language that every employer is looking for. I have an entire section on it, too.
Don't forget to follow me on Arbington web development resources!
Happy coding!
Welcome to JavaScript 201: Intermediate JavaScript.
In this course you will learn concepts such as styling your code so it's always readable and easy to maintain, strict comparisons, what "scoping" is, hoisting, closures, destructuring arrays and objects, arrow functions and much more.
We'll also go through Ajax (loading data from another page without refreshing the page) and using the Fetch API for sending and receiving data in a JavaScripty way.
There's a project included that uses just about everything you will learn in this course, including working with APIs.