I'm a little surprised by the answers in "Cryptographic Right Answers". Both libsodium and Chacha20-Poly1305 are not FIPS-compliant. "AES-GCM" is but it has important gotchas in regards to the IV and per key data volume. "AES-GCM-SIV" is more resilient but "AES-GCM-SIV" isn't FIPS compliant either but there is a proposal underway to certify it. So the cryptographic right answer is "it depends". FIPS compliance may no…
A collection of technical things every software developer should know (2017)
21–30 of 47 posts
Re: A collection of technical things every software developer should know (2017)
#22Will start with "software used to be..."
Re: A collection of technical things every software developer should know (2017)
#23Re: A collection of technical things every software developer should know (2017)
#24If you are starting your career and panic reading such list, that would take years to learn, if even. Don't worry. Most of these items are more like nice to know than should know. Yeah it would be great if every software developer knew everything. But I doubt even the repository owner know all that is listed. My best advice to newcomers is get your hands dirty and stay away from endless hours of courses, YouTube vide…
Toward the middle of your career you should have a reasonable understanding of roughly what's in all of those and why someone cared to write them down, and be able to know when to consult them. And you will know at least a few of them very well.
Re: A collection of technical things every software developer should know (2017)
#25Re: A collection of technical things every software developer should know (2017)
#26A better title would have been "junior dev compiles collection of his favorite links".
[1] https://github.com/mtdvio/every-programmer-should-know/commi...
Re: A collection of technical things every software developer should know (2017)
#27You should know only what you need to know to solve a problem.
Re: A collection of technical things every software developer should know (2017)
#28[flagged]
Re: A collection of technical things every software developer should know (2017)
#29Re: A collection of technical things every software developer should know (2017)
#30really? in 2025?