Skip to content

Commit

Permalink
Add week 8 essay
Browse files Browse the repository at this point in the history
  • Loading branch information
saulprl-enc committed Sep 2, 2024
1 parent 197c518 commit a47aa1d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/blog/entries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Week4 from "@/mdx/blog-entries/spark-week-4.mdx";
import Week5 from "@/mdx/blog-entries/spark-week-5.mdx";
import Week6 from "@/mdx/blog-entries/spark-week-6.mdx";
import Week7 from "@/mdx/blog-entries/spark-week-7.mdx";
import Week8 from "@/mdx/blog-entries/spark-week-8.mdx";
import { mdxComponents } from "@/mdx/components/components";

export type TBlogEntry = {
Expand Down Expand Up @@ -57,4 +58,12 @@ export const blogEntries: Array<TBlogEntry> = [
content: <Week7 components={{ ...mdxComponents }} />,
estimatedTime: 2,
},
{
id: 8,
title: "Spark Week 8 Essay",
date: "2024-09-01",
slug: "spark-week-8",
content: <Week8 components={{ ...mdxComponents }} />,
estimatedTime: 2,
},
];
8 changes: 8 additions & 0 deletions src/mdx/blog-entries/spark-week-8.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export { Layout as default } from "../components/components.tsx";

# Spark Week 8

Honestly, there's not much to talk about regarding week 8. As you (the reader) have probably guessed by some of my latest blog entries, I've been having quite a difficult time due to both personal matters and self-regulation, along with everything that surrounds motivation, productivity, and drive to do anything in general. Due to all of this, you might also guess that this blog post will also be very lacking in content: I can say that this previous week I got a little too caught up in my own head while thinking about the tasks I needed to get done, and unfortunately, it rendered my mental energy non-existent. By the end of the week, I had a meeting with Marc (and a call with Astrid) regarding all of this and, luckily, their support made me feel like I still had the opportunity to simultaneously work on whatever's going on in my mind and get actual work done, even if it's delayed relative to my teammates.

<br />
Extremely short one, but I'm looking forward to deliver a high quality project and even better demo presentation this time.

0 comments on commit a47aa1d

Please sign in to comment.