Read my blog
3 posts so far. Stay tuned for more!
2025
In this blog post, I walk through the process of embedding a GitHub contributions graph into a React or Next.js project. I also share tips for customizing the graph's design. By the end of the post, you will have a clear understanding of ho...
Markdown is a plain text formatting syntax designed to be easy to read and write. Created by John Gruber in 2004, it allows you to add formatting elements like headers, bold text, lists, and links without the need for complex HTML tags. Mar...
Tags:
2024
To Dockerize a Laravel API backend and React frontend application together in your development environment, we'll set up Dockerfiles for each project (Laravel and React) and a Docker Compose file to orchestrate them.