Sage1918@lemmy.worldtoTechnology@lemmy.world•Apple plans to charge fees for sideloadingEnglish
3·
10 months agoThere is this god-tier unofficial store called f-droid. Installing app from there is always a joy
There is this god-tier unofficial store called f-droid. Installing app from there is always a joy
And developers move the cost to users by increasing price on ios
You have 5443200 seconds to make your choice.
What’s the name of this game ?
I think what you need is inspiration, there’s so many things to build to improve your skills and broaden your knowledge. Not every project you work on needs to be novel and exciting, even basic things can provide ample complexity to learn new things.
For example, in c++ you can make a basic image viewer that takes the name of a file and displays it, using some library like SDL (or OpenGl/Vulkan(hard)). This would teach you a lot about file formats, dynamic memory allocation and managing it, graphics pipeline etc.
For html and css, you can try to recreate some cool websites you see online. I hope this gives an inspiration(best viewed on PC).
For problem solving there’s always leet code, advent of code and other similar services.
Here’s more stuff to get started