Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how to develop myself more in Delphi?

+6 votes
asked Apr 25, 2023 by I A (330 points)

For Delphi professionals, I am still in the beginning and still learning Delphi, and it has been almost two months so I know most of the basics. I want your strong advice based on your experience how to develop myself more in Delphi. I am currently watching videos on YouTube explaining some things, but I aspire to develop more, so what should I do, and thank you very much < =) >

1 Answer

0 votes
answered Apr 26, 2023 by Peter Minarik (86,040 points)
Watching tutorials, and reading articles is nice, but you learn more if you do the exercises parallel with these tutorials.

Even better is if you try to use what you've learned so far. E.g. come up with some exercises or small pet projects that will utilize what you've learned so far.

Another way is to start working on a project and when you get to a point that you do not know how to do then you look it up and get familiar with it. We can call this "learn as you go".

The main thing is this: keep practicing, keep pulling techniques from your memory, and don't be afraid to learn new things as you encounter them.

Good luck!
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...