0

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