An Introduction to Deno

A secure runtime for JavaScript and TypeScript. — by (Deno.land)[https://deno.land/]

3 min read

A Look into Video Streaming - MPEG-DASH vs HLS

Streaming is a way of delivering data over the Internet so that a device can start displaying the data before it fully loads. Video is streamed over the Internet so that the client device does not have to download the entire video file before playing it.

8 min read

Why one should learn Go, in 2019

Go was first appeared on November 10th, 2009 designed by Rob Pike, Ken Thompson and Robert Griesemer. Go was introduced as a new system programming language with quick build times, great tooling, simple concurrency model, and a different approach to object-orientation.

4 min read