Python

Using WebSocket in Python

In this article, we will explore how to use WebSockets in Python to improve the interactivity of web applications.

December 2, 2023
React

Using WebSocket in React

In this guide, we will explore how to use WebSockets in a React application.

December 2, 2023
Development

Discrete Mathematics and programming

In this article, we will explore some of the main applications of Discrete Mathematics in the field of programming.

November 26, 2023
Development

How to reliably manage container dependencies at initialization time with Docker Compose

In this article, we will explore how to reliably manage inter-container dependencies at initialization time with Docker Compose

November 26, 2023
React

React: how to protect routes with a Bearer Token

When it comes to securing routes in a React application, using a Bearer Token is a common and effective practice. In this article, we will explore how to implement this security in your React routes.

November 26, 2023
React

React: how to add a Bearer Token to all HTTP requests

In this article, we will explore how to add a Bearer Token to all HTTP requests in a React application.

November 26, 2023