My Avatar

Kasun Vithanage

Opensource 🧡
Always learning something new 🌗

Cover image

Using DataLoader with NestJS

NestJS is a powerful framework to develop server-side applications. With GraphQL support, it is easy to create scalable services easily with NestJS. Dataloader plays a crucial part in developing high perfomance GraphQL services. It eliminates the N+1 problem allowing services to be more responsive. In this small article, we will discuss how I integrated Dataloader into a NestJS application.

Link
Cover image

Deno - first impression

Deno is a new secure runtime for javascript and typescript created by Ryan Dahl, the original author of NodeJS. Recently Deno 1.0.0 was released and this is my first impression about it

Link
Cover image

How We Created a Realtime Patient Monitoring System With Go and Vue in 3 days

We helped frontline to fight against covid-19 by creating a Realtime Patient Monitoring system. In this blog post you can find out how we did it using go and vuejs

Link
Cover image

Let's Create a Simple Load Balancer With Go

Load Balancers plays a key role in Web Architecture. In this post we are going to develop a simple load balancer with power of Go

Link