Programming

Native Intl api now provides relative time strings

Want to convert date time into relative time strings like yesterday, tomorrow, 1 day ago, 1 week ago, then modern browser's native Intl is enough...

Read
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