-
A simple isomorphic javascript blog with React and Nodejs
After reading a lot of articles about isomorphic javascript and testing the various examples, I decided to create a simple isomorphic app to better understand the development process.
-
Build a static site using Grunt, Assemble and Sass
I really like static site generators.
They’re easy to use and perfect when you need to set up a bunch of html pages, without depending on server side languages. As you can see also this blog is made using Jekyll. -
Inline critical CSS to solve the Above the Fold issue
I recently reviewed the front-end code of a mid size website.
The goal was trying to get the best performance as possible, according to Page Speed Insights.
I hadn’t the full control of the webserver and I couldn’t install the mod_pagespeed module, so I had to fix all the suggestion from Page Speed by myself.