/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

abdulapopoola.com
| | blog.pragmaticengineer.com
5.1 parsecs away

Travel
| | For the past few years, I've been building and operating a large distributed system: the payments system at Uber [https://eng.uber.com/payments-platform/]. I've learned a lot about distributed architecture concepts [https://blog.pragmaticengineer.com/distributed-architecture-concepts-i-have-learned-while-building-payments-systems/] during this time and seen first-hand how high-load and high-availability systems are challenging
| | www.lenareinhard.com
5.9 parsecs away

Travel
| | Engineering leaders often ask me, "what engineering metrics are actually useful?", or "which ones have worked for your teams?" This is where I share what metrics I found useful in various roles from engineering manager, to middle manager, to executive, and why.
| | software.rajivprab.com
5.3 parsecs away

Travel
| | Here's a common pattern that I see play out very often in software teams: There is a need to change the existing system behavior to accomplish new functionality. The software engineer looking at the task realizes that the existing design isn't well suited to the change needed. They suggest design changes and refactoring, as part...
| | blog.oddbit.com
43.5 parsecs away

Travel
| You're working on a pull request. You've been working on a pull request for a while, and due to lack of sleep or inebriation you've been merging changes into your feature branch rather than rebasing. You now have a pull request that looks like this (I've marked merge commits with the text [merge]): 7e181479 Adds methods for widget sales 0487162 [merge] Merge remote-tracking branch 'origin/master' into my_feature 76ee81c [merge] Merge branch 'my_feature' of https://github.com/my_user_name/widgets into my_...