💡 Engineering/SSH Pro-Tip:
If you create an SSH key, use the Ed25519 algorithm rather than the RSA one.
This is the recommended algorithm for SSH keys nowadays.
If you still use RSA, be sure to be >= 4096-bit length
Details in this thread ⬇️
#Security#SSH
Why does storing two-factor authentication codes in your password manager make sense?
Doesn't this invalidate the 2nd factor if the attacker gains access to your password manager?
This is the question I asked Security folks like Antti Kurittu and @myrcurial.
A thread 🧵 - 1/2
The tl;dr is "Yes, somehow, but this might be the best balance between security, usability, and mass adoption."
However, there is more to it ... I published their full answer in a blog post: https://t.co/gbHHR9W7WE
2/2
Was muss ich tun, um mein Team weiterzuentwickeln und auf das nächste Level zu heben? Ist das die Aufgabe meines Managers? Was ist mein Anteil? Weiß ich überhaupt, wohin ich mich entwickeln möchte?
Leveling up / Lifting up nun im Podcast 🚀
➡️ https://t.co/eRuRE9It64
@TweetsOfSumit Why limit yourself for your body/back/health to 500€?
I can't recommend the "HÅG CAPISCO 8106" enough. It forces you to sit correctly, and if you need it, you can use it as a stool or your standing desk—Pricy, but 100% worth it.
@janvanthoor@EngKiosk Was sagst zu dem hier?
Zwei Bergsteiger klettern einem Berg der eine sagt grüß Gott der andere sagt so hoch wollte ich gar nicht steigen 🧗
If you think databases are not taking a primary role in your software stack ...
Operating system: Hold my beer 🍺
DBOS: A Database-Oriented Operating System incoming ...
https://t.co/ImYjQMj42E
K8s is not a solution for scale. It’s a solution for resource utilization. Your backend scaling problems will be waiting for you also in containers.
Wisdom from @JohnMousa_ at the @WebEngDUS
In the GitHub repository https://t.co/rsSMzJJYdm, I prepared many examples for different databases in different programming languages.
If you want to gain more information on Why this is useful, check out my blog post about this topic: https://t.co/TvOtYAnY4m
9/9
Your database connection deserves a name ...
In my last twelve years, working mainly on scalability and reliability, I have been involved in many outages where overloaded databases were the root cause. Debugging these incidents is often not straightforward,
A thread 🧵 1/9
This type of connection name can be done in many languages, like
- Python
- Go
- .NET
- C#
- PHP
for many different databases like
- Oracle
- MSSQL
- Redis
- MongoDB
- and more
8/9