본문 바로가기

Developer.log3

Worklog: Bash script vs. Python script - Why and which one to use Recently I had a task in my current company to write a bash script to to delete unnecessary resources. Since this was my first time writing the bash script, I searched for what are the benefits of using bash over python. Table of Contents So why people use bash script? Bash script vs. Python script Basic grammars of writing scripts in bash So why people use bash script? There are multiple reason.. 2023. 4. 18.
시스템 디자인 유투브 공유,정리: Horizontal vs. Vertical Scaling Computing Network에서 흔히 말하는 Cloud 란? Cloud: Simply put, it is another computer sombody provides for you to handle sudden outage, they give you computation power It is a set-up "computer" to run your service, Configuration, realibility can be taken care by solution providers ex) AWS (Amazon Web Service) ▼ 아래의 유투브를 참조해서 정리해보았다 ▼ 시스템 디자인 scailing 설명 Youtube Scalability: ability to handle more reques.. 2023. 4. 8.
시스템 디자인 인터뷰 공부: 템플릿, 시간 분배 (feat. Grokking the Systems Design Pattern) 간단하게 목차를 쭉 훑고 모든 문제들에서 기본적으로 언급해야 되는 것들과 실제 인터뷰할 때 시간 분배를 어떻게 해야 되는지 찾고 정리해보았다. SDI 준비하면서 읽고 있는 책 시스템 디자인 인터뷰 공부를 위해 내가 읽고 있는 책은, 이미 시스템 디자인 인터뷰 책으로 유명한 Grokking the Systems Design Pattern이라는 책이다. 책 구성은 총 15개의 인터뷰 문제와 기본적인 시스템 디자인 개념들을 마지막에 인덱스로 정리 되어있다 SDI 템플릿 & 마음가짐 & 시간분배 기본적으로 숙지해야 할 내용들 책에 나와있는 목차에서 기본적으로 꼭 들어간 목록들을 엑셀로 정리해봤다. 다시 정리해보자면, Spec identification (functional & non-functional) Cap.. 2023. 4. 6.