Tips

Building cloud notifications with RSS feed and Slack

A handy guide on how to integrate RSS feed notifications about the status of cloud providers into a Slack channel

Read
Tips

How to use Promise with timeout in JavaScript

A quick tip about using Promise with timeout in JavaScript

Read
Gatsby

How to load GitHub projects with GraphQL in Gatsby

Quick into GraphQL and the way of pulling public GitHub repositories for Gatsby blog.

Read
DevOps

Github action for adding a markdown post to Medium

If you ever built a blogging system, it might be helpful for you. This Github action adds a post in markdown format to Medium, when build process completes.

Read
Node.js

How to load dotenv (.env) file from shell

A quick tip about loading dotenv files directly from shell

Read
Golang

How to convert IPv4 and IPv6 to integer

A quick tip about converting IP v4/v6 addresses to decimal/integer values

Read
Golang

Cleaning a string in golang with Buffer and Scanner

A fast and efficient way to clean string a string in Golang from specific symbols.

Read