An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

### Hi there

![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=Wadaboa.Wadaboa)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)
[![Linkedin: alessio-falai](https://img.shields.io/badge/-Alessio%20Falai-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/alessio-falai/)](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





Wadaboa's github stats

#### 📕 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)