A new work in progress – by Unmesh Joshi:
https://martinfowler.com/articles/patterns-of-distributed-systems/
A new work in progress – by Unmesh Joshi:
https://martinfowler.com/articles/patterns-of-distributed-systems/
I don’t currently work with SalesForce, but after seeing the Twitter thread around how difficult it was to enable MFA, I figured I’d post this link just in case it comes up in the future, or perhaps someone will find it in their hour of need!
Putting this here for reference.
https://docs.microsoft.com/en-us/windows/wsl/setup/environment
This is something we should all read. I hope I’m never in a position to need it, but I’ll be ready if I do!
Honestly, I feel like I need to take some time and do this. Absolutely nothing will be gained, but it would be neat!
This is a cute video that came across my Twitter feed at a very appropriate time. I had just explained to someone that they cannot tell us “the customer isn’t very specific about what they’re sending us, so you need to fix it”, when discussing processing data through an API.
I explained that this isn’t really how things work – we can absolutely fix the data, but we need to know what we’re trying to fix, how we can infer the correct answer, etc. The example I used was “When you drove to work this morning, you didn’t think about all the things you did to get there, you just did them. We can’t do that, we must define every step along the way.” Fortunately he got it, and immediately started noodling through how to convert imprecise or missing data into something usable (working with a product manager).
Anyway, here’s the video – watch all the way to the end! https://twitter.com/kareem_carr/status/1411772304531595264?s=10
Programming can be incredibly rewarding… and at the same time be it’s own special form of hell. Peter captures this pretty well!
http://www.stilldrinking.org/programming-sucks
https://missymeyer.com/category/freebies
That’s it. That’s the post.
Matching brackets / braces / parens can be quite a PITA these days, especially in languages that breed them like it’s going out of style (Looking at you C#, Java and derivatives!).
This tool helps keep them straight inside VS Code: https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2