Diogo Spínola I'm a learning enthusiast, web engineer, and blogger who writes about programming stuff that draws my attention.

Stories by Diogo Spínola

Client Render vs. Server Render vs. Serverless

Client render vs. server render vs. serverless

Dev

We explain both client and server render and demonstrate how to include a serverless framework that you can later deploy to your preferred cloud service.

Diogo Spínola
Nov 9, 2020 ⋅ 6 min read
Using Feature Flags With Unleash and Node.js

Using feature flags with Unleash and Node.js

Dev

When used appropriately, feature flags can eliminate much of the stress associated with launching a new release of your application.

Diogo Spínola
Nov 5, 2020 ⋅ 6 min read
Notifications, caching, and messages in a progressive web app (PWA)

Notifications, caching, and messages in a progressive web app (PWA)

Dev

With PWAs, you can request permission to display browser notifications, use the cache to make your website load faster, and more. Learn how to create notifications, add elements to the cache that aren’t defined in the service worker, and establish communication between the client and service workers in a PWA.

Diogo Spínola
May 25, 2020 ⋅ 7 min read
How to Build a Progressive Web App (PWA) With Node.js

How to build a progressive web app (PWA) with Node.js

Dev

Learn how to build a PWA that has offline functionality and complies with all the Google Lighthouse checks.

Diogo Spínola
Apr 6, 2020 ⋅ 10 min read