Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
*
  • Loading branch information
imteekay authored Jan 13, 2025
2 parents 240d945 + a1b27f1 commit d8c8702
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Home/components/Writings/postsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ type Post = {
};

export const postsList: Post[] = [
{
datetime: '2025-01-13',
link: '/my-experience-learning-machine-learning-and-mathematics',
title: 'My Experience Learning Machine Learning & Mathematics',
},
{
datetime: '2025-01-02',
link: '/building-a-deep-neural-network-from-scratch',
Expand Down
50 changes: 44 additions & 6 deletions content/tags/learning/en/index.mdx
Original file line number Diff line number Diff line change
@@ -1,21 +1,59 @@
<div class="tags">

## 2025

<ul>
<PostAndDate
date="2025-01-13"
title="My Experience Learning Machine Learning & Mathematics"
url="/my-experience-learning-machine-learning-and-mathematics"
/>
</ul>

## 2021

- <time class="date">2021-12-13</time> <span>[How I received 4 salary raises in 2 years of QuintoAndar as a Software Engineer](/how-i-received-4-salary-raises-in-2-years-of-quintoandar-as-a-software-engineer)</span>
- <time class="date">2021-11-01</time> <span>[On Leaving](/on-leaving)</span>
<ul>
<PostAndDate
date="2021-12-13"
title="How I received 4 salary raises in 2 years of QuintoAndar as a Software Engineer"
url="/how-i-received-4-salary-raises-in-2-years-of-quintoandar-as-a-software-engineer"
/>
<PostAndDate date="2021-11-01" title="On Leaving" url="/on-leaving" />
</ul>

## 2020

- <time class="date">2020-10-18</time> <span>[Building a simple Individual Development Plan (IDP) with Notion](/building-an-individual-development-plan-with-notion)</span>
- <time class="date">2020-06-25</time> <span>[Designing my Life's System](/designing-my-lifes-system)</span>
<ul>
<PostAndDate
date="2020-10-18"
title="Building a simple Individual Development Plan (IDP) with Notion"
url="/building-an-individual-development-plan-with-notion"
/>
<PostAndDate
date="2020-06-25"
title="Designing my Life's System"
url="/designing-my-lifes-system"
/>
</ul>

## 2019

- <time class="date">2019-09-16</time> <span>[Designing my Learning Experience](/designing-my-learning-experience)</span>
<ul>
<PostAndDate
date="2019-09-16"
title="Designing my Learning Experience"
url="/designing-my-learning-experience"
/>
</ul>

## 2018

- <time class="date">2018-01-03</time> <span>[Actionable advice to start learning to code](/actionable-advice-to-start-learning-to-code)</span>
<ul>
<PostAndDate
date="2018-01-03"
title="Actionable advice to start learning to code"
url="/actionable-advice-to-start-learning-to-code"
/>
</ul>

</div>
6 changes: 6 additions & 0 deletions public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<title>TK's Blog</title>
<link>https://iamtk.co</link>
</image>
<item>
<title>My Experience Learning Machine Learning &amp; Mathematics</title>
<link>https://www.iamtk.co/my-experience-learning-machine-learning-and-mathematics</link>
<guid isPermaLink="true">https://www.iamtk.co/my-experience-learning-machine-learning-and-mathematics</guid>
<description>Sharing the journey of learning Machine Learning, AI, Deep Learning, and Mathematics</description>
</item>
<item>
<title>Building A Deep Neural Network from Scratch</title>
<link>https://www.iamtk.co/building-a-deep-neural-network-from-scratch</link>
Expand Down

0 comments on commit d8c8702

Please sign in to comment.