architecture It's your dime. Hyper allows you to focus your time and resources on your customers. Itβs your dime. Would you rather spend it on features or managing backend services?
composition Composing hyper data and cache services A quick TypeScript example demonstrating the composition of individual hyper backend services.
Javascript The future is DENO! π The future is NOW! TL;DR; Deno is a javascript runtime that can run in edge and server environments, with security built-in by default. The biggest feature by far for DENO is its conviction
Deno Loading dotENV files with Deno Deno is a server runtime for javascript and typescript, it serves the same function as NodeJS, but different implementation. Deno strives to closely model the implementation of the browser version
Javascript Intro to Deno deploy Deno Deploy is a new platform as a service offering from the Deno company. Deno Deploy shares the same specifications as Cloudflare workers and has some impressive deployment speeds. Video
typescript Serverless APIs with Deno and Vercel Vercel has created a zero config serverless platform, by adding files in an api folder you create api endpoints, no need for a server framework or listen to port command,
mad-science React: The great Abstraction React + JSX was launched at JSConf in 2013, I was one of the fortunate Javascript developers to attend the conference, and I will say the reaction and response on the
Javascript Either this or that How many bugs that you fix are a result of a null or improperly handling of an Error? In Javascript, it is very common to see errors like this: cannot