Recent Posts

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.