Full Stack Journey episode 15 features the ever-entertaining and ever-informative Dr. J Metz.

In this episode, we talk about storage, technology changes in storage, and what these changes mean for IT professionals.

Our conversation covers:

  • Technological changes in the storage industry
  • Software-defined storage–is this trend here to stay?
  • Where to get started learning about storage
  • The impact of storage technology changes on skill sets
  • How the rise of public cloud affects storage skill sets

Thanks for listening! If you enjoyed the show, please take a few minutes to provide some feedback on iTunes!

Show Links:

Everything You Wanted to Know about Storage, but were too Proud to Ask – J Metz on SNIA ESF Blog

GDPR – SNIA (PDF)

NVMe Group

Storage Networking Industry Assocation

Fibre Channel Industry Assocation

J Metz’ Storage Bibliography

Share this episode

Because you need maintenance too.

Human Infrastructure is a weekly newsletter about life in IT.

Subscribe

Have feedback for the hosts?

We want your follow-up.

SEND AN FU 😎

Leave a Comment

Comments: 1

  1. Sajjan Yadav on

    It’s fantastic ! As a network professional getting that insight on storage is highly fascinating. These r truly great efforts to bring those up ! Keep it up ! Thanks !

    Reply
window.addEventListener("DOMContentLoaded", function() { var preElements = document.getElementsByTagName("pre"); if (preElements && preElements.length > 0) { for (var i = 0; i < preElements.length; i++) { var preElement = preElements[i]; var spanElement = document.createElement("span"); spanElement.classList.add("copy-container"); var buttonElement = document.createElement("button"); buttonElement.textContent = "Copy Snippet"; buttonElement.classList.add("copy-button"); buttonElement.addEventListener("click", createCopyTextHandler(preElement)); spanElement.appendChild(preElement.cloneNode(true)); spanElement.appendChild(buttonElement); preElement.parentNode.replaceChild(spanElement, preElement); } } }); function createCopyTextHandler(element) { return function() { var text = element.textContent; var tempInput = document.createElement("textarea"); tempInput.style = "position: absolute; left: -1000px; top: -1000px"; tempInput.value = text; document.body.appendChild(tempInput); tempInput.select(); document.execCommand("copy"); document.body.removeChild(tempInput); }; } */ ?>