Model: seven forms of waste in manufacturing
Model: seven forms of waste in manufacturing (src: Book_ This is LEAN - Niklas Modig & Par Ahlstrom)
LIST
Model: seven forms of waste in manufacturing (src: Book_ This is LEAN - Niklas Modig & Par Ahlstrom)
What does a good scrum master do? Teams private assistent Schedule meetings Work at the team boundary Know the trust level and relationship with the infrastructure team Know the dependencies’ owners relationship level Know the users / depending teams relationship level Help solve conflicts between teams Work on team Build trust Facilitate meetings Alignment Help solve conflicts in the team Dev vs Scrum master Dev = focus, sprint goal Scrum master = improve teamwork
Before: Get Unstuck Master My Stories During (my meaning) Start with Heart State My Path Make it Safe During (their meaning) Learn to Look Seek Mutual Purpose Explore Others’ Paths At The End Move to Action steps: use them in order Get Unstuck Master My Stories Start with Heart State My Path Make it Safe tools: use when situation calls for it Learn to Look Seek Mutual Purpose Explore Others’ Paths models...
(Book_ Release It! - Michael Nygard) Part 1 - Create Stability Ch2 case study Ch3 Stabilize your system Ch04 Stability Anti-patterns Ch05 Stability Patterns Part 2 - Design for production Ch06 case study Ch07 Foundations Ch08 Processes on Machines Ch09 Interconnect Ch10 Control plane Ch11 Security Part 3 - Deliver your system Ch12 Ch13 Ch14 Part 4 - Solve Systemic Problems Ch15 Ch16 Ch17 Model: cap theorem Model_ OSI model...
small set of instances that get the new build first. For a period of time, instances running the new build coexist with instances running the old build If the canary instances behave oddly, or their metrics go south, then the build is not rolled out to the remaining population todo: ref handling versions - peaceful side-by side running of different versions (src: Book_ release it! - Michael Nygard)
(Book_ This Is Lean - Niklas Modig) TL;DR Lean means valuing flow efficiency over resource efficiency Choosing for lean operations is a strategic choice with pros and cons. Maybe also Lean means valuing continuous small improvements over one big improvement. That continuous improvement is aimed towards the (impossible) ideal of 100% flow efficiency AND 100% resource efficiency. But favors flow efficiency, so it will focus first and focus more on flow efficiency....
AWS Cloud Economics Acceditation - Cloud Financial Management 1. Measurement and accountability 2. Cost optimization 3. Planning and forecasting 4. Cloud financial operations 1. Measurement and accountability tagging cost center application or workload user / owner expiration date automation (“shut me down on the weekend”, “non-critical, can be moved to another AZ) options DIY - build your own APN AWS tools - AWS cost explorere https://aws.amazon.com/products/management-tools/partner-solutions/...
Model_ resulting - decision quality vs decision outcome Learn what 20% or 30% chance of failure actually is like. Reminds me of investing advice from option traders: “whatever you do, make sure that you can still continue the next day” - Nassim Taleb’s books Model_ how beliefs are formed
https://udemy.com/course/oauth-2-simplified bad: implicit flow → everything passes through url bar (aka front channel) through ‘front channel’ aka address bar good: back channel (aka HTTPS between browser & server → AJAX js call) client id client secret (aka client password) flow app builds url to redirect user to the auth server scope redirect uri client id login & approve & redirect back authorization code one-time-use short expiration date only usable once app contacts auth server authorization code client secret alternative to “authorization code” flow (when no client secret - aka public client) PKCE - Proof Key Code Exchange...
I have found multiple ways of looking at this: behaviour vs methods behaviour vs state behaviour vs implementation (1) Unit-Test Behaviour, Not Methods focus on the features that the object under test should provide, We need to know how to use the class to achieve a goal, not how to exercise all the paths through its code. Describing Behavior, Not API Features We need to know how to use the class to achieve a goal, not how to exercise all the paths through its code....