Want tips?

General Development Tips:

Philosophy

First of all don’t overconplicate programming keep it simple. alt text 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:

In a ideal world
No
Yes
Yes
Test
Add new features
Optimize
Document
Code
Does it work?
Finish ?

ontile the next project

Begin to code

I allways start by listing all the features important thing I try to build.

  1. 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.
  2. Maybe draw a mockup of the UI, if needed use figma for more important thing.
  3. See of my framework language is ideal? (in general it’s don’t realy matter).
  4. 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.