Building Software for 12+ years.
Simplifying Distributed Backend Systems | Sharing career advice for Developers | Writing about Productivity & Self-Improvement
JS is amazing when you go deep! Nice thread Prince!
Spot on advice Raul! Continuous delivery is extremely crucial! Even implementing it in a non-prod environment can do wonders for developer productivity & confidence in the system.
Great thread Milan! "write databases or even use different schema designs to optimize each for its purpose." This is a great use of this approach in my view particularly if the read requires multiple costly joins from different aggregates.
Superb thread Fernando! The third step is very useful. Too often we try to jump to the most optimized solution and get confused in the process. Solving it first is really important.
Wonderful thread Nikki!🙂 And it's absolutely true. Eventual consistency has made a lot of such applications possible.