Day 88 of #100DaysOfCode — DevCollab: Data Models and Database Schema
Yesterday, the authentication foundation was laid; custom user model, JWT endpoints, everything...
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 === 1853445) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } M Saad Ahmad Posted on May 1 Day 88 of #100DaysOfCode — DevCollab: Data Models and Database Schema #webdev #buildinpublic #100daysofcode #programming 100DaysOfCode (88 Part Series) 1 Day 1 of #100DaysOfCode — React Refresher + Tailwind Setup 2 Day 2 of #100DaysofCode — Understanding React State ... 84 more parts...
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).