forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create link between about me post and about url
- Loading branch information
Showing
2 changed files
with
68 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,64 @@ | ||
--- | ||
# the default layout is 'page' | ||
icon: fas fa-info-circle | ||
order: 4 | ||
title: About me | ||
author: Sanjid Rahman | ||
date: 2023-01-05 20:55:00 +0800 | ||
categories: [Blogging] | ||
tags: [getting started] | ||
pin: true | ||
--- | ||
|
||
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. | ||
## Greetings and contact info | ||
|
||
Hello! I enjoy programming, sports and music. This blog is an attempt to capture basic concepts and/or my skills as I experience and learn more about them! | ||
|
||
> Click on the icon of your choice at the bottom left corner of your browser to get in touch. Please tap the burger icon on the top left corner if you're on a mobile device! | ||
{: .prompt-tip } | ||
|
||
## Skills, milestones and goals | ||
|
||
### Hobby | ||
|
||
- [x] Swimming and running | ||
- [x] Swim 1.5km in the pool | ||
- [x] Swim 600m in the ocean | ||
- [x] Run a half marathon in 2022 | ||
- [ ] Butterfly 200m without stopping | ||
- [ ] Master the flipturn | ||
- [ ] Run a full marathon | ||
- [x] Riding a motorcycle | ||
- [x] Ride from Auckland to Wellington in 2023 | ||
- [ ] Ride an Andes or Patagonia trail in 2025 | ||
- [x] Guitar and piano | ||
- [x] Play Nothin else matters - Metallica on the guitar | ||
- [x] Sing popular songs on the guitar | ||
- [ ] Learn to play the basic piano chords | ||
- [ ] Learn to play Le Matin - Yann Tiersen | ||
- [x] Badminton | ||
- [x] Win a local tournament in Bangladesh | ||
- [x] Become a level B player | ||
- [ ] Win a local tournament in New Zealand | ||
- [x] Surfing | ||
- [x] Ride a white wave | ||
- [ ] Ride a green wave | ||
- [ ] Surf in Hawaii | ||
|
||
### Computer Science | ||
|
||
- [x] Programming | ||
- [x] Python: Create an API-based pip package | ||
- [x] SQL | ||
- [x] R: Create an API-based R package | ||
- [ ] R: Create and deploy a Shiny app using Kubernetes | ||
- [ ] Rust: Create a Webassembly application | ||
- [ ] Rust: Solve at least 1 year of Advent of Code with Polars | ||
- [x] DevOps | ||
- [x] Get a program docker ready for AWS ECS and ECR | ||
- [x] Terraform the scheduling of a program on AWS | ||
- [x] Terraform a data warehouse | ||
- [ ] Terraform a data engineering tech stack | ||
- [ ] Master kubernetes and ansible | ||
- [x] Data engineering | ||
- [x] Create a fully scripted ETL pipeline | ||
- [x] Grok an ETL / ELT tool: Coalesce and Wherescape Red | ||
- [ ] Master Apache Kafka | ||
- [ ] Master Apache Iceberg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# the default layout is 'page' | ||
icon: fas fa-info-circle | ||
order: 4 | ||
--- | ||
|
||
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. | ||
{: .prompt-tip } |