Software

Serverless Bot. Infrastructure with Pulumi

I like to learn something new: new technologies, languages, countries, food, and experiences — all of that is a big part of my life’s joy. During thinking about my next OKR goal with folks from JetBridge I came up with an idea for how to build something interesting...

January 12, 2023
More

5 tips to make your DevOps team thrive

Written By Vinicius Schettino DevOps Culture made a real dent on the traditional way organizations used to make software. Heavily inspired by Agile and Lean movements, the DevOps trend makes a move against siloed knowledge, slow and manual deployment pipelines, and strong division between teams such...

March 28, 2022
More

Multipart-Encoded and Python Requests

It’s easy to find on the web many examples of how to send multipart-encoded data like images/files using python requests. Even in request’s documentation there’s a section only for that. But I struggled a couple days ago about the Content-type header. The recommended header for multipart-encoded...

September 28, 2021
More

Building a REST API with Django REST Framework

The Django REST Framework is a powerful toolkit for building RESTful APIs on top of the popular Python framework Django. With its browsable API, robust authentication policies, and object serialization, it offers an amazing experience for rapidly creating REST APIs.

July 27, 2021
More

Frameworkless Web Applications

We’ve created an anti-framework called @jetkit/cdk, a TypeScript library that lets you decorate functions and classes as if you were using a traditional web framework, with AWS resources automatically generated from application code.

June 1, 2021
More