Written by Subesh Bhandari who lives and works in Nepal building silly things. You should follow him on Twitter

Git and Github Practical for beginners

August 24, 2020

Take the step by step guide and practical to get started with Git and Github. Learn how to create a Git repository, push the change into Github, and finally host it in Github.

Getting started with WebAssembly and Go by building an Image to ASCII converter

August 13, 2020

With the rise of WebAssembly importing a program written in Languages like C/C++, Rust, and Golang to the browser has been made possible. This blog will look at how we can run a program written in Gol...

Test JSON API from the terminal

June 03, 2020

Learn how to test JSON APIs from the terminal/bash with the help of a tool called api-test. This tutorial provides basic knowledge about test cases structure i.e how you can organize test files, call ...

Build a snake game using HTML canvas and javascript

May 06, 2019

Step by step guide to create a snake game using HTML, javascript and Canvas. Feel free to explore the code and implement your own version of snake game and share them in the comments.