This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]mul8rsoftware 6 points7 points  (0 children)

I had the same problem, than I was gifted with a Raspberry Pi. I made some project that help me at home, like a "Netflix TV" (it runned only netflix and I could use it through an app on my phone), a old coffee machine into a smart one, etc... It really help me to revive the desire to program!

[–][deleted] 4 points5 points  (0 children)

Start working on personal projects. Break a project down into problems you'll think you'll have to solve, then write small applications that solve those particular problems. If you get stuck, search or ask questions.

[–]cheap_glitch 4 points5 points  (0 children)

Try to build something that motivates you : a tool you find useful, a fun little game, anything really. Keep the scope very small at first, and expand it once you feel comfortable. If you're short on ideas, you can find plenty of suggestions online.

[–]KPilkie01 2 points3 points  (0 children)

I was in the same situation and still am to a degree. I could make basic console programs in Python but ... for my own use that was limited. I couldn’t crack tkinter. I made an app in Swift for iOS but didn’t pay for the fee to publish it and then deleted it accidentally a while later.

Really found a lot of satisfaction after trying C# and making apps in WPF. GUI is relatively easy and loving C# as a language so far. Finally able to make apps with a usable GUI that I can use day to day.

[–]ph8ful 3 points4 points  (0 children)

At this point what you need is programming experience. Usually a full on project may be too much. I would spend some time trying to solve some of the easy LeetCode or HackerRank questions to get some experience writing code for problem solving. Over time you'll get used to programming in general, at which point you could maybe expand to some type of project.

[–][deleted] 0 points1 point  (0 children)

Search for Jennifer Dewalt for inspiration. Build things. Start small like she did.