Gio

Gio @_gdelgado

Location:
Toronto
Joined:
Apr 3, 2018

Gio
articles - 11 total

Pitfalls When Adding Turborepo To Your Project

Challenges scaling monorepo with npm workspaces, Turborepo and CircleCI

Learn More 26 4Feb 15 '22

Get Paid To Work On Open Source

Want to practice your TypeScript skills? Want to contribute to a project with half a million downloads? Then contribute to `neverthrow`!

Learn More 7 5Jul 21 '21

Challenge: Create a `pad` function without using loops!

Create a function that takes some configuration and a value and returns the value with conditional amount of padding

Learn More 5 0Apr 20 '21

Type Constraints In TypeScript

Narrow the set of values that a generic type could be

Learn More 11 0Nov 12 '20

Implement a type-safe version of Node's Promisify in 7 lines of TypeScript

I wanted to quickly showcase how to leverage the power of types in TypeScript to get a typesafe version of Node's util.promisify.

Learn More 7 3Aug 31 '20

Introducing Elm Antd

Introducing an implementation of Ant Design in Elm + opportunity to contribute to your first open source project

Learn More 6 0Jul 5 '20

Chaining Failable Tasks

This post introduces the new chaining API for the "neverthrow" package and what problems it solves.

Learn More 7 0Mar 7 '20

Type-Safe Error Handling In TypeScript

In this post, I introduce the concept of a Result type, which eliminates the need for throwing exceptions, and reduces risk of runtime errors.

Learn More 174 30May 5 '19

My Over-Engineered Blogging Setup

Super smooth dev-ux for Pelican + Automated deploys to Netlify with CircleCI.

Learn More 51 2Oct 8 '18

Zero dependancy Pub / Sub system with PostgreSQL

In this post I describe how you can implement a distributed Pub / Sub system without introducing additional complexity to your system.

Learn More 33 14May 27 '18

The Economics of JS

tldr; The democratization of the web platform has brought about an influx of JS...

Learn More 23 1Apr 3 '18