TLV - Tag Length & Value, minimal data format for communicating
TLV is basically a multi-levels data format represented by an array of bytes. There're no wasted dat ...
TLV is basically a multi-levels data format represented by an array of bytes. There're no wasted dat ...
Introduction At the moment of writting this post, Bitcoin just hit $60,000 with a market cap over 1 ...
Happy New Year 2021, goodbye 2020 - the Covid Year 1. These days, I'm setting up CI tool for my tea ...
There are some new property wrappers added to SwiftUI. I will explain them by showing you the Old w ...
It seems Apple did fix this issue in iOS 14, by introducing the assign(to:) operator, which takes a ...
Problem Just curious about how ATM works. Example, we provide it set of denominations {10k, 20k, 50k ...
Minimum Path Sum Given a m x n grid filled with non-negative numbers, find a path from top left to ...
There is one problem I recently faced with onTapGesture with Stack Views. Unlike all views, Stack Vi ...