-
TypeScript OAuth2.0 Server
A standards compliant implementation of an OAuth 2.0 authorization server for Node that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.
-
How to use `npm version` to create prerelease tags
A short and quick guide with examples on how to use the npm version command to semantically version your node project with prereleases
-
Add server side rendered async api calls to your Next.js application that resolve before the initial page load
Add api calls to your application that can all be resolved before the initial render, giving the user (or bot) a fully loaded page right from the get-go.
-
Secure a Next.js application with JWT, and a private route higher order component
Authenticating and securing a Next.js application
-
Create a secured REST Api for a Next.js application using JWT and Golang
Create a secured REST Api using JWT and Golang
-
Recovery Passport
Recovery Passport is a three tiered support system for mental and drug rehab members, counselors, and those closest to them, supporters.
-
Using the exec command in node.js
Using the exec command in Node.js is pretty simple, first import the exec function, and then call it.
-
Absolute imports with TypeScript and Webpack
Absolute Imports in TypeScript using the tsconfig path resolver.
-
What is a tsconfig.json file and why do I need it?
Adding this file will give you some control on the compilation of TypeScript into JavaScript.
-
Using the 'timer' observable from Rxjs and Chrome Headless to hack a contest at work
The official rules read: “Everyone has their own tagged link that points to the landing page — each unique click = 1 point”. Interesting, very interesting.
-
Command/Query Bus with IoC Container
Actions can either be a Command or Query. With the ApplicationCore, we can dispatch our Actions.
-
Update PHP using homebrew
Update PHP on your Mac using after the homebrew/php tap has been deprecated.
-
Flipp, the light up event
At Event Farm, we love throwing cool events with engaging, interactive technology. This was a little something a few coworkers and I created at Event Farm.
-
Can I Poop?
A live view of Event Farm's upstairs/downstairs bathroom occupation status. Keep the window open for a few minutes during week day business hours and watch the room status. It will change without the need of a refresh.
-
Building a PHP7.2 + Nginx application using Docker
The goal of this is to have a working development and production build for a PHP7.2 Application using Nginx as our web server.