golang

Packages in Go and Other Things

In this issue, I share some of my notes on packages, variables and types

Read
golang

On Building Goignore

I took my first step into building a usable and functional Go program with GoIgnore after studying Golang for over a month.

Read

Source Operations in Platform.sh

In today’s blog post, which is the final blog post of the 7 days of Platform.sh series, I will be discussing what a source operation is on Platform.sh, the problem it solves and how to set up one for any of your applications deployed on Platform.sh.

Read

Platform.sh & NextJS

A lot of React developers have decided to make use of NextJS, the open-source React framework to build their production UIs. This is because NextJS has simplified the React framework with extra features like hybrid static and server-side rendering, out of the box Typescript support, smart bundling and many others without any config. In today’s blog post, which is part of the 7 days of Platform.sh series, I will be discussing how Platform.sh supports NextJS and React developers to deploy their projects with ease.

Read