Using an old laptop to play old games
I already commented in two parts (the first one is here, and the second one here) how you can give life to an old laptop to play old games that… Read More »Using an old laptop to play old games
I already commented in two parts (the first one is here, and the second one here) how you can give life to an old laptop to play old games that… Read More »Using an old laptop to play old games
Let’s keep on learning with text editor, and the one I use as my default text editor is Notepad++ because I have no option for uworking tith other alternative that… Read More »Maximum productivity in Notepad++ text editor
For some time now, I’ve been worried about “my time”, so I’ve decided to free some daily time with a task automation using Javascript. And to exemplify this, nothing better… Read More »Task automation with Javascript: autorecommend in LinkedIn
I have been writting about data for several posts in a row: you generate more than you think, and the data leaks of 2021, but today it is time to… Read More »Learning what to share in social networks: never shares important information
We are only 5 months into 2021, but it has been quite entertaining in terms of data leaks (in spanish). So far in 2021 there have been a few, and… Read More »Data leaks in 2021. A problem of … data
In the world of #BigData, everyday users comment 3 underestimates regarding data generation, and that we will analyze in depth, and they are: We generate a lot more data than… Read More »You generate more data than you think
In the previous post, we saw an example of how to use templates in Vue, and now, we are going to use the same code to create a component in… Read More »Components in Vue JS
Let’s dive into pivot tables in Excel, a very cool feature that is not easy to implement, until you learnt it. I believe it is the first entrance in ManejandoDatos… Read More »Easy Pivot Tables in Excel
We continue progressing with Tailwind CSS and Vue 3, but in this post, I’m going to focus on resources exclusively for working with Tailwind. And although it is interesting to… Read More »Resources for using Tailwind CSS
Let’s keep on learning Vue 3, and today’s post is about the life cycle of components, something esential that you must know and that can make many things easier. Basically,… Read More »Life cycle of components in Vue