Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[System Design] Database

Posted on 2022-06-22 | In System Design , Database |
Good Short Video: https://www.youtube.com/watch?v=W2Z7fbCLSTw&ab_channel=Fireship Questions to think: How to scale writes? How to scale reads? Ho ...
Read more »

[System Design] Cache

Posted on 2022-06-20 | In System Design , Cache |
Cache Caches can exist at all levels in architecture Application Server Cache Each time a request is made to the service, the node will quickly retur ...
Read more »

[Leetcode] Randomization

Posted on 2022-06-10 | In Leetcode , Randomization |
Reservoir SamplingVideo: https://www.youtube.com/watch?v=8Xj0ODE9mW0&ab_channel=TryandCatchJeeves Given a stream of size N which is too large to f ...
Read more »

[Leetcode] Prefix Sum

Posted on 2022-06-03 | In Leetcode , Prefix Sum |
Prefix Sum problem560. Subarray Sum Equals KLeetcode: https://leetcode.com/problems/subarray-sum-equals-k/ [Solution] Use a hashmap to store {curSum: ...
Read more »

[Interview] Roblox

Posted on 2022-05-31 | In Interview , Roblox |
36. Valid SudokuLeetcode: https://leetcode.com/problems/valid-sudoku/ 1234567891011121314151617def isValidSudoku(self, board: List[List[str]]) -> b ...
Read more »

[Docker] Kubernetes Basic

Posted on 2021-10-28 | In Docker , Kubernetes |
Concepts Why Kubernete: manual deployment of containers is hard to maintain, error-prone and annoying. Containers might crash/go down and need to be ...
Read more »

[Docker] Containers & Images

Posted on 2021-10-27 | In Docker , Containers |
Based on Udemy Course: Docker & Kubernetes: The Practical Guide Concepts A image is a sharable package that can be used in multiple containers doc ...
Read more »

[Terraform] Basic

Posted on 2021-10-26 | In Terraform |
Crash course: https://www.youtube.com/watch?v=SLB_c_ayRMo Concepts Provider: platforms the TF code will be based on. (AWS, Docker, etc) Resources 123 ...
Read more »

[Go] Concurrency

Posted on 2021-10-11 | In Language , Go |
Why use concurrencyWhy Use parallel execution More efficient Some tasks must be performed sequentially Not all tasks can be run parallelly Parallel E ...
Read more »

[iOS] Automatic Reference Counting

Posted on 2021-08-31 | In iOS |
SummaryARC allows swift to automatically reallocate resources. Strong Reference Cycles Between Class InstancesIt’s possible to write code in which an ...
Read more »
123…14

Adonais0

140 posts
131 categories
112 tags
GitHub Twitter
© 2024 Adonais0
Powered by Hexo
|
Theme — NexT.Mist v7.8.0