Skip to main content

Announcing Pikku 0.3

· 4 min read

I'm thrilled to announce Pikku version 0.3!

This update comes shortly after version 0.2 and focuses primarily on improving the developer experience. It introduces better API validation and reduces boilerplate, making it easier and more intuitive to build powerful APIs.

Announcing Pikku 0.2

· 4 min read

We are thrilled to announce the release of pikku 0.2!

For the past few years, pikku has been quietly powering bespoke projects as a submodule. With version 0.2, we're transforming it into a fully-fledged set of libraries designed to streamline your development experience.

Why I haven't used nestJS

· 9 min read

Before I begin, today is 20220222 as an ISO date. I had to blog something!

This article aims to explain why I went with writing Pikku instead of using nestJS. It's mostly for my sanity; since I just took a few months off of development and after returning wondered why I decided to create my own solution 😅.

Service Lookup Continued

· 10 min read

So I got some great feedback on hackernews on a couple of things and wanted to write a bit more of an opinion piece.

Service Lookup

· 5 min read

Quick intro, Pikku is a thin wrapper ontop of express / serverless / any request-response mechanism that hides away all the boiler plate. The goal is for a user to be able to be able to add an endpoint, with schemas, permissions and session management without actually having to do any boiler plate.

Hello!

· 2 min read

Hello!​

Welcome to the pikku blog!

The goal is of the blog is for me to share as much as I can about some design decisions I have taken whilst working on some of my projects/ideas. Once those are open for testing I'll be providing a lot more examples!