#Weekly Roundup

Phacks’ weekly roundup #1 — August 21st issue

📖 A curated list of the most interesting reads, talks & libraries I stumbled upon last week.

Read →
#Web Performance

Doubling the number of performant Apps using kaizen

In February, I teamed up with Kévin Jean, also a Software Architect, to improve the performance of our apps. We turned to Lean and Kaizen to make this happen.

Read →

Getting Started with React, Redux and Immutable: a Test-Driven TodoMVC Tutorial (Part 2)

This is the second and last part of the React, Redux and Immutable tutorial.

Read →

Getting Started with React, Redux and Immutable: a Test-Driven TodoMVC Tutorial (Part 1)

What follows is the first part of a tutorial that will hopefully guide you to the principles of the Redux way of doing things©.

Read →

How To Automatically Update Your Angular Offline Webapps

Offline-first webapps are a gracious way to guarantee a worst-case user experience that can be controlled and fine-tuned by developers.

Read →

Making Adjustments

By now, our app looks okay and works reasonably well. But we were still stuck on local testing, meaning that we couldn’t test it on mobile platforms to see what it rendered. Thus, we decided to deploy our app.

Read →

Deploying our App

By now, our app looks okay and works reasonably well. But we were still stuck on local testing, meaning that we couldn’t test it on mobile platforms to see what it rendered. Thus, we decided to deploy our app.

Read →

Discover Jade, a great template engine for Node

Jade is a powerful tool that makes writing HTML easier than ever. We use it extensively in our project and wanted to share our experience.

Read →