Quantcast
Channel: Jonatas Baldin
Browsing all 20 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

I made a Python Community Map, and you should include yours!

Hello people, how are you doing? Last week I built the Python Community Map, a place where we can see local Python communities across the world – and you can add the one you participate too! I did...

View Article



[Book Review] Clean Code, by Uncle Bob

Originally posted at Deploy Everyday. The first time I tried to read the Clean Code, by Robert C. Martin – or Uncle Bob –, I got a fright by this paragraph at the Introduction chapter: Be prepared to...

View Article

Image may be NSFW.
Clik here to view.

How to Trend on GitHub

Originally posted at Deploy Everyday. I'm sorry, I've never done a clickbait before. I must say, it does feel good hahah In last New Year's Eve – aka yesterday – I got almost 1k upvotes in...

View Article

A Recipe for Poetry and CircleCI

Originally posted at Deploy Everyday. Last week I wrote a Python library using Poetry to manage its dependencies and for publishing it to PyPI. So far, the experience has been fantastic. Poetry Poetry...

View Article

Image may be NSFW.
Clik here to view.

Tools of the Week #1

Originally posted at Deploy Everyday. Tools of the week is a top of my head idea to write a tiny little bit about the tools and libraries I discovered every week. I love tools. I now you love them too...

View Article


Finding Issues for Hacktoberfest

Originally posted at Deploy Everyday. Hacktoberfest 2019 is almost there, who's excited? 🎉🎊🥳 It's time to give back to the open source community, win a sick t-shirt, learn a lot of techs and make even...

View Article

Image may be NSFW.
Clik here to view.

The Kubernetes Troika

Originally posted at Deploy Everyday. troika, a Russian vehicle drawn by three horses abreast I'm a sysadmin by heart. As a teenager, I had a 16U rack filled with old routers, switches, storage and...

View Article

Image may be NSFW.
Clik here to view.

Mocking Golang with Interfaces In Real Life

Originally posted at Deploy Everyday. Authentication code usually results in an IO call, like reading a file or making a network request. These operations are villains in the unit test world 'cause...

View Article


Image may be NSFW.
Clik here to view.

Tools of the Week #2

Originally posted at Deploy Everyday. Tools of the week is a top of my head idea to write a tiny little bit about the tools and libraries I discovered every week. I love tools. I now you love them too...

View Article


Implementing Dijkstra Algorithm in Go

Originally posted at Deploy Everyday. I didn't go through Computer Science, had a very early dropout. Since I started working in the tech space, I cared a lot about RESTful APIs, preventing systems to...

View Article

What's your favorite Python idiom?

Hey there, how are you doing? I'm collecting people's favorite Python idioms: Pythonic, elegant, battle-tested snippets: # the `in` operator! if x in l: print(x) Or: # list comprehensions! numbers =...

View Article

Python Idioms in Go

Originally posted at Deploy Everyday. In the development world, Python is my native language. It all started in 2015 with a little project called itopy. Python is my favorite way to translate thought...

View Article

Image may be NSFW.
Clik here to view.

A Telegram bot for CFP Land 🤖

Originally posted at Deploy Everyday.Hello there!A couple of months ago I made a Telegram bot for the amazing CFP Land platform 🤖 They list call for papers on conferences all over the world, send a...

View Article


Image may be NSFW.
Clik here to view.

Tools of the Week #3

Originally posted at Deploy Everyday.✨ This week tools are focused on Data Structures and Algorithms ✨Data Structure Visualizations from USFCAPlatform to visualize how some algorithms and data...

View Article

Image may be NSFW.
Clik here to view.

Avoiding Azure Functions Downtime with Slots

Originally posted at Deploy Everyday.This week I was building a Terraform module to deploy an Azure Functions infrastructure – including Storage Account, Service Plan and the Function App – so later...

View Article


Three Solutions to Run Knative Locally

Originally posted at Deploy Everyday.Knative is a set of building blocks to run Serverless workloads on top of Kubernetes. You can also use those building blocks to build your own Serverless...

View Article

Image may be NSFW.
Clik here to view.

Terraform for a Highly Available VPN between AWS and Azure

Originally posted at Deploy Everyday.Hi there 👋 Today we will go through a bunch of Terraform code to deploy a highly available site-to-site VPN between AWS and Azure, aiming for a single terraform...

View Article


konnek, an event gateway ~video demo~

Hi there!As the description says, this is a demo video I did about a side project of mine. It's been a while since I've made a video, so I thought about sharing with y'all ❤️All feedback and sharing is...

View Article

Image may be NSFW.
Clik here to view.

AWS Serverless Events into Knative (or anywhere!)

Originally posted at Deploy EverydayA lot of services inside AWS produces events to be consumed by services inside AWS, that's one of the Serverless foundations. The classic example is executing an AWS...

View Article

Image may be NSFW.
Clik here to view.

Aiven Databases and Terraform for Fun and Profit

Originally posted at Aiven's blog.In the dawn of prehistory, infrastructure teams managed their systems by physically logging into each machine. Nowadays, with Terraform, infra teams can make changes...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images