Receive a daily call for papers digest from all around the globe. And More!
Python has ton of sugar and Go tons of simplicity. In this article I'll go over some Go implementation of Python idioms.
A thoroughly commented Go implementation of the Dijkstra Algorithm with links to unit tests and other resources.
Learn how to do mock testing with Golang and Interfaces with a real life example using one of Go's Spotify clients.
Using three K8S services to deploy virtually any modern application with an external IP address, DNS entry and TLS certificate very quickly. Make K8S your favorite platform to play around with other platforms.
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 more friends ❤️
Way less mystical than I though, way more required than I imagined.
Uma lista de links para Nômades Digitais!
Today, Google Chrome said my blog was insecure! That happened because I was running by website over just plain text HTTP. This is how I fixed it.
Como um agregado de bairros de Medellín foi de uma das áreas mais perigosas do mundo e uma das comunidades mais vivas, solidárias e inovadoras.
As I Python lover, I feel inspired every time I read the Zen of Python – a manifesto that guides the heart of all the fellow Pythonistas. Now, I present you the Zen of Serverless!
Gosta de Django? Simmm! Gosta de Jupyter? Simmm! Então imagina os dois juntos...
Today we are going to explore a little bit of the AWS Lambda environment by building an Image Resizer. It will use a AWS S3 bucket as the source event, manipulating any image uploaded to it and saving the resized one in another bucket. First, everything will be done manually, using even the code editor available in Lambda, and we will finish by automating the package and deploy with Zappa. I assume you already have an AWS account and some basic knowledge of they services.
Serverless. The new hype buzzword is taking over the development universe, promising big savings in infrastructure for applications and less deployment headaches to developers. In an agile world, shipping scalable software with budget constraints has become a big puzzle: one that Serverless may solve.