Empty HTML page

How to create an empty HTML page, no title, no favicon

Web

Empty favicon trick

If your HTML do not point to a favicon you get a 404. There are few use cases when you want to avoid that but also do not have a favicon ready yet, or you want to save bandwith. Use case is up to you, let me show you the (one line trick :) code.

Web

Sass SVG inline background interpolation tricks

Creating a dynamic SVG inline background with Sass can bring many surprises. Let me share these tricks.

Web

A Simple React/Redux structure

Let me show you I use Redux with React, a set of snippets that I have polished during the last few years to achieve a simplified and flexible structure that is easy to understand also for beginners.

Web

Framer X and internationalization

How to setup Framer X to use a i18n React tool and design with translations integrated

Web

Using Framer X with custom Sass build

Framer X is a slick tool, you can express your creativity creating not only design mockups but also React components from real code. Is it possible to use your own Sass build?

Web

Create a Material React app

How to use create-react-app with Material web components.

Web

Vanilla JavaScript date manipulation

You don't need moment.js! Just use few snippets of native JavaScript code to parse and manipulate dates.

Web

Use fetch!

Which is better? axios or fetch? Let me share my ( unconventional, as always :^) opinion.

Web

Play T-Rex Chrome game online

If you also like Chrome, you probably also like to play with the T-Rex game but then suddenly the network arrives and the game is over...

Web

Emoji everywhere

60 seconds tutorial about how to use Emoji in your web site.

Web

Math on GitHub Pages

Display math formulas on GitHub Pages using LaTeX. Two methods are described, one using MathJax to render formulas client side, and other using KaTeX to render formulas server side.

Math
Web

Moving from Blogger to GitHub Pages

Migrate your blog from Blogger to GitHub Pages to gain full control on your content.

Web