ABOUT THE AUTHOR

Paweł Zadrożny

Senior Software Engineer

Paweł Zadrożny is a Software Engineer at CodiLime. His background includes broad backend experience, including development, implementation and maintenance of applications and websites and deployment of finished products. He is well versed in various programming languages, including Python, Go, JavaScript, and PHP. Beyond that, Paweł is well acquainted with networking technologies, including Kubernetes, Docker, VMWare ESXi, and many more. Paweł’ technical expertise is complemented by his leadership talents, which led to his current role of Technical Lead. In his current role, he works with the development of security solutions orchestration for high-throughput networks.

Paweł Zadrożny

CONNECT WITH PAWEŁ ZADROŻNY

Linkedin

Recent posts by Paweł:

Thumbnail of an article about Give Python more speed with type annotations
SOFTWARE DEVELOPMENT

Give Python more speed with type annotations

Have you ever wondered if there is a way to speed up a Python project? I did, and I found such a way by using type annotations. With them programmers have a better understanding of the code base, make fewer silly mistakes, and iterate quicker with new features.