What’s your most used tech stack?

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • clikt

    Multiplatform command line interface parsing for Kotlin

  • For most CLIs, Kotlin with https://ajalt.github.io/clikt/. Would consider Go if it's a small project where portability is important, but 90% still Kotlin

  • openapi-generator

    OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

  • For backend, Quarkus with Kotlin, using Kotlinx serialization plugins. Usually REST, sometimes graphql or grpc. OpenAPI specs for the endpoints are generated with quarkus, then https://github.com/OpenAPITools/openapi-generator generates clients for them.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Manage on-prem servers from my smartphone

    3 projects | news.ycombinator.com | 27 Mar 2024
  • OpenAPI Generator v7.3.0 has new generators for Rust, Kotlin, Scala and Java

    1 project | news.ycombinator.com | 8 Feb 2024
  • Stop creating HTTP clients manually - Part I

    1 project | dev.to | 5 Feb 2024
  • Building a world-class suite of SDKs is easy with Speakeasy

    4 projects | dev.to | 10 Jan 2024
  • Best way to implement base class for API calls?

    2 projects | /r/csharp | 7 Dec 2023