commit 7301e9b2d89dbeec2acef0738d4299af02ef15b3 Author: bel Date: Sun Oct 15 10:36:37 2023 -0600 initial diff --git a/.oliver-q.md b/.oliver-q.md new file mode 100644 index 0000000..2c2f72e --- /dev/null +++ b/.oliver-q.md @@ -0,0 +1,16 @@ + +## Questions + +* walk me through dev to release of a feature + * do you do a/b testing? quality requirement? + 1. pretty freeform--security >> quality +* what does E2E/smoke/functional testing look like? + * in ideal? + * in practice? + * unittest or e2e test heavy? +* policies on open source (using + contributing)? +* what keeps you at render? + 1. owning a project start to finish and big impact on small group +* benefits ok + 1. they ok + diff --git a/.oliver.md b/.oliver.md new file mode 100644 index 0000000..56c915a --- /dev/null +++ b/.oliver.md @@ -0,0 +1,23 @@ +# Email + +Date/Time: Oct 12, 2023 5:00pm-6:00pm CDT + +System Design Exercise with Oliver Huang ( https://www.linkedin.com/in/obh/ ) + +Here, Oliver will share a system design challenge with you. + +Together, you'll come up with a solution that suits the prompt's requirements. You will not be asked to code. This is intended to be a collaborative session, so don't hesitate to ask questions, including validating assumptions and asking for additional perspectives. + +If helpful to you, feel free to use any note-taking/ drafting tool to help mockup/ keep track of your design choices. Once again, some of our favorite whiteboarding tools are https://excalidraw.com/ and https://app.diagrams.net/, but you are welcome to use whatever you prefer. + +## question + +make a dropbox + +talk me through flow + +how do you scale? + +how do you scale one partition? + +how do you downtime? diff --git a/todo.yaml b/todo.yaml new file mode 100755 index 0000000..81bb6f7 --- /dev/null +++ b/todo.yaml @@ -0,0 +1,4 @@ +todo: +- hello world +scheduled: [] +done: []