10/21/25 – by
Sebastian Jensen
Create AI videos with Sora-2 using .NET
With OpenAI’s Sora-2 model, developers can now generate short, AI-generated videos from a simple text promptIn this tutorial, we’ll build a .NET console application that interacts directly with OpenAI’s new /videos endpoint.
Read more10/15/25 – by
Benjamin Abt
Create Self-Signed HTTPS Certificates with a Custom Root CA
Once you’ve established your own Root Certificate Authority, the next step is issuing server certificates for your local servicesThis guide walks through creating HTTPS certificates that are automatically trusted by all devices where your Root CA is installed.
Read more10/13/25 – by
Benjamin Abt
Create a Custom Root Certificate Authority for Self-Signed Certificates
When running multiple services in a local network — whether for smart home automation, home labs, or development environments — HTTPS encryption becomes essentialInstead of accepting browser warnings for every self-signed certificate, creating your own Root Certificate Authority (Root CA) provides a clean, professional solution.
Read more