0

Getting Started With Nucleus: Introduction

  Nucleus is a style guide generator based on the principles of “Atomic CSS”. It empowers you to write more modular stylesheets, whilst also allowing you to quickly generate a style guide with minimum hassle. In this short course, you’ll learn the principles behind Nucleus and how to apply it to your next Sass project. […]

Read More

Get Started With Vue: Introduction

  Vue.js is a front-end JavaScript framework that is easy to learn if you already know HTML and CSS. The versatility of Vue is great for small and large-scale web apps alike. On top of all this, it’s blazing fast! In this course, you’ll learn the basics of the Vue framework. You’ll learn about core […]

Read More

How to Hack Your Own App: Introduction

  Everyone knows that the earlier you fix a bug, the cheaper and easier it is. This is true for security flaws as well. The sooner you discover a security vulnerability in your app, the better! In this course, you’ll learn how to “hack” your own app, in order find problems early—before your users’ data […]

Read More

Modern JavaScript Linting With ESLint: Introduction

  Linting helps ensure that our code doesn’t have issues that could come from a typo or basic error. All developers make these mistakes from time to time; they aren’t caused by a lack of knowledge, but maybe a mistyped keystroke. Linting catches these issues quickly and painlessly for us. Code style is also very […]

Read More