def about_me() -> Vitae:
name = "Adrian"
education = "M.Sc. in Bioinformatics and Genome Research"
career = "Software developer since 2013"
main_experience = "Cloud Computing and software development with C#, Java and Python"
interests = "Cybersecurity & Microservice Architecture"
hobbies = "Playing soccer and brewing beer"
return Vitae(name, education, career, main_experience, interests, hobbies)
- Distroless Python Images With Docker
- Cryptopals Challenges (XOR)
- I Passed CEH
- How To Become An Ethical Hacker
- Hello World
- How to apply gevent monkey patch using django-admin with huey?
- Answer by Adrian for Design question: how to implement a function which utilizes different interface implementations
- How to send a 'conversationUpdate' to Microsoft Teams from bot manually?
- Answer by Adrian for Update docker image in Azure Container Instances
- How to Shim System.Security.Principal.WindowsIdentiy in .NET461?