https://github.com/wadaboa/wadaboa
GitHub's special repository, such that its README.md will appear on my public profile
https://github.com/wadaboa/wadaboa
github-profile github-profile-readme github-secret
Last synced: 4 months ago
JSON representation
GitHub's special repository, such that its README.md will appear on my public profile
- Host: GitHub
- URL: https://github.com/wadaboa/wadaboa
- Owner: Wadaboa
- Created: 2020-07-24T18:56:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T02:02:26.000Z (over 4 years ago)
- Last Synced: 2025-01-20T10:23:09.834Z (over 1 year ago)
- Topics: github-profile, github-profile-readme, github-secret
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi there 

[](https://github.com/ellerbrock/open-source-badge/)
[](https://www.linkedin.com/in/alessio-falai/)
#### 👨 About me
```python
#!/usr/bin/python
# -*- coding: utf-8 -*-
class MySelf:
def __init__(self):
self.name = "👀 Alessio Falai"
self.languages = ["🇮🇹 it_IT", "🇬🇧 en_GB"]
self.education = {
"BSc": {
"Degree": "🖥️ Computer Science",
"University": "🟦 Florence"
},
"MSc": {
"Degree": "🤖 Artificial Intelligence",
"University": "🟥 Bologna"
}
]
self.roles = ["👨🔬 Applied/Data Scientist", "🧑💻 Software Engineer"]
self.hobbies = ["⌨️ Mechanical keyboards", "📸 Photography", "🌍 Travelling", "🎒 Backpacks"]
self.interests = ["💬 TTS", "🌳 GNNs"]
self.website = ["🌐 https://alessiofalai.it"]
def hello(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = MySelf()
me.hello()
```
#### 📊 Some statistics
#### 📕 Latest blog posts
- [Tackling the Flatland challenge](https://alessiofalai.it/blog/flatland-challenge)
- [How to create an impressive GitHub profile README](https://alessiofalai.it/blog/github-profile-readme)
- [Jekyll + Github Pages + Travis CI](https://alessiofalai.it/blog/jekyll-ghpages-travis)
- [Java interfaces vs. Scala traits](https://alessiofalai.it/blog/scala-traits)
- [The Euler number in blob analysis](https://alessiofalai.it/blog/euler-number)
#### ⚡ Recent GitHub activity
1. ❗️ Closed issue [#2](https://github.com/Wadaboa/titanet/issues/2) in [Wadaboa/titanet](https://github.com/Wadaboa/titanet)