What was your first project and how did you get started? Curious how makers get started in their journey and learn the skills they need to create something.
Any advice for makers who have an idea but don't know where to start in the building journey?
26 views
Replies
Best
I built a developer productivity tool. It was a horrible mix of a Perl script glued onto a VB6 GUI. But it was fast, had few competitors and I sold over $100,000 of them.
Lessons learnt: code quality makes very little difference as long as your product "does what it says on the tin". Also the best way to learn how to code is to find a project that achieves some objective that is important in your life. For example after being cruelly made redundant I vowed never to be 100% reliant on somebody else for my income.
My first coding project was to build a theatre management system, I wrote the entire script in cpp and it was a fun sight to make my peers test it.
Report
I worked as a certified nutritionist and been working as a professional meal-prepper for 2 years now. I would love to gain some insights of what people think about integrating meal prepping service with meal kit plan altogether under one system (both services are mutually exclusive, clients can choose either one).
https://fridgelyfresh.kickoffpag...
Report
So way back in the 80s, I made a character stat generator for AD&D in BASIC. It wasn't perfect, but I was young and quite proud of it.
My first coding project was code to decrypt text and figure out the cipher key used to encrypt the text.
For example,
H BC B RDZ decrypts to I AM A BOY
Was a C++ project making use of Reading dictionary(to figure out words) and used binary search to search if a word was a valid word in dictionary. This was back when i had no knowledge about Data Structures. Later figured out dictionary search could have been implemented using Trie's or could have made use of a HashMap as well haha.
Report
My first coding project started two years ago. I love building out websites; I got curious and learned front-end development. It's a long and winding journey, but I can assure you that it is worth it. My advice is that do what you love; the sky is the limit.
Report
Used to make minigames and mods for games.
Best advice is just to go out there and start trying to build it. I think trying to get programming books and learn things "the right way" is walking into a dead end. I personally wouldn't have had the motivation to get through those. Just follow lots of broken tutorials, StackOverflows, guides, etc., to build the product you want (provided you're trying to do something 'reasonable' – can be hard to judge this without any programming experience already, but most things are reasonable). You'll learn stuff along the way. Some of it you'll just be pasting and have no clue what it does, but at some point down the road you'll figure that out too.
You can do it the book way too. But even if you get through the boredom of learning the theory, I feel like acquiring knowledge can be a bit different to knowing how to apply it. I learned a lot of maths etc from textbooks, and even a lot of structural theory from books, but I feel like I'd have lost the joy of programming if I started out with books, rather than just doing.
My first project is the AI-powered copywriting tool - https://ExtySolutions.com
It is made for all the entrepreneurs, marketers and copywriters out there to help write business and marketing copy, brainstorm ideas, and more.
Give it a shot!
Replies
TacoTranslate
AnalyticsVerse
Notion Expert