Sandstorm LogoSandstorm Logo
  • Wir
    • Team
    • Ziele und Werte
    • Arbeitskultur
    • Warum wir?
    • Jobs
    Sandstorm Team Foto

    Mehr von uns erfahren

  • #2028
    • #2028
    • Was wir tun
    • Nachhaltige Software
    • Unsere Netzwerke
    Sandstorm Nutshell

    2028 knacken wir die harten Nüsse, in Projekten mit positivem Einfluss

  • Leistungen
    • Individual-Software
    • App-Entwicklung
    • Neos CMS
    • Consulting
    • Schulungen & Workshops
    • Zertifizierungen
    • BI-Tool Exply
    • Materialvermittlung
    • Sandstorm Maps
    • Referenzen

    All things digital

  • Blog
    • Sandstorm
    • #2028
    • Podcast
    • Neos CMS
    • Events
    • Tech
    photo of a lighthouse

    Using Nats.io as primary data-storage

    Nats.io JetStream replace HTTP POST calls and a local database in our latest in-house tool, and it make life so easy.
    Tech
  • Wir

    • Team
    • Ziele und Werte
    • Arbeitskultur
    • Warum wir?
    • Jobs
  • #2028

    • #2028
    • Was wir tun
    • Nachhaltige Software
    • Unsere Netzwerke
  • Leistungen

    • Individual-Software
    • App-Entwicklung
    • Neos CMS
    • Consulting
    • Schulungen & Workshops
    • Zertifizierungen
    • BI-Tool Exply
    • Materialvermittlung
    • Sandstorm Maps
    • Referenzen
  • Blog

    • Sandstorm
    • #2028
    • Podcast
    • Neos CMS
    • Events
    • Tech
  • Technologien

    • React
    • Neos CMS
    • Symfony
    • Kubernetes
    • Ansible
    • Elasticsearch
    • GraphQL
    • Stimulus
    • mjml
    • Go
    • Flutter
    • Typescript
    • Java | Kotlin | JVM
animierte Nussschale als Boot dargestellt im Meer

Sandstorm in a Nutshell

  • Sandstorm - Wir programmieren Zukunft.
  • Blog
  • Tech
SandstormTechNeos CMSEventsPodcast2028Live-Coding
  • photo of a lighthouse

    Using Nats.io as primary data-storage

    Nats.io JetStream replace HTTP POST calls and a local database in our latest in-house tool, and it make life so easy.
    Tech
  • Closeup foto of an old mechanic typewriter

    Local AI transcription with whisper.cpp

    Whisper.cpp is a C++ based, performant implementation. I want to share a small shell script to use it locally.
    Tech
  • photo of old typewriter

    AI Podcast Transcription: My experience to far

    I share my experience applying it to our German podcasts. All podcasts are transcribed, each required some manual work, but still, I'm happy with the result.
    Tech
  • Pflanzen wachsen aus Computerplatine heraus

    Migrating from UptimeRobot to UptimeKuma

    Tech
  • Sebastian during his talk at the Neos Conference

    The Math behind the Neos Best Talk Award

    How can we determine the best talk? Is it even possible? What is good and what is bad and what is best lies in the eyes of each and every one of us.
    TechNeos CMS
  • Zwei ChatGPT Fenster

    Treffen sich zwei ChatGPT im Park …

    Treffen sich zwei ChatGPT im Park und unterhalten sich. Geht das? Was kommt dabei raus, wenn ChatGPT mit sich selbst chattet? Das wollte ich mal ausprobieren, und hier ist das Ergebnis. Spoiler: das Gesprächsthema wurde schnell etwas einseitig.
    Tech
  • SPX

    PHP Profiling with SPX

    SPX is a profiling extension for PHP that allows you to profile your PHP scripts and get detailed insights into their performance. It differentiates itself from other similar extensions by being totally free, simple to use, and capable of collecting a wide range of metrics. With SPX, you can easily profile your sc
    Tech
  • Alte mechanische Schreibmaschine

    AI podcast transcripts with speaker detection

    Here we use another dedicated AI for speaker diarization (when is who speaking?). Whisper still takes care of the transcription.
    Tech
  • Monitor screen showing greenish windows with undefined hacking stuff

    Secure handling of passwords during development

    During the development I come in contact with a number of passwords. Here are best practices to protect passwords from leaking.
    Tech
  • Podcast-Cover - wie wir bessere Software schreiben

    Folge 46 - wie wir bessere Software schreiben

    In Folge 46 des Sandpapiers unterhalten sich Theo, Florian und Tobias über Qualitätsverbesserungen. Was haben wir im vergangenen Jahr verändert, welche Experimente haben wir gestartet und was haben wir daraus gelernt?
    Sandstorm2028PodcastTech
  • code on computer monitor

    How to fix an undeployable main branch

    If you can only deploy your main branch and you have to rollback: how do you revert without force-pushes. Here is one way to do it.
    Tech
  • Foto

    Using a private npm package registry

    How to make your private packages available across your projects
    Tech
  • Foto of a typewriter

    Automate Podcast transcripts with OpenAI/Whisper

    Today I transcribed the start of our latest podcast with OpenAI/Whisper and the result is nothing short of amazing. Our podcast is not an audio book. It is a live discussion between two native speakers. The result looks very, very good.
    Tech
  • Infografik mit Text "digitale Barrierefreiheit nach WCAG2.1"

    Barrierefreie Webentwicklung - Ein Talk mit Andreas Deitmer (M.Sc.)

    Zu diesem Thema haben wir uns im Rahmen eines Wochenrückblicks Prof. Andreas Deitmer eingeladen.
    TechSandstorm
  • A Dependency Graph

    sda - Sandstorm Dependency Analysis

    Um einen Überblick über eine Software System zu vermitteln, wird häufig auf Schichten zurückgegriffen. Sandstorm Dependency Analysis (kurz sda) ist ein Open-Source CLI Tool um die Top-Level Struktur im Quellcode darzustellen und zu überwachen.
    Tech
  • SCR 20220818 Srx

    iTerm2 und SSH - oder: Bin ich auf dem richtigen Server? - Teil 2

    Bin ich auf dem richtigen Server? Teil 2
    Tech
  • Someone studying on a table

    How to become a better Software Developer

    Here is my highly opinionated list of resources to learn development concepts “beyond if-else” applicable to multiple programming languages.
    Tech
  • tiny turtle beside daisies

    How to shrink Docker images by 90%

    With docker-slim I reduced the size of my Docker image from 998MB to 92MB. Here I describe how to do that.
    Tech
  • preferred-install: My favourite hidden composer feature

    I've just recently stumbled over a composer configuration which changed my life (for the better): preferred-install source.
    Tech
  • php Logo

    Realpath Cache in Depth - or - Fixing Neos Deployment Instability

    On one of our sites where we employ "classical" deployment (without docker containers), we have found weird problems related to the deployment: Sometimes, the updated markup was not delivered by the server, but the server was still delivering the old markup. This story is a deep-dive of what we found, what we learned and how we finally fixed it. In the end, it's just a tiny NGINX configuration change ;-)
    Tech
  • Raspberry HomeGallery for self-hosted family photos

    I want to share my experience with the open-source photo gallery HomeGallery suitable to host tens of thousands of photos on a Raspberry Pi for access with different screen-sizes (desktop computers and smartphone). I absolutely love it! The UI concept and the performance are great.
    Tech
  • Database Indexes by Example in postgres

    Subtle changes in the SQL queries and schema can have huge impacts on performance of the application. This is a showcase for one particular pitfall.
    Tech
  • Vortrag: Hochskalierbare Backendsysteme

    Tech
  • The Mandelbrot Set: A WebAssembly Example

    Writing an online Mandelbrot Set has been on my mind for quiet some time now. The code is meant to be a more complex "Hello World" WebAssembly program. After all: we must deal with complex numbers.
    Tech
  • 1
  • 2
  • 3
  • 4
  • 5
Deutscher Nachhaltigkeitskodex 2021

Deutscher Nachhaltigkeitskodex 2021

Logo der Dresdner Lange Nacht der Wissenschaften 2023

Dresdner Lange Nacht der Wissenschaften 2023

Logo des Bundesverband Nachhaltige Wirtschaft e.V.

Bundesverband Nachhaltige Wirtschaft e.V.

Logo der Umwelt- und Klimaallianz Sachsen

Umwelt- und Klimaallianz Sachsen

Wir sind Preisträgerin des DNN Wirtschaftspreises 2022

DNN Wirtschaftspreis

Wir sind Preisträgerin des Sächsischen Digitalpreises 2022

Sächsischer Digitalpreis

Logo der Berufsakademie Dresden

Berufsakademie Dresden

Sandstorm

Team
Ziele und Werte
Arbeitskultur
Warum wir?
Jobs!

#2028

Warum?
Was wir tun
Nachhaltige Software
Unsere Netzwerke

Leistungen

Individual-Software
App-Entwicklung
Neos CMS
Consulting
Schulungen & Workshops
Zertifizierungen

BI-Tool Exply
Materialvermittlung
Sandstorm Maps

Referenzen

Kontakt

GitHub, Twitter, Instagram

kontakt@sandstorm.de

+49 351 4189 649

Impressum
Datenschutz
Sicherheitskonzept
Cookie Einstellungen