Hi! I'm Niall McKenna

Technologist, Maker & Software Developer

Recently Published

Article

Build a CLI app in Go

Go is a great language for building CLI apps, and there is a popular Go-module called [Cobra](https://github.com/spf13/cobra) that provides some powerful tools to quickly build a powerful CLI application. There are...

Article

Using Sequelize with Typescript

Object Relational Mapping (ORM) can be a very useful when we interact with a database, in this post I will go through a brief example project of utilizing the Sequelize...

Article

Documenting a REST API in Typescript

REST is an architectural style with a set of recommended practices for submitting requests and returning responses. To understand the structure of the requests or responses, as a developer we...