atlas news
    
Wrong Side of Memphis : Python
05  septembre     21h25
Notes about ShipItCon 2023
Jaime Buelta    It’s this time of the year again, and another ShipItCon review is due I’ve talked about the previous instances of this conference, which happens in Dublin, roughly once a year though the pandemic years it did not happened , and I think is a quite interesting conference, especially as it revolves...
04  septembre     20h26
Notes about ShipItCon 2022
Jaime Buelta    Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feeling was a bit weird and that I got a bit extra anxious about being in a place with so many people. I’ve talked...
10  juillet     16h25
Interview in the Network Automation Nerds Podcast
Jaime Buelta    I had a nice chat with Eric Chou in his Network Automation Nerds Podcast about some of the topics that I’ve talked about on my books, like Software Architecture and Automation. We also covered topics like how I started my journey into Python or the difference between different roles. The chat is...
11  avril     08h00
The Many Challenges of a (Software) Architect
Jaime Buelta    Software Architecture is a fascinating subject. The objective of a solid architecture for a system is to generate an underlying structure that is separates components in a meaningful way, but at the same time, is flexible to allow the system to grow in capacities and functionalities. That it’s...
17  février     16h06
Futures and easy parallelisation
Jaime Buelta    Here is one small snippet that it’s very useful when dealing with quick scripts that perform slow tasks and can benefit from running in parallel. Enter the Futures Futures are a convenient abstraction in Python for running tasks in the background. There are also asyncio Futures that can be used...
13  janvier     10h08
Python Architecture Patterns now available
Jaime Buelta    My new book is available Current software systems can be extremely big and complex, and Software Architecture deals with the design and tweaking of fundamental structures that shape the big picture of those systems.The book talks about in greater detail about what Software Architecture is, what...
22  décembre     13h17
Python Automation Cookbook for only 5
Jaime Buelta    There’s currently a Christmas offer in Packt website when you can get all ebooks for just or . It’s a great opportunity to get the second edition of the Python Automation Cookbook and improve your Python skills for this new year Also available, of course, is Hands On for Microservices with...
04  décembre     20h01
Python Architecture Patterns book announced
Jaime Buelta    We are getting close to the end of the year, but I have great news A new Python book is on the way, and will be released soon. Current software systems can be extremely big and complex, and Software Architecture deals with the design and tweaking of fundamental structures that shape the big...
01  juin     06h14
Basic Python for Data Processing Workshop
Jaime Buelta    I’ll be running a workshop at the European ODSC this th of June. The objective of the session is to provide some basic understanding of Python as a language to be used for data processing. Python syntax is very readable and easy to work with, and its rich ecosystem of libraries makes it one of the...
    05h45
Got interviewed as PyDev of the Week
Jaime Buelta    I got interviewed as part of Mike Driscoll’s PyDev of the week series. You can check the interview here