hyper architecture This post is just a high-level view of the current hyper architecture for anyone interested. The diagram shows the separation of concerns at a module level. Starting from the left,
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
hyper63 hyper TSC Meeting May 4, 2021 In this meeting, we discuss the announcements that occurred on May 3rd, hyper got funding, and Tyler and Trip will be joining hyper the hyper team. Β Also, we talked about
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
hyper update May 3, 2021 Greetings, ππ» It has been a little while since our last official update. Today, I am excited to share with you some wonderful news that has happened in the last few months. Thank you for your interest and support in hyper, it is appreciated. April
SvelteKit Update In case you missed it, Svelte Summit was last weekend, all of the talks are currently available on youtube: Here is a link to the SvelteKit Update talk, Rich does
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
hyper63 hyper TSC meeting April 20, 2021 Hello π Below is a recording of the technical steering committee for hyper, main discussion topics: Current Status and RoadmapWebsite updatehyper client discussion
hyper TSC Meeting April 6 2021 Hello π This post contains a link to the recording of the Technical Steering Committee meeting for hyper. An open source service framework. hyper is in current development. In this meeting we review the current status of hyper and the proposed roadmap in the next
NodeJS Intro to Integration Testing Testing is a large subject and there are many opinions on how to do it well. Time for me to add my opinion, I agree with many, on the importance
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
opensource hyper63 TSC Meeting Recording 3/16 π Hello Here the recording to the March 16, 2021 TSC meeting, in this meeting we discussed RFC 008, which adds the ability to perform background processes using hyper63! Check it
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
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