Step by step guide to becoming a modern back end developer in 2023

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

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
  • laravel

    JSON:API for Laravel applications (by laravel-json-api)

  • I did for one project, although I got kicked off a year in, because they didn't know what they had.

    IMHO every REST API should be discoverable this way like the web, for example with links to related resources in responses (at least in dev) and by having OpenAPI documentation at a root path like / or /api.

    JSON API provides much of this for free when used with something like Laravel:

    https://jsonapi.org

    https://jsonapi.org/implementations/

    https://github.com/laravel-json-api/laravel

  • json-api

    A specification for building JSON APIs

  • I did for one project, although I got kicked off a year in, because they didn't know what they had.

    IMHO every REST API should be discoverable this way like the web, for example with links to related resources in responses (at least in dev) and by having OpenAPI documentation at a root path like / or /api.

    JSON API provides much of this for free when used with something like Laravel:

    https://jsonapi.org

    https://jsonapi.org/implementations/

    https://github.com/laravel-json-api/laravel

  • 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

  • Melhorando a eficiência com processamento assíncrono em filas

    1 project | dev.to | 13 May 2024
  • Deploying Laravel on Lamp Stack with Linux(Ubuntu)

    2 projects | dev.to | 9 May 2024
  • LemonSqueezy Webhooks for Non-Auth Users in Laravel

    1 project | dev.to | 8 May 2024
  • Advanced Database Query Monitoring in Laravel

    3 projects | dev.to | 6 May 2024
  • How to use Templ with Goravel

    3 projects | dev.to | 4 May 2024