Formerly Known As
The article introduces a new blog series titled 'Formerly Known As' that focuses on the frequent rebranding in the tech industry. It aims to explore the history of various technologies, including their old and new names, reasons for rebranding, and the confusion it causes for newcomers. The series is intended for developers, cloud learners, and anyone interested in understanding the evolution of tech names and services.
- ▪The series will cover old names versus new names of tech resources.
- ▪It will discuss reasons behind company rebranding and product evolution.
- ▪The author aims to help readers understand the tech ecosystem better through these naming changes.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 899317) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ntombizakhona Mabaso Posted on May 20 Formerly Known As #womenintech #developer #cloud #ai Keeping Up With The Renamed World Tech changes fast. Sometimes too fast. One day you are confidently talking about a service, framework, tool, or company… and the next day it has a completely different name, a new logo, a rebrand announcement, and an updated pricing page.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).