Getting deeper into n8n today ⚙️
I learned how to split, filter, merge, aggregate, and transform data between nodes.
Seeing how data can move from APIs/forms → processing → final results made real world automation much clearer.
#n8n#Automation#AIAutomation
into n8n and AI automation... practiced creating and organizing workflows, connecting nodes, configuring parameters, executing workflows, and checking outputs.
#n8n#AIAutomation#BuildInPublic
Built a mini JavaScript object toolkit
Practiced working with objects in JavaScript by building small reusable functions: get properties, update values, add/remove fields, check object keys
Learning how objects behave in real apps one step at a time #JavaScript
Built a Leap Year Calculator in JavaScript 🗓️
Practiced: functions, conditional logic, modulus operator (%), boolean expressions
Implemented the real leap year rules using && and ||
#JavaScript#WebDevelopment#100DaysOfCode#CodingJourney