Skip to content

Repository files navigation

The Build Log - Mide_xol

"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/


Tech Stack


How to Publish a New Post

  1. Create a .mdx file in content/posts/ with the filename format YYYY-MM-DD-slug-title.mdx:

    content/posts/2026-08-10-my-new-post.mdx
  2. Add the frontmatter header:

    ---
    title: "Your Post Title"
    date: "2026-08-10"
    summary: "A one-line description of the post."
    tags: ["sql", "python", "internship"]
    ---
  3. 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.


Local Development

# 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 dev

Open http://localhost:3000 in your browser.


Connect

About

A blog where I document my little experience and journey

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages