WeSearch

Day 88 of #100DaysOfCode — DevCollab: Data Models and Database Schema

·15 min read · 0 reactions · 0 comments · 1 view
Day 88 of #100DaysOfCode — DevCollab: Data Models and Database Schema

Yesterday, the authentication foundation was laid; custom user model, JWT endpoints, everything...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)