Ever want to find your device on the map? Think we all do sometimes. The technology you’ll generally use for that is called Global Positioning System (GPS) – listening to a flock of sat…
Business Rules In Database Movement Those who cannot remember the past are condemned to repeat it. Did you know that there was an entire movement in software development, complete with its own …
MyTerms (IEEE P7012 Draft Standard for Machine Readable Personal Privacy Terms, unpacked here) has a simple conceptual structure that is open to many different protocols and roles for them. Note the arrows in this graphic: Protocols are required for those. Here is an alphabetized list of some protocols that I know so far, and what…
If you’ve never used a PDP-11 before it’s probably because you simply weren’t around in the 70s and 80s. Although they started as expensive machines only in research labs and indu…
Functional Options and Default Arguments in Elixir
Explore the use of functional options and default arguments in Elixir to create flexible and maintainable code. Learn how to use keyword lists for options and set default values effectively.