Go - (1) Intro

A bit about Go Any interpreted language is slower than Go because it is compiled. High execution and compilation speed. Go is faster than interpreted or VM-powered languages like Python, JS,...
0 Read More

JavaScript DOM Manipulation

I wrote this post on my blog hereInitially, JavaScript was built to manipulate the DOM and capture user interaction. Nowadays, JavaScript is far from that and has established itself as a powerful cros...
0 Read More