This is the source code to my online website. It will contain any blogpost that I write over on Dev.to, some special cases that I've worked on during my time as a software developer, and any other additional stuff that I'd like to attach my name to.
Main functionality
- - Deploy to Pages
- - Display blogposts on the main page
- - Filter blogposts based on Dev.to tags
- - Add/removing tags when clicking
- - Go to dev.to when clicking the post
- - Search for based on input
- - Filter blogposts based on Dev.to tags
- - Download resume button
- - Schedule a meeting with me (redirect to calendly)
- - Cases navigation as Dropdown on the Navbar
- - Refactor of automated billing
- - Introduction
- - Complete case
- - Document upload case
- - Introduction
- - Complete case
- - Refactor of automated billing
- - Add Dark mode
- - Add the rest of Ravena's pictures
In the future
- - Add Tailwind configuration for colors, paddings, etc
- - Add analytics to see amount of visits
- - Subscribe to be notified of any new posts/cases
- - ???
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.