add project tags
This commit is contained in:
parent
8652e56949
commit
f881250143
|
@ -4,7 +4,7 @@ Erik Winter <ik@erikwinter.nl>
|
||||||
:kind: tutorial
|
:kind: tutorial
|
||||||
:public: yes
|
:public: yes
|
||||||
:language: en
|
:language: en
|
||||||
:tags: golang, tdd, http, rest
|
:tags: golang, tdd, http, rest, go-kit
|
||||||
|
|
||||||
In general, when one wants to test the interaction of multiple services and systems, one tries to set up an integration test. This often involves spinning up some Docker containers and a docker-compose file that orchestrates the dependencies between them and starts the integration test suite. In other words, this can be a lot of work.
|
In general, when one wants to test the interaction of multiple services and systems, one tries to set up an integration test. This often involves spinning up some Docker containers and a docker-compose file that orchestrates the dependencies between them and starts the integration test suite. In other words, this can be a lot of work.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Erik Winter <ik@erikwinter.nl>
|
||||||
:kind: tutorial
|
:kind: tutorial
|
||||||
:public: yes
|
:public: yes
|
||||||
:language: en
|
:language: en
|
||||||
:tags: golang
|
:tags: golang, go-kit
|
||||||
|
|
||||||
The subject of logging comes up every now and then, in every group of developers. Apparently it is something to be opinionated about, like code formatting. Or to something complain about, like leaving off the cap of the toothpaste. If only there was a `go fmt` for logging. Or toothpaste.
|
The subject of logging comes up every now and then, in every group of developers. Apparently it is something to be opinionated about, like code formatting. Or to something complain about, like leaving off the cap of the toothpaste. If only there was a `go fmt` for logging. Or toothpaste.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue