Fenix
Technologies, Hacks and Games...

Latest

Jan
22

Golang Tutorial 1: Setting up golang

Installing golang using versionGoBrew is a command line tool that helps you manage multiple versions of Go on your machine.
2 min read
Jan
22

Exponential backoff in go

IntroductionExponential backoff is a technique used to handle network errors and timeouts in a more robust and efficient way. The
1 min read
Feb
10
Golang: Connecting to posgres using ssl

Golang: Connecting to posgres using ssl

In this article, you will learn how to host a postgres server with ssl enabled using docker and connect to
3 min read
Jan
29
Golang Tutorial 1: Introduction

Golang Tutorial 1: Introduction

In this tutorial, you will learn how to install golang, setup you vscode and write a simple hello world program.
2 min read
Mar
01
How to efficiently level up to 40 in Pokemon go

How to efficiently level up to 40 in Pokemon go

Getting to level 40 is a humongous task in Pokemon go. Catching Pokemon and spinning pokestops is not be the
2 min read
Dec
03
Pokemon go: Treadmill + Adventure sync = candies + eggs

Pokemon go: Treadmill + Adventure sync = candies + eggs

Eggs and candies are essential part of pokemon go. You need candies to evolve/power up pokemon and eggs generally
1 min read
Oct
14
Switching between Mac and Linux made easier

Switching between Mac and Linux made easier

There might be cases where you need to be working in both OSX and Linux. Switching between Mac and Linux
1 min read
Sep
14
MongoDB setup in AWS

MongoDB setup in AWS

MongoDB is an essential part of microservices architecture. MongoDB is a document-based no-SQL database. Let’s look at how
3 min read
Sep
04
A Simple Prometheus client for httprouter

A Simple Prometheus client for httprouter

Prometheus is used for monitoring and alerts. Prometheus provides system and application monitoring which is essential for microservices architecture. Prometheus
2 min read
Apr
15

Finding all Vulnerable Security groups in AWS using golang

Security is very important for any AWS infrastructure. Security groups are essential component for AWS security. Security group acts a
1 min read