Blog
Devlog #1: Building a Social Network From Scratch
I started my final project for The Odin Project: a full-stack social network. This is the first devlog, covering what works so far: sign up, feed, profiles, posts and user search.
Read moreComplete Markdown Guide: Syntax, Examples, and Quick Reference
Learn Markdown with a practical guide that includes syntax examples and rendered results. A quick reference for writing cleaner and more efficient content.
Read moreDevlog #2: Edit, Delete and Likes
Week two of the social network I'm building for The Odin Project: posts can now be edited and deleted, and likes work properly, with one like per user.
Read moreDevlog #3: Comments and Notifications
Comments and notifications in the social network I'm building for The Odin Project, and how the notifications table is designed: one row that points at the same users table twice.
Read more