Using the logging lib on python
In this post we are going to use the logging lib to write messages, in production we are going to write to a Rotating File and in development we are going to...
In this post we are going to use the logging lib to write messages, in production we are going to write to a Rotating File and in development we are going to...
In this post we are going to copy the terminal output using xclip, this is useful when you need to take the data outside the terminal.
This is a basic example on how to add new routes to the GetGloby API:
Let’s create the routes for oura react project.
In this tutorial we are going to create our own styled constant so we can use them all over different files.
This tip will change the ownership of the repository folder to your current user, so you can run git commands without the need of sudo or root user.
To improve your speed when working with VSCode you can set custom keybindings, this is a list with my custom keyboard shortcuts.
To debug a FastAPI app with VSCode we are going to go the debug section and create a launch.json file.
We are going to create our styled component for radio buttons.
We are going to create a Landing page using react-bootstrap components and styled-components.
In this post we are going to install and configure nginx on an Ubuntu or any Debian server. We are also going to use certbot to set the HTTPs certificate (Le...
To write code faster and cleaner we are going to configure Visual Studio Code (VSCode) to auto format the code when saving each file.
This guide is a follow up to Use Google Login (OAuth) with FastAPI and JWT, in the previous guide the added to our FastAPI application JWT support.
This guide is a follow up to Use Google Login (OAuth) with FastAPI - Python, in the previous guide We allowed the user to login using its Google Credentials ...
We are going to allow the user to login using its Google Credentials via OAuth in our FastAPI project.