@djtimog
Sharing real-world full-stack projects, from idea to deployment.
Nothing here yet.
May 11 · 7 min read · Introduction When I started building Taskflow, my project management app, I quickly ran into a problem every React developer faces. How do you manage data that lives on a server? Local state with useS
Join discussion
Apr 21 · 7 min read · Introduction You've built your Node.js backend. It works perfectly on your machine. Now what? Getting it live on the internet is the next step, and it's easier than most people think. In this article
Join discussionApr 21 · 10 min read · Introduction Authentication is one of those things every web application needs but a lot of tutorials oversimplify it. In this article I'll show you how to implement JWT authentication the right way,
Join discussion