What I Saw 2024/03/24

Jason
Mar 24, 2024

--

gzip file compression in 100 Seconds

  • It is a lossless compression method.

Now is the Best Time to Learn Tailwind

  • oxide engine
  • @layer @property color-mix
  • css variable

The LeetCode Fallacy

  • it is all about patterns recognize

The only Cloud services you actually need to know

  • it is all VM specializing in something
  • storage
  • database
  • Faas (Lamda )
  • Reginal ( VM ) vs Global ( CDN )

演算法筆記系列 — Two Pointer 與Sliding Window

  • 11. Container With Most Water: Sliding Window
if i move the longer line instead of the shorter one
  • 876. Middle of the Linked List: slow fast pointer
  • Linked List Cycle: slow fast pointer

--

--