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
DevOps

Introducing GooseOps - a handy toolset for adopting DevOps practices

GooseOps is a number of templates and technologies, which simplifies the process of DevOps automation for technical startup projects.

Read
DevOps

Github action for adding a post to Twitter

If you ever built a blogging system, it might be helpful for you. This github action tweets a message to Twitter, when build process completes.

Read