Be patient with yourself. Stay consistent. Your background is an asset, not a disadvantage.
To everyone just starting today, the only version of Day 1 that does not work is the one you never show up for.
@TechCrushHQ#RisewithTechCrush#Tech4Africans#LearningwithTechCrush
A letter to myself on Day 1.
Hey you,
You are sitting there, wondering if you took a wrong turn somewhere. Tech feels like a foreign language and everyone around you seems to already speak it fluently. It is meant for you. Stay.
Stop waiting until you fully understand something before you try it. You will learn more from one broken workflow than from a week of just reading. Break things. Fix them. Break them again. That is the process.
My biggest win in tech so far?
I built a Telegram AI agent that manages inventory through plain English conversations. You type "add 50 bags of feed," it understands, updates the records, and responds.
Here's what it looks like in practice.
In n8n, I use the HTTP Request node to talk to external services. I tell it the endpoint (where to go), the method (GET, POST, or DELETE), and sometimes pass along a key to prove I'm allowed in. That's authentication.