StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Home
  2. Companies
  3. Visionary AG
Visionary AG logo

Visionary AG

Verified

docbox is the largest eHealth platform in Switzerland (operational with over 12,000 doctors, 75 hospitals, and over 100 life science companies) that is developing rapidly.

Zurich Switzerlandwww.visionary.ch
57
Tools
2
Decisions
0
Followers

Tech Stack

Application & Data

20 tools

MongoDB logo
MongoDB
JSON logo
JSON
XML logo
XML
GNU Bash logo
GNU Bash
Spring Framework logo
Spring Framework
Markdown logo
Markdown
ES6 logo
ES6
HTML5 logo
HTML5
mkdocs-material logo
mkdocs-material
MkDocs logo
MkDocs
TypeScript logo
TypeScript
JavaScript logo
JavaScript
PostgreSQL logo
PostgreSQL
Java logo
Java
Spring Boot logo
Spring Boot
Kotlin logo
Kotlin
AngularJS logo
AngularJS
CloudFlare logo
CloudFlare
Spring logo
Spring
Material Design for Angular logo
Material Design for Angular

Utilities

5 tools

Keycloak logo
Keycloak
Slack logo
Slack
OAuth2 logo
OAuth2
OpenID Connect logo
OpenID Connect
JSON Web Token logo
JSON Web Token

DevOps

1 tool

Better Stack logo
Better Stack

Other

31 tools

Google Fonts logo
Google Fonts
Portainer logo
Portainer
Docker Swarm logo
Docker Swarm
Docker logo
Docker
GitLab logo
GitLab
Confluence logo
Confluence
NGINX logo
NGINX
FHIR logo
FHIR
Alpine Linux logo
Alpine Linux
Postman logo
Postman
Ubuntu logo
Ubuntu
New Relic logo
New Relic
WordPress logo
WordPress
npm logo
npm
Microsoft 365 logo
Microsoft 365
Google Meet logo
Google Meet
YouTrack logo
YouTrack
Apache Maven logo
Apache Maven
RabbitMQ logo
RabbitMQ
HubSpot logo
HubSpot
Swagger UI logo
Swagger UI
Swagger Codegen logo
Swagger Codegen
Sass logo
Sass
GitLab CI logo
GitLab CI
Gradle logo
Gradle
Angular Material  logo
Angular Material
Apache HTTP Server logo
Apache HTTP Server
OpenAPI logo
OpenAPI
Google Drive logo
Google Drive
Gmail logo
Gmail
IntelliJ IDEA logo
IntelliJ IDEA

Team Members

Frank Neff
Frank NeffCTO

Engineering Blog

Stack Decisions

Frank Neff
Frank Neff

Aug 25, 2022

We recently migrated from Kafka to RabbitMQ, primarily in favor of (operational) simplicity and YAGNI. In our Spring-based microservice environment, we use a message broker for event-driven communication between backend services. SCDF with Kafka was just overpowered and way too complicated/expensive to operate in production, just to publish and subscribe to events. Therefore we choose to migrate to Spring AMQP with a RabbitMQ backend.

78.8k views78.8k
Comments
Frank Neff
Frank Neff

Aug 25, 2022

We're moving from Java to Kotlin with our Microservice Stack (Spring Boot) because it is excellently supported by framework and tools and the learning curve is not very steep Kotlin is way more straightforward and convenient to use while providing less boilerplate and more strictness, which finally leads to better code, which is more readable, maintainable and less error-prone. We especially like Kotlin's (functional) data structures, which are, e.g. compared to Scala, easier to understand and don't require deep knowledge in functional programming.

48.8k views48.8k
Comments