Welcome to Foureyes Laboratory

What is This?

These experimental studies, doubles as a foundational setup for future projects. It takes the various approaches, discusses the strengths in each strategy, and will supply a skeleton of the boilerplate or common sections, that can be configured to the project at hand.

Statically-Served Front-End

Statically-served front-ends, are the front-ends that are supported simply by a content delivery service. There are zero server processing of the files, before it is delivered to the client. This experimental study analyzes the benefits, strategies and drawbacks of this approach.

Monolithic Webapps

A battle tested approach to web app development. All requests for a resource goes through an application server, which will handle the rendering of most of the content, security and all interactions with the client.

Microservice Platforming

Decomposition of services into smaller deployable unites, and maximizing decoupling of services to the point that taking down any single service does not fatally alter the system. Experimentally find out various approaches of implementing this strategy