Browse latst posts in Development Category
byte is an alias for uint8, which means that a slice of uint8) (aka []uint8) is also a slice of byte...
How to catch exception in async context
Every now and then I need a to check whether an object is empty or not in my javascript code. So if you need to, you can use the following technique to verify the same.
How to remove a child object from a JSON object using javascript
How to find which button was clicked from a list of 20 buttons?