Verify Slack signatures using Rust
A technical guide on implementing Slack's HTTP request signature verification in Rust using the ring crate.
Fabian Braun, a software engineer, shares insights, learnings, and deep dives into software engineering topics, aiming to help others understand complex problems.
4 articles from this blog
A technical guide on implementing Slack's HTTP request signature verification in Rust using the ring crate.
A guide to automating Docker image testing using goss and Jenkins pipelines for reliable CI/CD deployments.
Explores integrating Docker's mutable image tags with Git Flow's mutable release branches to create a flexible versioning and continuous delivery framework.
A guide on using confd to dynamically generate Tomcat configuration files and eliminate hardcoded passwords in Docker containers.