I Just Need a Programmer
Aboel3z @ Aboel3z @programming.dev Posts 33Comments 1Joined 2 yr. ago
Aboel3z @ Aboel3z @programming.dev
Posts
33
Comments
1
Joined
2 yr. ago
An accidentally disclosed SAS token with excessive privileges enabled researchers to access nearly 40TB of Microsoft’s data, highlighting the risks of privilege mismanagement and oversharing.
A ‘Software Developer’ Knows Enough to Deliver Working Software Alone and in Teams
The Trick to Going Faster in Software Development is to Take Smaller Steps
Mastering Laravel Eloquent: A Comprehensive Guide to Building Robust Applications
I find it amazing that so many are clinging on to C++. It must be that sense of accomplishment when you finally succeed, having solved a bunch of problems on the way. C++ has had so many chances now. Many new standards coming out over the last decade. But the language is hardly simpler, just more to learn. See CoreCppGuidelines. This is what the 2 most prominent people of C++ want developers to learn in order to practice "safe" C++. This doesn't scale. A language needs to be built from the ground up for developers. Rust has taken a whole new concept and tried to solve memory issues directly with the compiler. Other languages are solving other kinds of issues (for differing kinds of use cases). A language should not put such a burden on the developer.