Go vs Java & Python

By / August 23, 2018 / , ,

Go vs. Java Concurrency Go is an open source programming language developed by Google. It is generally known for its native concurrency. Now a days various big projects such as MongoDB, Netflix, Uber, Facebook etc are using Go language. Even some DevOps tools like kubernetes and Docker which deals in containerization (provides an isolated environment […]

 Read More →

DevOps Automation

By / August 6, 2018 /

DevOps is revolutionizing the way companies/organizations approach software development. DevOps is not just a tool or a method; it is an approach from development to operation via testing and monitoring. By uniting development and operation teams, companies can get faster innovation in the field of automation, improved deployment quality and automated testing environments.   There […]

 Read More →

Agile development with Go

By / August 3, 2018 / ,

Go is a short, simple, agile and easy to use language that imposes very low cognitive load on the developer. It has a nicely orthogonal language feature set that yield a great language/tool for rapid software development. To walk through the journey of Agile development with Go language, we first have to understand what Agile […]

 Read More →