Python Belgrade #31
Details
Hi all, welcome to the #31 Python meetup. This Friday we will have the honor to hear from Aleksa Terzic. The concept of this evening will be talks + lightning talks. After the event come join us for networking at Das Boot Jazz&Beer bar, which is just right downstairs from the event.
Talk no.1 Aleksa Terzic
Aleksa is a Python developer at Kortechs, LLC. He has 6 years of professional experience in telecommunications and software development. Graduated from high school as a telecommunication technician and worked for SBB on maintaining the network. In second year of college, started working as a junior Java developer for NetTV Plus. Then he found his passion in Python and has been bound to it ever since, working at the same company until Kortechs as of recently. Having other interests in Go lang and databases. Python developer at Kortechs, LLC
Topic: Python Microservices with gRPC
Purpose for this study is to introduce the concept behind microservices, differences between microservices and monolithic applications, benefits and pitfalls of each and scaling. Inspiration for this came from the issues that I have encountered while working with large monolithic applications, mainly regarding scaling and speed of the service. Having all of the code in one place in early stages of development is better, lets you develop faster which is critical when starting, is less complicated to share between developers and allows for easier deployment in one go. But, as the codebase and complexity of the app grows, all of these pros that made it easier in the beginning, can gradually make a monolith harder to develop and maintain. Implementing microservices can be time consuming, but will allow for better scaling in the long run if applied at the right time - not too soon, not too late. Why microservices? Flexibility, scalability and robustness are main pros of implementing microservices. It will make a way to organize complex systems, breaking them down into smaller pieces that communicate with each other and deployed independently. They can also be written in different languages, giving the app even more flexibility. Why gRPC over REST? Well, we can use REST for microservices as well, but there are many pros in using protocol buffers. Performance, documentation and validation are the main ones. gRPC is built on top of HTTP/2 which can make multiple requests in parallel and is more efficient in this case, when using it for internal communication. Also, gRPC has interceptors that are used to monitor the communication between services, logging exceptions, requests and latencies. Generally, a go-to for our case and we will cover it in depth.
Talk no.2 Petar Nikolovski
Lead DevOps Engineer at brainshuttle, LLC
Topic: A step towards the fully automated Kubernetes infrastructure with Python
In this talk, we'll walk down the rabbit hole of Kubernetes most mysterious components: Controllers, and Operators. We'll do a deep dive into the subject, and by the end of it, you will be either utterly amazed or utterly confused (as is the case with any Kubernetes topic).
---
Lightning talks are 5minute talks, where we want YOU, yes… YOU to talk to us about something that you made, found online, a funny picture of a cat your daughter drew, or if you just want to play a youtube video of Justin Beiber - Baby for everyone to appreciate, you can. It is your 5 minutes to show us something.
You can apply for lightning talks here:
https://docs.google.com/spreadsheets/d/1051nGdkf6VdkrgG2tWfwJiE_VDHyzwLnX1zkj6SrVUU/edit#gid=0
