Comment on Can you suggest an interesting project on git for an absolute beginner ?
LoveEspresso@cafe.coffee-break.cc 1 week ago I see. So, yes, we’d better work with text files.
Maybe we could start off with HTML ?
Comment on Can you suggest an interesting project on git for an absolute beginner ?
LoveEspresso@cafe.coffee-break.cc 1 week ago I see. So, yes, we’d better work with text files.
Maybe we could start off with HTML ?
vrek@programming.dev 1 week ago
If you want html is fine. You could also just write anything like a story, a shopping list, a schedule of chores anything really.
What’s your goal with learning git? Is it to learn programming?
Now you’re suggesting me very creative methods regarding how l can use git in my daily life. Maybe l could even create an ui for this purpose :)))
But yes, I do wish to get into programming, as that’s what’s going to become a major source of employment, whether we work in some kind of organisation or work in some sort of decentralised setup.
vrek@programming.dev 1 week ago
Basically anything you want to track the changes to can be used with git.
If you want to get into programming something I would recommend is deciding if you want front end or back end development. What that means is like do you want to do ui/ux or computation work? The basics are similar but quickly diverge. Html is front end, it’s making things look good and easy for the user. Something like rust or c# is more backend. Do you want to design what the user sees or how to solve problems?
I need to learn and experiment a lot. The picture emerges as l progress. Designing what the user sees is also a problem.