Blog
-
Intro to APIs
techMost web products provide an API, which is a way to expose and interact with the contents of a database in a safe and efficient way.
Read more → -
Generalizing the Monty Hall Problem
statisticsThis game implicitly assumes that you value cars more than you value sheep…
Read more → -
Why The Chicken Crossed The Road: A Response To Rex Evans
statisticsYou’ll be thrilled to hear that Chickenville is a mathematically ideal city.
Read more → -
The Next.js Framework
techNext.js gives developers the best of both worlds - fully rendered HTML served to the browser, with the ability to selectively hydrate interactive components.
Read more → -
Configuring HTTPS on Linux for Production
techTraefik is a HTTP reverse-proxy and load balancer written in Go. Let’s go ahead and use it to configure HTTPS, auto-renew SSL Certificates, and proxy incoming requests to our containers, avoiding exporting Docker ports.
Read more →