Programming

Finally we have a perfect way to deep copy js object

Getting errors due to shallow copy? Here's the perfect modern way to deep copy a json object...

Read
Data Science

YouTube video's language analysis

Analyzing a YouTube video for useful insights using natural language processing...

Read
Web Dev

Creating a session in go by reading cookies and then using them in future http requests

Getting 403 forbidden error as your http request is missing required cookies? Here is the solution...

Read
DevOps

Creating a simple system-alert or desktop notification in Go language

Need a alarm every 20 min to get up, relax your eyes and refocus? Or maybe a cron job schedule to run every 10 mins or so? Here's a easy solution...

Read
Programming

Go lang notes from tutorial in official documentation

Here are my notes created while learning Go lang...

Read
Data Science

Google Colaboratory (Colab) notes

Google Colaboratory is awesome tool for running python code or say jupyter notebooks online in the cloud...

Read