My Journey Building a NoSql Database in Typescript

Introduction So I’ve been working on this database I wrote in nodejs that I started almost 4 years ago as a side project. I’m sure your first thought is “Why would you ever do that?”, and to that I say, I wanted to. This project, like many of my others, was just experiment and learning … Read more

Introducing Swerver, the SwizzyWeb service manager

Swizzyweb Swerver is now launched on npm for managing your SwizzyWeb services. Swerver offers a web portal for managing your SwizzyWeb services. Through the portal you can install, start, stop, and view details on web services. Swerver can be installed via npm and started with a single command. It is the quickest way to get … Read more

SwizzyWeb: The Future of Scalable and Flexible Web Services

Every developer eventually encounters the challenges of an overgrown monolith or the complexity of managing an endless array of microservices. What if you could embrace the simplicity of a monolith until scaling becomes a necessity, then seamlessly decompose it into the precise number of microservices you require? What if you could effortlessly switch between Node.js, … Read more