Carlos V.

Carlos V. @po5i

About: Software Engineer | Tech Writer and Speaker | Community leader | Amateur photographer | Cats and plants lover

Location:
Ecuador
Joined:
Mar 2, 2020

Carlos V.
articles - 18 total

Parallelism in Python starter pack

I'm happy to share with you a post that I wrote for Globant Medium. Enjoy! ...

Learn More 4 0Jul 6 '22

GitHub Action to run mypy on changed files only

Recently, I needed a way to perform Python static type checking using mypy only on "changed" files...

Learn More 11 0Jun 15 '22

How to add type annotations to SQLAlchemy models

For a long time, I’ve been advocating for using type annotations in languages like Python because of...

Learn More 9 0Mar 21 '22

How to generate a TypeScript client from a Swagger documented API

In my previous tutorial, I built a simple REST API with Swagger documentation. Check it out: ...

Learn More 36 3Nov 15 '21

How to set up a REST API in Flask in 5 steps

This small tutorial was built on top of my previous code sample that configures a simple Flask app...

Learn More 12 0Nov 5 '21

Functional Programming inside OOP? It’s possible with Python

I'm sharing my EuroPython 2021 talk today. Please enjoy!

Learn More 1 0Sep 28 '21

Manage technical debt as a project

Imagine you spot technical debt items in your project that you need to work on anytime. Sometimes is...

Learn More 0 0Jan 27 '21

Always use semantic HTML inputs

I know sometimes is tedious to use a correct component for requesting a user input in HTML. But using...

Learn More 0 0Jan 8 '21

Python decorator to measure function's execution time

I know we do some manual debugging from time to time. I got inspired from some Stack Overflow answers...

Learn More 9 1Dec 18 '20

Hacktoberfest in Ecuador

How am I supporting the open-source collaboration? Last year, I had the initiative of cele...

Learn More 1 0Oct 14 '20

Exploring Pyright

Are you using Python type annotations? Having fun with mypy? Microsoft created some years ago yet ano...

Learn More 1 0Sep 11 '20

Do we need more than NPM?

ekalinin / nodeenv Virtual envi...

Learn More 2 0Jun 9 '20

Facebook to Wordpress via REST API

For a personal project, I needed a simple tool capable of scraping all posts from a public Facebook p...

Learn More 6 0May 30 '20

React Native for MacOS & Windows?

Still in developmen, but this Microsoft fork of React Native makes it possible to run native Winows a...

Learn More 1 0May 20 '20

How to add basic unit test to a Python Flask app using Pytest

Are we all agree that we need to add some tests to our apps, right? In this small post, I'll show you...

Learn More 31 3May 18 '20

My PyCon Colombia talk

This is the video of my presentation from the PyCon Colombia 2020 talk: "Using Type Annotations in Py...

Learn More 1 0May 13 '20

hack.chat web chat

hack-chat / main a minimal, dis...

Learn More 127 12May 13 '20

My first TypeScript open source contribution

While working on a story, I was asked to upgrade the openpgp Node dependency, but bad luck a lot of t...

Learn More 5 0May 13 '20