Go

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