Florimond Manca

Florimond Manca @florimondmanca

Location:
France
Joined:
Aug 6, 2018

Florimond Manca
articles - 18 total

Introduction to ASGI: Emergence of an Async Python Web Ecosystem

Originally posted at florimond.dev/blog on Nov. 8th, 2019. There's a lot of exciting stuff happen...

Learn More 32 5Dec 31 '19

HTTPX: Help Build The Future Of Python HTTP

encode / httpx A next generatio...

Learn More 60 0Oct 2 '19

How To Upgrade Your VuePress Site To v1.0

Originally published at blog.florimond.dev Disclaimer: I am not a VuePress maintainer, and this i...

Learn More 22 1Jun 15 '19

Entropic: federated JS package registry, announced at JSConfEU 2019

Hey everyone! I don't think I've seen this discussed on DEV yet. I'm not the most aware about the JS...

Learn More 15 7Jun 5 '19

Attending Tech Conferences: A Beginner’s Guide

PyConWeb is a conference focusing on Python, web development, and related technologies. The 2019 edit...

Learn More 59 0May 29 '19

Building a real-time chatbot server in Python with WebSocket, ChatterBot and Bocadillo

This post is an adaptation of the official Bocadillo tutorial. Hi everyone! Today's post is going to...

Learn More 52 8Mar 19 '19

Consuming APIs in Angular: Displaying Data In Components

Learn how to fetch a list of items from a REST API and display it in an Angular component.

Learn More 11 6Mar 1 '19

How I Built A Python Web Framework And Became An Open Source Maintainer

Thoughts and tips on managing an open source project, based on my experience building Bocadillo, an asynchronous Python web framework.

Learn More 107 13Dec 23 '18

From Angular To Vue: Feeling Like A Beginner Again

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. 😎

Learn More 121 38Oct 25 '18

Inbox Zero: How To Keep A Clean Email Inbox (And Mind)

Wondering how best to manage email? Get to love the "Archive" button. 📨

Learn More 79 43Oct 11 '18

Reconciling Dataclasses And Properties In Python

I love Python dataclasses, but combining them with properties is not obvious. This is a problem solving report — and a practical introduction to dataclasses!

Learn More 43 6Oct 8 '18

Breaking News: Everything Is An Event! (Streams, Kafka And You)

It's about time you met streaming data! I'm sure you two and Apache Kafka will do great things together. 🤘

Learn More 43 1Oct 2 '18

Building A Streaming Fraud Detection System With Kafka And Python

A thorough tutorial to build your first real-world Kafka app. Welcome to the land of stream processing!

Learn More 87 5Sep 21 '18

Streaming Applications with Apache Kafka: The Opening

I'm starting a series on building streaming apps with Apache Kafka — here's why.

Learn More 77 4Sep 15 '18

Consuming APIs in Angular – The Model-Adapter Pattern

A TypeScript-friendly pattern to improve how you integrate Angular apps and REST APIs.

Learn More 164 34Sep 5 '18

RESTful API Design: 13 Best Practices to Make Your Users Happy

Web services have been around for as long as the HTTP protocol has existed. But especially since the...

Learn More 86 4Aug 29 '18

Python Mutable Defaults Are The Source of All Evil

How to prevent a common Python mistake that can lead to horrible bugs and waste everyone's time.

Learn More 34 6Aug 20 '18

Why I started using Python type annotations, and why you should too

They help me and my peers write better, more readable and more Pythonic code — and that's exciting.

Learn More 25 7Aug 13 '18