Blog
Posts from my Blog on the Hashnode platform
Published on Aug 28th, 2025 The AI-Assisted Development Revolution Published on August 28, 2025 Last week, I made a decision that would change everything about how I approach software development. I purchased a MacBook, and when it was delivered on M...
Published on Aug 28th, 2025 I've just finished Module 1: Learn Python from the Machine Learning Engineer Career Path on Educative.com, and I'm excited to share what I've learned! This foundational module has equipped me with the essential Python prog...
Published on Aug 21st, 2025 š Made some progress Welcome back to my "Demolishing My Stack of Unfinished Projects" series! This week, I'm excited to share the story of how I transformed a simple chat idea into a fully-featured, production-ready real-...
Published on Aug 18th, 2025 The Setup: When Everything Seems Perfect After successfully implementing a chatbot based on ChatGPT in my portfolio (as detailed in my previous "Redesign Portfolio" post), I was feeling pretty good about myself. The AI int...
Published on Aug 18, 2025 A New Era of AI-Powered Coding Begins I have installed Cursor on my laptop this weekend, and I am amazed at how much it speeds up my coding. I have a new debugging buddy!! This week, I have made several updates to the Portfo...
Published on Jun 21st, 2025 Thanks, NeonDB ! I just started using NeonDB thanks to their generous free tier. I have migrated the SmartNotes application to NeonDB and recreated the notes. June 19th, 2025 Update On Juneteenth, I started the migration p...
Published on Jun 20th, 2025 Currently the chat functionality on my portfolio is down because my website was probably accessed from abroad and my Open AI account got suspended. Read the fine print My account violated the terms of use which I did not r...
Published on Jan 17th, 2024 Added Chat functionality I recently created a chatbot based on ChatGPT where I learned to create content embeddings to empower ChatGPT to chat with our data. The experience went as well as could be expected. I have added m...
Published on Jan 4th, 2024 The new version of the portfolio is live I have completed the Landing, Resume and Blog pages and I have edited the domain names on Vercel to point to tioye.dev. The previous build on Vercel is officially retired. New Landin...
Published on Dec 31st, 2023 A summary of the major events Graduation: Class of 2023 The 2023 year ended on a high note for me as I have completed grad school with my Master degree in Computer Science. Before I start freaking out about job interviews,...
Published on Dec 29th, 2023 Enter TypeScript and Next.js 14 I am continuing the process of visually overhauling my portfolio website. A few weeks after upgrading my site to Next.js, I have started using TypeScript for my web applications. I have spen...
Published on Mar 16th, 2023 Hashnode connected Today I followed the incredibly useful blog post by CatalinPit and I connected my portfolio blog directly to Hashnode, skipping GraphCMS. This negates the need to create a duplicate post in GraphCMS afte...
Published on Feb 16th, 2023 My solar energy startup platform FasoLara has reached a new milestone recently and I decided to start a new blog series about it! The project management platform has been a long journey since I published my first commit to...
Published on Dec 27th, 2022 Demo Project links are live Today I made a minor change to the portfolio website by adding a button linking to the live projects. I should have done this ages ago, but I was waiting to migrate my projects away from Heroku ...
Published on Dec 2nd, 2022 Website is now live! I have updated the domain of my new portfolio website to https://tioye.dev and the original version to legacy.tioye.dev. This feels like a huge step although there are still several changes that needs t...
Published on Nov 6th, 2022 How to Use PrismJS with NextJS This is a summary of how I got syntax highlighting to work on my NextJS blog Install Prism First I installed Prism.JS from NPM. You can use Yarn npm i prismjs or yarn add prismjs Import Pris...
Published on Nov 6th, 2022 Contact Page is activated Today I worked on integrating a SendGrid email functionality on the Contact form. It was fairly easy to setup once I figured out how to correctly set my environment variables. I have set up a way t...
Published on Nov 3rd, 2022 The Experience page is live! I have managed to create the experience page and make it look very close to the Figma design without too many issues Feeling proud The design of the experience section worried me a little becaus...
Published on Oct 18th, 2022 Portfolio and Blog pages are done The main logic of the portfolio page is done for now. There is extra information I would like to display on the project details page, but those are trivial compared to the main task of fet...
Published on Oct 18th, 2022 The first draft is live! Today I have deployed the current version of the app to vercel. It was a great way to make sure all the pieces of the skeleton fit together nicely. Barring a few obvious mistakes in styling and imp...