Best of PostgreSQLDecember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Build a full stack app with Rust, Next.js and Docker

    Learn how to build a full stack app with Rust, Next.js, and Docker. The app uses Next.js 14 with TypeScript and Tailwind CSS for the frontend, Rust without any framework for the backend, and PostgreSQL for the database. Docker and Docker Compose are used to containerize and run the app. The article provides step-by-step instructions on setting up the database, backend, and frontend, as well as testing the app using Postman.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Go + TypeScript full stack web app, with nextjs, PostgreSQL and Docker

    Learn how to create a full stack web app using Go and TypeScript in this article. The app uses Next.js, Tailwind CSS, Go, PostgreSQL, and Docker. It provides step-by-step instructions for setting up the backend, creating a database with Docker, and building the frontend. You can find the full code on GitHub.

  3. 3
    Article
    Avatar of tigerdataTigerData (Creators of TimescaleDB)·2y

    Quickly Building SQL Dashboards for Time Series

    Continuous aggregates in TimescaleDB are an enhanced version of PostgreSQL materialized views that automatically refresh as new data is added or modified. These aggregates enable real-time dashboards for time-series data in PostgreSQL, allowing for fast queries and analytics, even with large amounts of data.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    A Comprehensive guide to Spring Boot 3.2 with Java 21, Virtual Threads, Spring Security, PostgreSQL, Flyway, Caching, Micrometer, Opentelemetry, JUnit 5, RabbitMQ, Keycloak Integration, and More! (10/

    The article explores the fundamentals of building an API with Spring Boot. It covers topics like Java's relevance, the features of Spring Boot, project structure, controllers and services, starting the project, entities, database migration, error handling, authentication and authorization, caching, rate limiting, circuit breaker, observability, integration testing, and using RabbitMQ. The article provides a comprehensive guide to developers to enhance their development workflow.