Matheus Boy
Python Enthusiast and Principal Software Engineer at Red Hat
Sessions
Dictionaries are a powerful data structure, but did you that you can define them in Python in a very unique way? In this talk I'm going to explore Python Dictionaries and Dictionary Comprehensions in a very hands-on approach.
CI/CD is the industry standard for software delivery pipelines and both CI and CD are employed together and sometimes even used interchangeably. However, both are very different concepts which should not necessarily be tied together. In this talk, I'm going to define what Continuous Integration (CI) is, what Continuous Delivery (CD) and Continuous Deployment (CD) are and how they are different from each other. Then, I'm going to dig deep into how effective CI/CD pipelines have a clear divide between CI and CD and why this is a good pattern to follow.