Programming in D: Tutorial and Reference

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. dmd

    dmd D Programming Language compiler

    Anything compiled with LDC2 >=1.29 (3y old) will immediately crash/segfault on macOS >=15.4

    A fix is on master/beta but will still take some time to be released.

    https://github.com/dlang/dmd/issues/21126

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Java-WebSocket

    A barebones WebSocket client and server implementation written in 100% Java.

  4. openapi-generator

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

    It would be great if D supported something like OpenAPI generator https://github.com/OpenAPITools/openapi-generator

    Maybe it exists and I am just ignorant but it doesn't seem to be in the list of supported languages.

  5. freezed

    Code generation for immutable classes that has a simple syntax/API without compromising on the features.

    Dart is much worse than TypeScript. The over-reliance on codegen for the most simple things (e.g. https://pub.dev/packages/freezed#primary-constructors), the lack of expressiveness of the type system (it only got sum types very recently), and a lot of other little annoyances are ever present when having to write Dart.

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

  • Generating OpenAPI API clients for Angular

    4 projects | dev.to | 26 Dec 2024
  • Redefining our SDKs Developer Experience

    3 projects | dev.to | 18 Feb 2025
  • 7 SDK Generator Tools for APIs in 2025

    3 projects | dev.to | 15 Jan 2025
  • Better Fastly API clients with OpenAPI Generator

    10 projects | dev.to | 1 Nov 2022
  • Designing a secure API

    2 projects | dev.to | 3 Oct 2022