Removing Duplicates From a List in Elixir

Removing Duplicates From a List in Elixir

Thanks to the Enum module, in Elixir we can trivially remove duplicates from a list. In the following example, we take a list of integers and pass it to the Enum.uniq/1 function which removes duplicates from the list without altering the original...

read more
Developing with Elixir/OTP Course Review

Developing with Elixir/OTP Course Review

Ruby was the first programming language I truly fell in love with. Yes, I had used several others before (and have since), but Ruby was and still is something dear to me. I can appreciate the usefulness of Python, the simplicity of Go, and the mind-expanding nature of...

read more
4 Tech Innovations That Could Change Smartphones

4 Tech Innovations That Could Change Smartphones

Smartphones have gotten so advanced today that it can almost be hard to tell the difference between the top options. That’s not to say you’d literally mix up an iPhone and its Samsung counterpart — but there aren’t too many defining features that really set one apart...

read more
DOCKER, Containers and Containerization

DOCKER, Containers and Containerization

With the advent of IBM z/OS Container Extensions (zCX), most of the applications that run on Linux at present will also be able to run on z/OS as Docker containers. zCX will be able to run Linux on Z applications on z/OS. Application developers having no z/OS skills...

read more
Mainframe News Out There

Mainframe News Out There

Once a month we like to pick blog articles from other sources that we feel are interesting enough to talk about on the Planet Mainframe blog. Here are this month’s picks: The Mainframe Is a Modern Platform An interesting article by Planet Mainframe friend and IBM Gold...

read more