Day 1

Habits

  • Logs
  • 5k Steps
  • Research Paper
  • Side Project
  • Book Reading

Notes on habits today:

was too busy with work today, got no time to walk much so couldn’t even complete the minimum steps. started with daily logs from today, let’s see how this goes (or how long). still stuck with recursion paper Making Sense of Recursion Patterns - done with basic folding methods but paramorphism is proving a bit difficult to implement. will see how to solve that very soon. skipped working on side project for today.

Work

had a lot of client changes today. done with the final draft - let’s just hope there are not any more.

Side Quests

explored headless cms today, specifically Strapi. it’s really cool and easy to integrate with Next.js. tried integrating it with my old portfolio see the implementation here and it turned out to be pretty simpler than i thought, though it still took a lot of time.

here’s how i did it:

since i already had my website, the frontend part was simple enough. just needed to fetch data from Strapi’s api endpoints and map them to my Next.js components. the main challenge was the integration and hosting the cms backend, but that turned out to be simple as well - you can deploy using Strapi’s cloud services which is free up to a certain number of requests. then just generate an api token, add it to Vercel variable management, and done.

TLDR

  • started daily logs - let’s see how long this lasts
  • work kept me busy, missed step goal but completed other habits
  • integrated Strapi cms with my portfolio - easier than expected
  • still struggling with paramorphism in recursion paper

peace out.

index