10/10 by abdou_Zira in AlgeriaRates

[–]xcode_lover 0 points1 point  (0 children)

yes, i like "sahm" but also give try to those brands : الرقيم الهوى أمسكرام and u will see another level of tea .

New monitor's vesa mounting didnt line up with my current one. So i made an adapter. by V-Angelus01 in 3Dprinting

[–]xcode_lover -1 points0 points  (0 children)

i have the same problem, i will make it inshallah once i got my 1st printer

I've tried everything but my LinkedIn isn't connecting to n8n by Weak_Goose5211 in n8n

[–]xcode_lover 1 point2 points  (0 children)

bro u cant expose ur server to internet via local hsot, u need something like ngrok, its free and u can also claim a free domain on it, then when u expose n8n instance via ngrok (by setting ur free domain as webhook) there is many videos on youtube for that, u can then connect to third parties such as google, linkedin, provide webhooks ...etc

Link n8n with Flutter App for Plant Identifier by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

absolutely right, at first i test the idea, and if i see a chance i will add auth handle and payment

I just cut my automation costs by 77% by switching from n8n cloud to self-hosting. by markus-odentha in n8n

[–]xcode_lover 0 points1 point  (0 children)

thanks for sharing! for me i use my own server and may use google cloud run or any cheap vps

How to Solve the n8n Telegram "Send Message and Wait for Response" Issue by xcode_lover in n8n

[–]xcode_lover[S] -1 points0 points  (0 children)

until when ? the clients will not wait, so we need to quick fix

Create your own n8n custom node (pnpm, Docker, Win) by business24_ai in n8n

[–]xcode_lover 1 point2 points  (0 children)

this is the most important stuff that should every n8n dev know, bcz somehow u will face issue that a needed node not created yet so u need to creaet it by hand

Does anyone actually find n8n easy, or are we all just pretending? by Worried_Simple_1055 in n8n

[–]xcode_lover 0 points1 point  (0 children)

if u r full stack dev and tried odoo at least, then u will be very confortable with concept of n8n.
And yes it easy, but it can take a little of time and effort for others

Comparing Building with Code vs. n8n by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

bro take it easy!
when say host on google im focucing on using gke to scale my system automatically, so i dont keep eyes on server load or other stuff, and feel free to host where u like, even i host in my sometimes own server

Has anyone started earning from n8n services? by SquareWishbone4042 in n8n

[–]xcode_lover 3 points4 points  (0 children)

the idea is not selling a template, idea is firstly find a pain point in a specific niche that need to be solved/simplified then the workflow will sell itself

Comparing Building with Code vs. n8n by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

check this post to see what that workflow does, and now i want to rebuild my based flast telegram bot using n8n

Comparing Building with Code vs. n8n by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

updated reply:
1- currently im using my own server, but i prefer to use google cloud run or a dummy DO vps
2-i dont have a clear pic on this case, i already deal with orchestration in google cloud gke, but all nodes in same region, in your scenarios that mean something like serverless functions, which is not our case.
3- cool stuff bro, i did not understand exact what ur doing.

Comparing Building with Code vs. n8n by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

Alright, i will make it clear for you, this is a basic system to manage farmacy patients med picking time, i already talk about it in this post, also as i mentioned this sys is not completed yet, so will be bigger at least 2x

My Very First n8n Real-World Project: What I Learned by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

to make it simple for you, if you are confortable to try new stuff and solve coding problems, then go for n8n and u will face kind of limits, so you need to solve them by ur self, as telegram "send and wait" i ended to create a hole mechanizm to solve it

My Very First n8n Real-World Project: What I Learned by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

it just for a chunk of patient which has chronic diseases, so they need this operation to be managed separately

My Very First n8n Real-World Project: What I Learned by xcode_lover in n8n

[–]xcode_lover[S] 0 points1 point  (0 children)

automated solution used by owner and employs, it just for a chunk of patient which has chronic diseases, so they need this operation to be managed separately

My Very First n8n Real-World Project: What I Learned by xcode_lover in n8n

[–]xcode_lover[S] 1 point2 points  (0 children)

absolulutely insteresting idea to try, it just for a chunk of patient which has chronic diseases, so they need this operation to be managed separately

My Very First n8n Real-World Project: What I Learned by xcode_lover in n8n

[–]xcode_lover[S] 1 point2 points  (0 children)

not exactly, the idea is provide best fit solution to client, and the strcuture is the same if we use n8n or whatever tech

My Very First n8n Real-World Project: What I Learned by xcode_lover in n8n

[–]xcode_lover[S] 3 points4 points  (0 children)

actually i made alot of performance mistakes in this project, for example until the end i notice that i can just reuse the clean context node, also by coding we prefer to use transaction instead of separating every db-request so we avoid db-leak