Don't rush things, learn the basics first. Getting ready with n8n

Search for a command to run...

No comments yet. Be the first to comment.
Que puedo ver de lo que se suele construir Para la mayoria de personas en el ultimo tiempo el furror era (y en algunos casos sigue siendo) lo que es el modelo SaaS, en lo que fueron saliendo plataform

En la epoca esta que nos encontramos, existen miles de LLMs que siguen saliendo dia a tras dia, el mercado es una competencia por quien mantiene los modelos frontier mientras cada vez los gratuitos o

In this article we will cover the idea of having a VPN with Wireguard, for those who have a Mikrotik already. Since routerOS 7+ has a wireguard module included and it’s quite easy to setup. Requirements Basic networking knowledge Mikrotik Router wi...

Have you ever trough about how you can improve the security of your own ideas? maybe a product? well there is a lot of ways, depending of the scope of the feature you want to try, or maybe all of them! one idea that should come to your mind is Bug Bo...

jd-apprentice - blog
30 posts
🧰 devops | 💻 tech | 📚 linux | 💖 anime
Have you hear already about n8n? probably yes! but you probably got the wrong idea, it’s not only related to AI, it can do a lot of things and before of jumping into it you should play with it a little more so let’s do it in this post
My idea before going into the field of n8n with LLMs it’s to build as many thing as possible (maybe not the best ones for everything adds up)
So after I was doing a side project I thought this may be a good use case to learn more
What happens here is the example of a user going into the detail page of a game which gathers information about the game itself from different sources like
thegamesdb
metacritic
youtube
with these 3 sources I build a simple but useful page for that specific game

By itself the workflow it’s quite simple it only does some web scrapping (sorry) and parses information into a JSON then is going to be stored in the database and answer back to the frontend with the JSON.
There are some possible improvements like using the HTML Extractor node instead of doing regex validations to find elements in the HTML with Javascript
Other question to ask myself would be, the validation about if the game exists should be present in the workflow itself or in the frontend?

At the end I’m able to build this horrible but functional detail page for each of the games that are listed in the site, I could also use the scrapper to build a entire database of games with the entire content of thegamesdb and make some improvements (like adding videos of the metacritic like i’m doing rn)


Idea is super simple, I have some devices/machines that are not running inside my proxmox cluster so what I usually do it’s backup them with n8n into the proxmox (in which I after save that “backup” machine into 3 external disks)
In this case I want to save my Retropie saves since I play some retro games there time to time.
It uses a schedule trigger to weekly SSH into the machine, if is able to SSH we send a discord message saying “Backup for [MACHINE] will start” and then execute a command inside that machine (rsync) and answer with the message to discord again.
If is not able to do the backup it will send an alert to discord.

Having a centralized space to backup everything under proxmox native backup system + proxmox backup server, I don’t have to worry about backups anymore :)


N8N it’s cool you should learn it (even if you are not going to use it for AI)
To get some ideas you can go into https://n8n.io/workflows/ and start playing with it :)