"Not the expert. Just the intern who takes notes and keeps the team moving."
Personal dev journal and internship log by Olamide Okunola (@mide_xol). Documenting wins, failures, SQL queries, Python scripts, team coordination, and building in public.
Live Website: https://the-build-log.vercel.app
Substack Newsletter: https://midexol.substack.com/
- Framework: Next.js (App Router, React 19, TypeScript)
- Styling: Tailwind CSS v4
- Content: MDX compiled with
next-mdx-remote - Syntax Highlighting:
rehype-pretty-code+ Shiki (github-dark-dimmedtheme) - Icons: Lucide React + custom SVGs
- Deployment: Vercel with automatic GitHub deployments
-
Create a
.mdxfile incontent/posts/with the filename formatYYYY-MM-DD-slug-title.mdx:content/posts/2026-08-10-my-new-post.mdx
-
Add the frontmatter header:
--- title: "Your Post Title" date: "2026-08-10" summary: "A one-line description of the post." tags: ["sql", "python", "internship"] ---
-
Commit and push to GitHub:
git add . git commit -m "post: Add new blog entry" git push origin main
Vercel will automatically build and deploy the update in ~30 seconds.
# Clone the repository
git clone https://github.com/midexol/the-build-log.git
cd the-build-log
# Install dependencies
npm install
# Start the dev server
npm run devOpen http://localhost:3000 in your browser.
- X (Twitter): @mide_xol
- LinkedIn: Olamide Okunola
- Substack: midexol.substack.com