Creating client-side page redirect in GatsbyJS without using plugins. 04/01/2019 An easy way to create redirects in GatsbyJS is with a Meta refresh HTML tag.
Start your JSS journey with the selectors cheat sheet. 19/12/2018 A small cheat sheet of most popular JSS selectors I use the most and always forget
Pixel density and Resolution tool for CSS media queries 01/06/2018 Open this page on whatever device or browser you want and check. It will show what pixel density or pixel ratio the device/browser has and it will create media queries for HD or Retina displays.
Center grid and align items on the left using CSS 06/02/2018 If you think that it is a trivial task to center grid content and align its items without JavaScript, think again.
Export SSL certificate to PFX and add to Azure Web Apps 20/12/2017 The article is a short guide or even a small cheat sheet for activating your SSL certificate to Azure Web Apps.
Enable compression on SVG files 04/12/2017 Receiving PageSpeed Insights "Enable compression on SVG files" recommendation with gzip or deflate enabled is a strange error with a simple solution.
Eliminate render-blocking CSS in above-the-fold content, Part 3/3 30/11/2017 This is an error that can take 30+ points from your score, but it could be surprisingly easy to fix even on a mature website.
Eliminate render-blocking JavaScript in above-the-fold content, Part 2/3 15/11/2017 This is an error that can take 30+ points from your score and it is one of the hardest to fix on a mature website.