Ana is a back-end developer. She enjoys designing clean APIs, pocking into legacy code and taking detours into strange worlds like the one of Elixir.
She's on Twitter as @anabalica and on GitHub at ana-balica.github.io
Talks I've Given
-
Humanising Among Coders
Featuring Ana Balica
What makes a good developer? Certainly technical expertise, insightfulness, creativity, thoughtfulness. What about daily social interactions with other developers inside the company and community? Those are never easy. Even though we all try to be nice to each other, sometimes unintentionally we...
ethical-development professional-practice good-developing good-developer-practices -
HTTP: History and Performance
Featuring Ana Balica
The Hypertext Transfer Protocol is one of the most popular protocols nowadays. It’s the language most servers, clients, and even teapots can speak. Learn how and why it became such an ubiquitous part of the web by following the evolution of HTTP.
http .net tls http/2 -
Testing in Django
Featuring Ana Balica
In and out on Django testing framework internals, its evolution and some best practices.
django python