TILs - Fueling Curiosity, One Insight at a Time

At Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.

Published
Author
user-image
Akshay
Monomorphization: The process of turning generic code into specific code by filling in the concrete types that are used when compiled.
Published
Author
user-image
Sreenadh
FF: Search for dom.event.clipboardevents.enabled in the search box. set to false. No more blocking of copy/pasting on bank login passwords
Published
Author
user-image
Manu
In go - A final parameter of a function signature maybe prefixed with three dots (...) to be invoked with zero or more arguments, this is called variadic parameter. Also, an empty interface interface{} can hold values of any type. Combine these together and you can have a function parameter ready to accept n similar type arguments of any type func someFun(firstParam, a ...interface{})
Published
Author
user-image
Manu
In go - A final parameter of a function signature maybe prefixed with three dots (...) to be invoked with zero or more arguments, this is called variadic parameter. Also, an empty interface interface{} can hold values of any type. Combine these together and you can have a function parameter ready to accept n similar type arguments of any type func someFun(firstParam, a ...interface{})
Published
Author
user-image
Revath
use dumpleases command to list all the ip's leased by udhcpd.

Showing 54 to 56 of 83 results

Ready to Build Something Amazing?

Codemancers can bring your vision to life and help you achieve your goals