DEV Community

Discussion on: MVD: The Minimal Viable Developer

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Funny there is nothing in working or using with design software like Sketch, Figma, Invision, Adobe XD.

I think these might make more sense for MFD.

  • git
  • HTML
  • CSS
    • CSS3
    • CSS Grid
  • JavaScript
    • ES6
    • Typescript
  • Using templates like creativetim
    • bootstrap v4
    • frontend web technology
  • APIs
    • API basics
    • OpenAPI 3
    • Postman
    • GraphQL

You don't really need that much for a minimalist to build prototypes.

Collapse
 
diek profile image
diek

Git cannot be your first lecture, they will throw themselves through the window.

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Hahahaha

Collapse
 
kayis profile image
K

Lol

clone, add, commit, push, and pull should be enough for starters I think :D

Thread Thread
 
steelwolf180 profile image
Max Ong Zong Bao

checkout branch, status and lastly merging which you can do it with UI.

Collapse
 
kayis profile image
K

Yes, I just threw out an incomplete idea.

Postman is good, thanks!

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

I would suggest the use of UI/UX design software to build and test out the initial front end before development can be started.

Most or all contain some form of developer handoff with design systems.

That provide you the ground work to just customise the various components.