Francesco Maria Moneta's Blog
Software, FinTech, Security, and other fun stories
Hello world. Hello world! I have been wanting to put up a website in some shape or form for a while now. It is finally here. What an exciting beginning!...
Category Moneta
This post has appeared previously my Linkedin profile.
You can check the development progress of the plaform here.
Category SoftwareDevelopment
This post has appeared previously my Linkedin profile.
You can check the development progress of the plaform here.
Category security mobile
How my growing interest in privacy and security has made me buy a phone made by Google,
the company with literally the worst track record on those issues.
Category AI
I was lucky enough to attend “Demystifying AI - An Introductory Workshop to AI and ML”, an event held at The Yard - Gowanus by the brilliant Sabri Monaf.
Category workshop
I was lucky enough to attend “Demystifying AI - An Introductory Workshop to AI and ML”, an event held at The Yard - Gowanus by the brilliant Sabri Monaf.
Category Development
“Variants, Any types… is this Python or CPP? Let’s discover together these powerful C++17 features in this multi-part article.”
Containerizing an application is simpler than you might think! In this brief tutorial, let’s create an application inside a container using Docker!
Brushing up on concepts and learning dynamic programming by doing. Let’s get to it!
Compiling a library can be a daunting and intimidating task. Heck, many developers out there may never even need to learn how to do it, particularly if they primarily use...
What is a partial function application and why it is not currying
Among the additions and innovations that C++17 brought about, std::any is certainly a powerful one! A while back, I decided to leverage this class to create a powerful construct: a...