From setup to testing, walk through the steps of building a real-time chatbot with Bocadillo and ChatterBot!| Florimond Manca
ChainMap in a nutshell: treat multiple dictionaries as one, unlock Python superpowers.| Florimond Manca
Hi! My name is Florimond. I will be your captain for the length of this journey. 👨✈️| Florimond Manca
Deploying web apps can be a pain. I chose CaptainDuckDuck to build my personal, Heroku-style PaaS, hassle-free.| Florimond Manca
How to prevent a common Python mistake that can lead to horrible bugs and waste everyone's time.| Florimond Manca
A new library for building GraphQL APIs and serving them over HTTP via ASGI, powered by the Tartiflette Python asynchronous GraphQL engine.| Florimond Manca
A memo on implementing parametrized decorators whose default behavior doesn't require empty parentheses.| Florimond Manca
Welcome back! Let's deploy your own personal PaaS step by step with CaptainDuckDuck.| Florimond Manca
Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.| Florimond Manca
A TypeScript-friendly pattern to improve how you integrate Angular apps and REST APIs.| Florimond Manca
First step to the RESTful way: make sure errors don't come back as 200 OK.| Florimond Manca
I'm starting a series on building streaming apps with Apache Kafka — here's why!| Florimond Manca
Wondering how best to manage email? Get to love the "Archive" button.| Florimond Manca
I became too safe in the world of Angular, so I started learning Vue.js. Do I feel like a noob? Yes. Is it worth it? Totally.| Florimond Manca
Learn how to fetch a list of items from a REST API and display it in an Angular component.| Florimond Manca
Medium doesn't get you views or reputation — quality content does, regardless of the platform. So you'd better use your own!| Florimond Manca
VuePress v1.0 is out of beta! Upgrade your documentation site by following this 10-step tutorial.| Florimond Manca
If you were thinking Python had been getting locked into data science, think again! Python web development is back with an async spin, and it's exciting.| Florimond Manca
It's about time you met streaming data! I'm sure you two and Apache Kafka will do great things together.| Florimond Manca
I love Python dataclasses, but combining them with properties is not obvious. This is a problem solving report — and a practical introduction to dataclasses!| Florimond Manca