Posts by Category

tips

Using the logging lib on python

1 minute read

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

Copy from terminal output using xclip

less than 1 minute read

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.

Routes React

3 minute read

Let’s create the routes for oura react project.

Constants styles

1 minute read

In this tutorial we are going to create our own styled constant so we can use them all over different files.

Fix sudo problems on git folders

less than 1 minute read

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.

Useful Keyboard Shortcuts for VSCode

less than 1 minute read

To improve your speed when working with VSCode you can set custom keybindings, this is a list with my custom keyboard shortcuts.

Debug FastAPI with VSCode

less than 1 minute read

To debug a FastAPI app with VSCode we are going to go the debug section and create a launch.json file.

Back to Top ↑

guides

Back to Top ↑