Alle Posts mit dem Tag "Testing"

The World of Testing in Go

The World of Testing in Go

Testing your code is an essential part of software engineering. Whether you write code first and then tests or the other way around, there should be no discussion about writing tests. The expectation of testing should not be to find bugs but to have a stable code base that can be easily extended and refactored.

Weiterlesen
E2E Testing Cluster on AWS Fargate – Part 1

E2E Testing Cluster on AWS Fargate – Part 1

End-To-End tests take a lot of time especially when you have a lot of them. To improve feedback cycles for our developers we built a project to set up an isolated, self destructing cluster which runs the test suite on AWS Fargate.

Weiterlesen
Realtime Error Tracking im Web mit Sentry.io

Realtime Error Tracking im Web mit Sentry.io

Komplett fehlerfrei laufende Anwendungen sind wohl der Traum eines jeden Entwicklers, aber leider bei weitem keine Realität. Im Entwicklungsprozess lässt es sich kaum vermeiden, dass sich Bugs in den Code einschleichen.

Weiterlesen
Z-Index Management With Sass

Z-Index Management With Sass

Working with z-index values in large projects can be really difficult. On a growing project, you can observe the z-index values increasing. At some point it is not uncommon to see values like 999.

Weiterlesen