Articles by Tag #enum

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

The 3 kinds of Enum in Rails

Enums are a very useful concept. It's like a locked list of choices where only a few specific values...

Learn More 2 11Nov 8 '24

Mastering ENUMs in Go

Often, within the systems we develop, we encounter constant values. One example of these values could...

Learn More 0 0Nov 21 '24

Converting enums to and from integers in Rust, implementing the rustls solution

Rust has some cool features, especially its enum types. They’re like a super-powered way to store...

Learn More 0 0Mar 17

enum-plus: A Drop-in Replacement for TypeScript enum

Github Like native enum, but much better!   Introduction | Features |...

Learn More 0 0Apr 28