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?
SaaS extending hyper ---> TL;DR; Check out our new hyper extension - https://github.com/hyper63/hyper-ext-counter - with this extension you can use the cache service to increment, decrement counters by a
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 Introduction to Async ADT If you do not know what an ADT is, read the previous post - https://blog.hyper.io/understanding-adts/In a previous post, we talked about ADTs or Algebraic Data
Javascript Understanding ADTs TL;DR; functional programming contains a lot of jargon that can sometimes get in the way of the purpose. In this post, we take a different approach to think about
Tutorial Sveltekit Authentication 🎓Tutorial: What you will learn * How to create an OAuth Application using Github * How to redirect requests using SvelteKit * How to handle OAuth Callbacks * How to use the Access Token
Javascript hyper cache - counters hyper is an API on top of services (data, cache, search, etc) and one of the most powerful capabilities of hyper is the ability to compose services. Composing is the
Javascript Functional Recursion with ADTs First to Key! First to the EGG!Sometimes, I feel like functional thinking is a lot like the gunthers in Ready Player One! Every day you find a new clue
Javascript Testing secure endpoints with integration testing Testing APIs is a non-functional requirement for successful APIs, it is part of the definition of done. Securing APIs is also a non-functional requirement. Creating an integration test on a
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
Javascript Architect a different approach to web application development It is the year 2021 and serverless is starting to go mainstream, kubernetes has emerged as the top enterprise network solution and the React web library is the most sought
Javascript Functional Thinking This weekend, I was reading a recently released book called Grokking Simplicity, the purpose of the book is to teach functional programming without using the technical jargon. (If you know
NodeJS CHSJS: NodeJS meetup April 22, 2021 Hello 👋, Here is a recording of the CharlestonJS Meetup April 22, 2021 Tom Wilson presents on the new NodeJS v16 release and does a talk showcasing a serverless framework called
oauth Svelte + Google OAuth2 Authentication is a PAIN, there are so many decisions, functional and non functional requirements to work through. But suppose, just suppose, that you only had the following requirements: RequirementsInternal portal
svelte Intro to Svelte Query Svelte is an exciting frontend framework that compiles away, which results in very small bundles shipped to the client with rich application functionality and features. In this post, I want
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
mobile Mobile Web vs Mobile Native ScenarioIn looking at the stats of views to our most customer facing app, it's 90+% viewed and used on mobile. At what point are you guys building true mobile apps
Development Capturing full page screenshots with puppeteer and Architect (arc.codes) ⚡ Lets build a server-less app that browses any site we provide in the url and takes a full page screenshot of the site and returns it to our browser! Sound
Development Don't trust your client! With API development, you need to remember some principles. A fundamental principle is data protection. Don't trust your client!Yes, you heard me right, but what if I am building