Posts by Tag

fastapi

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 ↑

vscode

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 ↑

python

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

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.

Back to Top ↑

security

Back to Top ↑

oauth

Back to Top ↑

ubuntu

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.

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.

Back to Top ↑

styled-components

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.

Back to Top ↑

JWT

Back to Top ↑

terminal

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.

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.

Back to Top ↑

debian

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.

Back to Top ↑

react

Routes React

3 minute read

Let’s create the routes for oura react project.

Back to Top ↑

pre-commit

Back to Top ↑

keybindings

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.

Back to Top ↑

nginx

Back to Top ↑

devops

Back to Top ↑

https

Back to Top ↑

certbot

Back to Top ↑

git

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.

Back to Top ↑

react-bootstrap

Back to Top ↑

radio button

Back to Top ↑

safari

Back to Top ↑

classes

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.

Back to Top ↑

constants

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.

Back to Top ↑

routes

Routes React

3 minute read

Let’s create the routes for oura react project.

Back to Top ↑

react-router-dom

Routes React

3 minute read

Let’s create the routes for oura react project.

Back to Top ↑

console

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.

Back to Top ↑

log

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

Back to Top ↑