diff --git a/content/about_en.md b/content/about_en.md index c8051a6..cf82914 100644 --- a/content/about_en.md +++ b/content/about_en.md @@ -1,12 +1,7 @@ # About me -I'm a self-taught programmer from Brazil. I'm interested in both low-level -and high-level programming. I'm familiar with technologies like C, C++, C#, +I'm a software developer from Brazil. I'm interested in both low-level +and high-level programming. I'm familiar with technologies like C, Rust, React, JavaScript, Python, SQL and Shell Script. I'm also a fan of Linux, Vim and minimalist software. -As a programmer I feel our goal should be to make efficient and reliable -software, avoiding bloated code. We should as well be constantly seeking to -improve our skills and learn new tech. - -As for my language skills: I can communicate well in English, my native -language is Portuguese and I'm learning Polish. +I'm currently studying cybersecurity, as I really like hacking challenges. diff --git a/content/projects_en.md b/content/projects_en.md index bb467c9..ada4f50 100644 --- a/content/projects_en.md +++ b/content/projects_en.md @@ -1,5 +1,10 @@ # Featured Projects +## Cardmaster +Flashcards web app, similar to Anki. Written with React and Python. Code +available on [Github](https://github.com/augustogunsch/cardmaster). Check out +the [public instance](https://cardmaster.site). + ## Fsub Command-line SubRip file (.srt) editor written in Python. Available on my [Gitea](https://git.augustogunsch.com/augusto/fsub),