lfcs.pdf
1.3 MB
You can improve your #linux knowledge well with the help of this tutorial
Does anyone know how to prepare for an interview SRE engineer? The process is not easy, but I will sometimes lay out materials for pumping SRE muscles 💪
https://syedali.net/engineer-interview-questions/
https://github.com/trimstray/test-your-sysadmin-skills
https://www.pythoncheatsheet.org/#JSON,-YAML-and-configuration-files
https://syedali.net/engineer-interview-questions/
https://github.com/trimstray/test-your-sysadmin-skills
https://www.pythoncheatsheet.org/#JSON,-YAML-and-configuration-files
Syed Ali
SRE Interview Questions
Unix Processes What is the difference between a process and a thread? A thread is a lightweight process. Each process has a separate stack, text, data and heap. Threads have their own stack, but sh…
This media is not supported in your browser
VIEW IN TELEGRAM
production issues😂
Lecture 9 Scalability Harvard Web Development David Malan:
https://www.youtube.com/watch?v=-W9F__D3oY4&ab_channel=JorgeScott
https://www.youtube.com/watch?v=-W9F__D3oY4&ab_channel=JorgeScott
YouTube
CS75 (Summer 2012) Lecture 9 Scalability Harvard Web Development David Malan
David Malan teaching CS75 lecture 9, Scalability.
http://www.cs75x.net/
http://www.cs75x.net/
This media is not supported in your browser
VIEW IN TELEGRAM
This is what a good devops specialist looks like when he owns all the necessary tech stacks.
Writing a very basic kubernetes mutating admission webhook:
https://medium.com/ovni/writing-a-very-basic-kubernetes-mutating-admission-webhook-398dbbcb63ec
https://medium.com/ovni/writing-a-very-basic-kubernetes-mutating-admission-webhook-398dbbcb63ec
Medium
Writing a very basic kubernetes mutating admission webhook
Admission webhooks help you do some really cool stuff, there are two kinds of webhooks, we will concentrate on the mutating webhook.
This hint helps when calculating for heavy loads -
1 request per second = 2.5 million requests per month
40 requests per second = 100 million requests per month
400 requests per second = 1 billion requests per month
These are great resources to help you prepare for your system design interview:
https://github.com/donnemartin/system-design-primer
https://tianpan.co/notes/2016-02-13-crack-the-system-design-interview
https://www.hiredintech.com/classrooms/system-design/lesson/52
1 request per second = 2.5 million requests per month
40 requests per second = 100 million requests per month
400 requests per second = 1 billion requests per month
These are great resources to help you prepare for your system design interview:
https://github.com/donnemartin/system-design-primer
https://tianpan.co/notes/2016-02-13-crack-the-system-design-interview
https://www.hiredintech.com/classrooms/system-design/lesson/52
GitHub
GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes…
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primer