Blog
Python linter: settings for Flake8
Python needs a linter and checker for PEP8 and best practices in project so you can use my settings
Why do you must use server-side sessions?
Do you respect your users? Do you want the best security for them? In that case, you must use server-side sessions.
Haskell for webservice? Real-Time!
I built it (oneshot) yesterday to answer a war with a friend about programming language for Real-Time API… Haskell in the place!
Why Not Using Vault Upstream?
I explain why I don't use Vault from upstream for dev/pre-prod/prod environment. It's about security.
Why Haskell?
From Assembly, Bash, Basic, C, C++, C#, Go, Python, R, Ruby, and Swift… Now, Haskell is in my heart with Python and Bash. Why?
Nginx: TLS without LUCKY13
My public TLS configuration for nginx and I hardened a little: removing a lot of ciphers and LUCKY13 vuln. Now, you've a true TLS config for your nginx.
How to force CloudFlare WAF: mTLS
We'll see how it's possible to do mutual TLS (mTLS) with nginx and force your users to pass through CloudFlare WAF and reject all direct connections.