Skip to content

Commit

Permalink
Add second blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmendes committed Dec 30, 2023
1 parent 5fdd237 commit 61e8686
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 6 deletions.
Binary file added assets/blog/chess_open.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/chess_school.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/chess_team.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/chess_u20_trophy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/chess_young1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 15 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,26 @@ img + em {
@apply block text-center text-base text-neutral-400 my-2;
}

p:has(img) {
p:has(img), iframe {
@apply my-6;
}

p:has(img) > img {
@apply rounded mx-auto max-h-80;
}

blockquote {
@apply border-l-4 border-neutral-600 pl-4 my-6 text-base;
}

img {
@apply rounded;
table {
@apply w-full text-left my-6 rounded;
}

th, td {
@apply border border-neutral-600 px-3 py-1;
}

iframe {
@apply mx-auto;
}
4 changes: 2 additions & 2 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<div class="grid grid-cols-1 gap-2 md:grid-cols-2">
{% for post in site.posts %}
<div class="box">
<h4 class="mb-0">
<h4 class="mb-1">
<a href="{{ post.url }}">{{ post.title }}</a>
</h4>
<div class="text-base">{{ post.date | date: "%B %d, %Y" }}</div>
<img
src="/assets/blog/{{ post.image }}"
alt="{{ post.title }}"
class="w-full h-auto my-2 rounded">
class="w-full h-auto my-3 rounded">
<div class="text-base">
{{ post.excerpt }}
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: My journey as a young club chess player
layout: blogpost
image: chess_young1.jpg
---

I started playing chess at a very young age.

My father taught me the rules and we used to play using an handmade chessboard we had at home. We were never very good; in fact, we used to hang pieces all the time and play without any structured positional consideration, like every beginner chess player.

I started to win some games in our home disputes and one day, at 13, I showed up in a regional [blitz](https://en.wikipedia.org/wiki/Fast_chess) tournament. It was a very challenging experience, as I had never experienced the rules of over-the-board chess. [J'adoube](https://en.wikipedia.org/wiki/Fast_chess) was something I had never heard and I barely remembered to push the clock after a move. In spite of this, I managed to score 3 out of 7 points. In the world of chess, a win translates to 1 point, a draw to 0.5 points and a loss to 0, so it was not that bad.

![](/assets/blog/chess_young1.jpg)
*Me at my very first tournament, in Barcelos. My kingside is very weak here, but it was probably left unexploited by my young opponent.*

I was admittelly excited. At the end of the tournament, I was invited by a local club director to join the club's activities, and so my journey as a club chess player began. After some months of attending lessons, I started to gain some positional knowledge and won my very first classical chess games. This was tougher than I expected - I was going against players with much more experience at my age, and my rating was still very low, below 1200. A rough view of the level corresponding to each [ELO](https://en.wikipedia.org/wiki/Elo_rating_system) rating range can be seen below.

| Rating | Level |
|-----------|--------------|
| <1200 | Beginner |
| 1200-1500 | Amateur |
| 1500-1800 | Club |
| 1800-2100 | Expert |
| 2100-2400 | Master |
| 2400+ | Grand Master |

Playing classical over-the-board chess at big, open tournaments became an habit and I got the chance to play against very good players, including the best players in Portugal.

![](/assets/blog/chess_open.jpg)
*As you start to win some gains in an open [swiss-based](https://en.wikipedia.org/wiki/Swiss-system_tournament) tournament, you are able to play games in nice wood tables like this one and play against very experienced players, with live online transmission.*

Although open tournaments were an extraordinary opportunity to gain experience, at a young age, chess players are able to compete for titles in junior tournaments - spiritually, the highlight of the year. After playing district championships for some years without much luck, in 2019, after losing my first game and free of pressure, I won a game against a much higher rated player and started a streak of winning games to win my first chess title - U18 Braga District Champion.

<iframe width="600" height="371" src="https://lichess.org/study/embed/T3xDPX6G/CC0ii4ii" frameborder=0></iframe>

I also had the chance to finish the National School Tournament in the podium later that year.

![](/assets/blog/chess_school.jpg)
*The team Felgueiras' Secondary School brought to the 2019 School Regionals.*

The next year saw its tournaments cancelled because of the pandemic. After the competition resumed, in 2021, I won the Porto U20 District Championship in my last year as a junior.

![](/assets/blog/chess_u20_trophy.jpg)
*The beautiful Porto Young District Championship tournament trophy.*

In 2022, no longer a junior, I paused my chess career to focus on college. It was a tough decision to make, given how much I enjoyed to play and teach. I am sure I will return eventually, but until then, chess is alive in my mind.

![](/assets/blog/chess_team.jpg)
*Chess is also played in teams. My team João de Meira, from Guimarães, playing against A2D, from Famalicão, in 2018. From bottom to top: me, Nuno Martinho, Orlando Ribeiro and Tomás Monteiro.*
2 changes: 1 addition & 1 deletion dist/output.css

Large diffs are not rendered by default.

0 comments on commit 61e8686

Please sign in to comment.