🎥 Link to the video
When To Use Microservices (And When Not To!) • Sam Newman & Martin Fowler • GOTO 2020
📚 Cited books
🎥 Link to the video
When To Use Microservices (And When Not To!) • Sam Newman & Martin Fowler • GOTO 2020
📚 Cited books
interface GameRulesInputBoundary | |
void moveSouth() | |
end | |
interface GameRulesOutputBoundary | |
void moveSouthSucceed() | |
end | |
class GameRules implements GameRulesInputBoundary | |
def init(GameRulesOutputBoundary outputBoundary) |
Writing a failing test first encourages the programmer to articulate clearly what they intend to build before building it. This extra awareness gives the programmer more opportunities to notice going in the wrong direction.
Source: Sooner, Not Faster Revisited
Notes from the article Spin The Business Agility Flywheel To Transform Your Company
"Agile transformations aims to help businesses to generate the capability to adapt to changing market conditions."
98% of businesses fails to adapt to changing market conditions.
Some of the materials I collected on how to create a weekly plan:
Text version can be also found here.
Study Time: 🍅 🍅
From the Coursera Course on Learning How to Learn
Link to the checklist
Speed up the video and the audio of 10%, because I am bit slow:
ffmpeg -i 2019-02-17_19-01-22.flv -c:v libx264 -crf 20 -filter_complex "[0:v]setpts=0.9*PTS[v];[0:a]atempo=1.1111111111111112[a]" -map "[v]" -map "[a]" output.mp4
See How to speed up / slow down a video for more detailed information.