progressive react

Building progressive and performant sites with React

looking back at 2018 - and a note on being grateful, helpful, and empathetic

Not too late this time around.

progressive web apps with angular: part 2 - lazy loading

Lazy loading with Angular

thinking prpl - a progressive web pattern

The PRPL pattern is not a specific technology or tool, but rather a methodology for building web applications that load fast and reliably...

looking back at 2017

I'm late, I know.

progressive web apps with angular

Progressive Web Applications have been the talk of the town in the past few months. In short, they use modern web capabilities to provide a user experience similar to that of mobile apps. Still a relatively new concept, these applications work for every user in every browser but are enhanced in modern browsers...

continuous integration | angular cli + firebase + travis ci

After completing the first step of building your application, the next thing most of us do is pick a hosting platform (like Github Pages) and deploy it. This is awesome, but we always need to make sure to deploy a newer build every time we update our app. We also need to run any unit tests we may have and make sure they pass beforehand.

building hacker news with angular 2 cli, rxjs and webpack

If you have ever built an Angular 2 application before, you'll know that setting up and bootstrapping an application can take a significant amount of time. Thankfully, the Angular team has rolled out Angular CLI, a command line interface that makes creating and scaffolding an application significantly easier...

building angular 2 applications with immutable.js and redux

If you have done any JavaScript development in the past year, then you may have already heard of Redux. Popularized with the use of React, some developers claim it's the most exciting thing happening in JavaScript at the moment, revolutionizing the way we build our applications and even helping us prevent global warming for good...

event and style binding in angular 2

Angular 2 introduces new template syntax and directives that allow us to manipulate data in our applications. In this post, I begin with a brief introduction on data and event binding then dive right in to using style and class binding as well as directives to dynamically apply CSS and CSS classes...

asynchronous javascript: callbacks

Functions in Javascript are treated as first-class objects. This means that they have a type of `Object` and can be referenced like any other first-class object, such as `Date`, `Number`, and `String`. This may seem obvious to you, but it's important to remember that the nature of functions in Javascript are quite different then, for example, methods in Ruby...

Houssein Djirdeh