diff --git a/README.md b/README.md index 4b493c2..fad2714 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,25 @@ ## 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 [](https://twitter.com/feritdegil "My Twitter Profile"), or on [](https://www.linkedin.com/in/ferityigitbalaban/ "My LinkedIn Profile"). Oh, I also have an email option [](mailto:fyb@duck.com "Send me an email!") for the old-fashioned people! + - 🔎 You can reach me on [][twitter], or on [][linkedin]. Oh, I also have an email option [][mail] for the old-fashioned people! ## personal achievements - [x] Coded a CPU simulator using C# and WinForms - [x] Designed an interpreted language, created a dedicated lexer, parser and interpreter - - [x] Created [my personal website](https://balaban.software/ "My website") by only using HTML, CSS and Javascript, with no framework whatsoever - - [x] 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] Created [my personal website][blog] by only using HTML, CSS and Javascript, with no framework whatsoever + - [x] 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] ## pinned repositories @@ -24,3 +33,13 @@ + + [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"