GOSTR - Golang string helpers package

- 1 minute read

so after sometime of tinkering with Golang i made my decision to go deeper and dive into it more, as they said the best way to learn is by doing. so i decided to port some string helpers from Laravel PHP Framework to Golang as package which provide bunch of helper function to manipulate the strings…

All you need to know about S3 From Amazon

- 9 minute read

S3(simple storage service) is one of the core services that AWS (Amazon Web Service) provides and probably one of the most famous. It is a cloud storage service that stores objects (data) with descriptive metadata inside globally uniquely named buckets which are similar to folders on your computer….