Update and beautify README

This commit is contained in:
Ferit Yiğit BALABAN 2022-03-24 00:42:24 +03:00
parent 5bf26e542c
commit ed2f5e0f47
No known key found for this signature in database
GPG Key ID: BB8494BA65A90842

View File

@ -1,16 +1,25 @@
## <img src="https://raw.githubusercontent.com/fybx/fybx/master/welcome.gif" width="20px"> welcome to my _unique_ github profile!
- 💻 I am studying for a Bachelor's degree majoring in Computer Engineering at [Uludag University](http://uludag.edu.tr/ "Website of my university")
- 💻 I am studying for a Bachelor's degree majoring in Computer Engineering at [Uludag University][uni]
- 🥼 I develop cross-platform applications with .NET, and have a decent understanding of software development life cycle.
- 📜 My primary interests are Web Development, Natural Language Processing, Free and Open Source Software, and Mathematics.
- 🔎 You can reach me on [<img src="https://cdn.svgporn.com/logos/twitter.svg" width="20px">](https://twitter.com/feritdegil "My Twitter Profile"), or on [<img src="https://cdn.svgporn.com/logos/linkedin-icon.svg" width="20px">](https://www.linkedin.com/in/ferityigitbalaban/ "My LinkedIn Profile"). Oh, I also have an email option [<img src="https://cdn.svgporn.com/logos/google-gmail.svg" width="20px">](mailto:fyb@duck.com "Send me an email!") for the old-fashioned people!
- 🔎 You can reach me on [<img src="https://cdn.svgporn.com/logos/twitter.svg" width="20px">][twitter], or on [<img src="https://cdn.svgporn.com/logos/linkedin-icon.svg" width="20px">][linkedin]. Oh, I also have an email option [<img src="https://cdn.svgporn.com/logos/google-gmail.svg" width="20px">][mail] for the old-fashioned people!
## <img src="https://raw.githubusercontent.com/fybx/fybx/main/sparkles.gif" width="35px"> personal achievements
- [x] <img src="https://img.icons8.com/fluency/48/000000/smartphone-cpu.png" width="20px"/> Coded a CPU simulator using C# and WinForms
- [x] <img src="https://img.icons8.com/fluency/48/000000/source-code.png" width="20px"/> Designed an interpreted language, created a dedicated lexer, parser and interpreter
- [x] <img src="https://img.icons8.com/fluency/48/000000/web-design.png" width="20px"/> Created [my personal website](https://balaban.software/ "My website") by only using HTML, CSS and Javascript, with no framework whatsoever
- [x] <img src="https://img.icons8.com/fluency/48/000000/trophy.png" width="20px"/> Participated in the WE'Boost Hackathon where we [built a website](https://github.com/fybx/weboost2022 "Repository of hackathon submission") with my team Abstract, and came in 4th
- [x] <img src="https://img.icons8.com/fluency/48/000000/web-design.png" width="20px"/> Created [my personal website][blog] by only using HTML, CSS and Javascript, with no framework whatsoever
- [x] <img src="https://img.icons8.com/fluency/48/000000/trophy.png" width="20px"/> Participated in the WE'Boost Hackathon where we [built a website][weboost] with my team Abstract, and came in 4th
## currently working on
- A Linux device driver for UC-Logic Lapazz TWMNA62 graphics tablet
- [crypton][crypton], a fully documented, tested .NET SDK wrapper library for common cryptographic applications
- Learning C for systems development, and using Python in everyday automation. You can check my scripts [here][scripts]
- My [website][blog], which I aim to make it an online resume, portfolio, blog and wiki for my projects
- Several projects to educate and encourage our university's engineering community
- Trying to familiarize myself with [vim][vimrepo]
## <img src="https://raw.githubusercontent.com/fybx/fybx/master/pinned.gif" width="20px"> pinned repositories
<span>
@ -24,3 +33,13 @@
<img width="450px" height="150px" src="https://github-readme-stats.vercel.app/api?username=fybx&show_icons=true&line_height=24&hide=contribs&count_private=true&include_all_commits=true&theme=slateorange">
<img width="350px" height="150px" src="https://github-readme-stats.vercel.app/api/top-langs/?username=fybx&layout=compact&theme=slateorange">
</span>
[vimrepo]: https://github.com/vim/vim
[scripts]: https://github.com/fybx/scripts
[crypton]: https://github.com/fybx/crypton
[weboost]: https://github.com/fybx/weboost2022 "Repository of hackathon submission"
[blog]: https://balaban.software/ "My personal website"
[twitter]: https://twitter.com/feritdegil "My Twitter profile"
[linkedin]: https://linkedin.com/in/fybx "My LinkedIn profile"
[mail]: mailto:fyb@duck.com "Send me an email!"
[uni]: http://uludag.edu.tr "Website of my university"