WeSearch

I Built My Own Blogging Platform Using Vue + Yii2

·1 min read · 0 reactions · 0 comments · 12 views
#webdev#php#vue#opensource#blogging
I Built My Own Blogging Platform Using Vue + Yii2
⚡ TL;DR · AI summary

A developer has created a personal blogging platform using Vue and Yii2 to enhance their web development skills. The project is ongoing, and the developer is seeking feedback on various aspects such as UI/UX and performance. Key features include user authentication, a CMS dashboard, and SEO support.

Key facts
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 === 3952521) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } zinh8803 Posted on May 26 I Built My Own Blogging Platform Using Vue + Yii2 #webdev #php #vue #opensource Hi everyone Over the past few weeks, I’ve been building a personal blogging platform from scratch using Vue + Yii2 REST API as a way to improve my backend and frontend development skills. This is still an active project, and I’d really love to get feedback from other developers about the UI/UX, performance, features, and overall experience.

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)