Fernando Lujan

Software & Design

Basics of ES6: A Brief Introduction

Illustration for article: Basics of ES6: A Brief Introduction

If you’re not using modern JavaScript yet, you should be. It’s cleaner, more productive, and more fun than writing traditional, old-school JavaScript.

Some ES6+ code won’t run on all browsers natively, but tools like Babel and Webpack can help us transpile our code into browser-compliant code...

Angular Hot SPA

Illustration for article: Angular Hot SPA

Disclaimer: this article is outdated. I would not choose to use gulp or such an old version of Angular in any projects today.

If you’ve read my other article you probably have some understanding of how a common JavaScript build system works. While it’s great to know how it works...