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,
contributing hyper63 launches a SWAG Store In this global pandemic, hyper63 would like a way to show appreciation for all the contributors and fans of the hyper63 project. In earlier times, we could simply meet in
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
Programmer Mindset Lately, I re-read the book: The Pragmatic Programmer The Pragmatic Programmer from Andy Hunt and Dave Thomas is a classic and the updated version is even better. The 20th Anniversary
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
Contributing to hyper63 Part 2 - creating an adapter Hello 👋, Welcome back to the contributing to hyper63 series. In this session, we will create an adapter for our hyper63 port. If you have not done the part 1 of
contributing Contributing to hyper63 Part 1 -Creating a port Hello 👋 ,  If you are reading this post, you are interested in contributing to hyper63 the open-source service framework. This post is part of a series of posts that walk through
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
hyper63 Deploying hyper63 on Render.com In this post, we will walk through deploying hyper63 on render.com. Render.com is a cloud service that is built on top of kubernetes. The service abstracts all of
hyper63 live-streams This week I have started live-streaming some of my work on hyper63, the streams may help give you some insight to the internals of hyper63. Contributing documentation is coming, but
Tutorial Installing docker on ubuntu 20 using "ansible" This is a tutorial post for my own notes, in this post we will walk through the steps to install docker on two ubuntu servers using ansible. DISCLAIMER: This is
Meeting Recording TSC Meeting Recording 2/2/21 hyper63 is an open-source project with TSC meetings every two weeks. The meeting occurs on Tuesdays from 4pm to 5pm. Everyone is welcome to attend. During the meeting we discuss
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
Learn Svelte SvelteJS is one of the top frontend frameworks, unlike other frameworks, SvelteJS compiles the framework out of the bundled Javascript. This results in smaller JS and great performance. Check out
Why hyper63 Tom Wilson shares vision for hyper63 and the problems it is trying to solve for 20ish minutes. For more information check out https://hyper63.com
Newsletters hyper63 newsletter Jan 28 2021 Greetings, It has been too long for an update on hyper63. Thank you all for subscribing to hyper63 updates. I hope everyone had a wonderful holiday and a great start to 2021. 2021 will be the year for launching products, starting with "hyper63" (a
Opinion On average 41% of developers time is spent on technical debt In 2018, Stripe released a study called the developer coefficient. The report concluded that software engineering efficiency would cost 3 Trillion in GDP over the next ten years. There are
Development Build applications using APIs Development teams often ask me, "How should we structure our application?" While the answer is never simple, it often involves a statement recommending to build an API, between your presentation
Getting Started Getting Started The easiest way to get started with hyper63 is to use our online sandbox at play.hyper63.com. This is a service sandbox that anyone can use to get familiar with hyper63 and its features. There are several ways you can interact with the
Introducing hyper63 blog Welcome to the hyper63 blog! This blog is about the hyper63 services framework and how you can use it to rapidly create applications that are "future-proof"! The articles on this blog focus on the following categories: NewsTutorialsCase StudiesGuidesWe hope you enjoy using hyper63 and