Golang is a great language, in my opinion, simple, fast, and focused on high performance. But, not only it can help us to create a micro-service that performs, but we can also code quite quickly.

As a PHP developer, I used to work with Symfony Framework, which could give me a big range of tools to support me to create incredible services. But there is one in specific that I liked the most, Symfony Skeleton, with a single command you can create a project and install all dependencies. It helps us to focus on the problem and quickly deliver at least a POC of the problem we are trying to solve.

As of PHP, in Go we can also create some kind of skeleton, but for that, we would need some basic structure to work on like Symfony and its architecture. Thinking of that we could use an approach to solve that problem as we are used to develop a golang application, which is the Clean Architecture. I will not add here the benefits or why you should work with it.)As of PHP, in Go we can also create some kind of skeleton, but for that, we would need some basic structure to work on like Symfony and its architecture. Thinking of that we could use an approach to solve that problem as we are used to develop a golang application, which is the Clean Architecture. I will not add here the benefits or why you should work with it.)

#golangspell #golang #go #cli tool

Creating Applications with Golangspell
3.00 GEEK