JB

JB @jbrocher

About: 💻Lead Software Engineer at an Eco-Responsible Company ♻️ | 📝 Tech Blogger & 🛠️ App Builder | 🎓 Always Thriving to Share more Knowledge

Location:
France
Joined:
Oct 6, 2021

JB
articles - 14 total

Asyncio Demystified: Rebuilding it From Scratch One Yield at a Time

I don't know about you, but each time I await something in Python, I get a tiny itch in the back of...

Learn More 1 2May 5 '25

AI Powered Automatic PR Body Generator

What I built I built a GitHub Action that automatically generates and updates a pull...

Learn More 9 1May 17 '23

How to revert a merge commit then merge again

A few days ago, I stumbled upon a thread talking about the trade-offs of squash-merging a PR VS...

Learn More 4 0Nov 28 '22

Authentication Patterns and Best Practices For SPAs

Introduction Authentication is something most web applications need, and that can be...

Learn More 14 0Apr 9 '22

Re-Doing the Django Tutorial With FastAPI And React: Connecting a React app to FastAPI !

Note: This is part 4 of a multi-part tutorial on FastApi and React. If you want to start from the...

Learn More 7 0Dec 6 '21

React Tips & Tricks: Uploading a File With A Progress Bar

Forms are often tricky to get right with React. While there are great libraries like formik or React...

Learn More 273 8Nov 29 '21

Re-Doing the Django Tutorial With FastAPI And React: Building the CRUD endpoints!

Note: This is part 3 of a multi-part tutorial on FastApi and React, if you've not read the previous...

Learn More 9 3Nov 22 '21

Re-Doing the Django Tutorial With FastAPI and React: Database & Models

Welcome to part 2 of this series where we're building the Poll App from the Django Tutorial, using...

Learn More 21 0Nov 15 '21

Agile Software Architecture using Archimate and the C4 Model

Introduction Recently, I decided the time had come for an overhaul of the way we handle...

Learn More 10 1Nov 8 '21

Re-Doing the Django Tutorial With FastAPI And React: Setting up a FastAPI project !

FastAPI is an awesome modern Python framework designed to enable developers to quickly build robust...

Learn More 12 0Nov 1 '21

FastAPI Tips & Tricks: Testing a Database

If you haven't heard of it yet, FastAPI is a micro-framewok that allows developers to make full use...

Learn More 34 16Oct 25 '21

React Tips & Tricks: How to extend any HTML element with React and Typescript

In React, we often build small components to encapsulate specific behaviors. This allows for...

Learn More 8 0Oct 24 '21

Building An acquisition Funnel in React with Xstate - Part 2

Building An acquisition Funnel in React with Xstate - Part 2 This is part 2 of a two parts...

Learn More 4 2Oct 11 '21

Building an acquisition Funnel in React with Xstate

Building (and maintaining) an acquisition funnel is something that most development teams will be...

Learn More 6 0Oct 10 '21