Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
687 changes: 687 additions & 0 deletions blog/2026-05-11-unit-testing-vs-integration-testing/index.mdx

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions blog/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,18 @@
"linkedin": "oliver-with",
"github": "quattervals"
}
},
"sebastianhans": {
"name": "Sebastian Hans",
"title": "Senior Software Engineer & Architect",
"description": "Sebastian Hans is a Senior Software Engineer and Architect at bbv Software Services GmbH. Having worked in different roles and with a variety of technologies, he believes that the technology itself is not actually that important. His focus is on quality and the socio-technical aspects of software development.",
"url": "https://www.sebastian-hans.de/",
"imageURL": "/img/authors/SebastianHans.jpg",
"page": true,
"image": "",
"socials": {
"github": "sebastian-hans-bbv",
"mastodon": "https://hachyderm.io/@sebhans"
}
}
}
4 changes: 4 additions & 0 deletions blog/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ cloud-native:
label: Cloud Native
permalink: /cloud-native

testing:
label: Testing
permalink: /testing

well-architected:
label: Well-Architected
permalink: /well-architected
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['csharp', 'powershell', 'bicep', 'bash', 'json'],
additionalLanguages: ['csharp', 'powershell', 'bicep', 'bash', 'diff', 'java', 'json'],
},
} satisfies Preset.ThemeConfig,
};
Expand Down
Binary file added static/img/authors/SebastianHans.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading