Tech TLDR;

  • Archive
  • Top Posts
  • GitHub
  • LinkedIn
  • Contact

Archives for July 2019

Golang “Set” Data Structure Example

July 8, 2019 by admin

Golang does not have built it sets. Basic functionality can be mimicked using maps with empty struct{}. Another option is to use a Boolean value, but empty struct does not use any space and therefore more efficient. Another benefit of empty struct is that Boolean value can be set to true or false, which could […]

Filed Under: Golang

Work Hard and Advertise

July 3, 2019 by admin

I recently watched the following speech by Arnold Schwarzenegger: It had a lot of good points, but one quote by Ted Turner really stood out for me: Early to bed, early to rise, work like hell, and advertise Mr. Schwarzenegger then went on to explain the meaning of the second half of this quote. It’s […]

Filed Under: Random Thoughts

Copyright © 2025 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in