Want tips?
General Development Tips:
Philosophy
First of all don’t overconplicate programming keep it simple. Don’t be the middle guy.
When I just begin to be a devloppe I had some Ideas of get the perfect code but the harc reality is nothing is perfect. And if the program does hepurpuse it’s great. I personally do the following:
Begin to code
I allways start by listing all the features important thing I try to build.
- List all the features. For big project in team I do lot of diagram so the team know what data info are input out for classes. Also SQL schema.
- Maybe draw a mockup of the UI, if needed use figma for more important thing.
- See of my framework language is ideal? (in general it’s don’t realy matter).
- Begin!
Git
API Development
- Use overapi
- Avoid creating your own components for functionalities like keyboard navigation or swipe gestures. Use libraries such as Radix UI instead.