The Day ‘Containers Everywhere’ Met a Database – Part 1
A while back, I was pulled into what sounded like a fairly standard cloud migration conversation. A...
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 === 2663492) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Zippy Wachira Posted on Apr 30 The Day ‘Containers Everywhere’ Met a Database – Part 1 #aws #database #architecture #containers A while back, I was pulled into what sounded like a fairly standard cloud migration conversation. A client wanted to migrate their application to AWS, modernise their stack, and position themselves for growth. On the surface, it sounded like nothing unusual. As we began unpacking the details of the migration, they outlined their plan for the database.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).