What are the first steps you take when starting a new thing from scratch?
Bruno

Bruno @brunoj

Joined:
Jan 19, 2022

What are the first steps you take when starting a new thing from scratch?

Publish Date: Jun 4 '22
14 8

Whether totally greenfield, or a substantial new part of an existing system — what do you do to ground yourself on a brand new project?

Comments 8 total

  • Ben Halpern
    Ben HalpernJun 4, 2022

    I tend to find a physical pen and paper helpful in turning the problem into something my brain can understand — whether a data modeling issue or a frontend algorithm, pend and paper is a tremendously flexible tool 😆.

    Pen and paper loses out to computers in storing and retrieving information, and updating on context, but this is effectively an exercise in understanding a problem and a note I'll later lose track of is totally fine.

    • tq-bit
      tq-bitJun 5, 2022

      Exactly this. I'm using one of my trusted Bambooks for sketches and mental models. If the project is bigger, I tend to use one of their reusable whiteboards. Nothing goes over solving the problem before starting to code™

  • 𝐁𝐚𝐛𝐢 ✨
    𝐁𝐚𝐛𝐢 ✨Jun 4, 2022

    I usually begin by reading one or two short and succinct articles on the subject, taking notes as I go.

  • Mostafa Said
    Mostafa SaidJun 5, 2022

    Not the best way but I usually only use my imagination when starting a new project. No pen, no paper, absolutely nothing.

    I find it the best way for me to avoid limiting my mind into doing only what I planned for. I think of the end result and start working my way to getting there and enhancing everything as I go on.

  • codeyStein
    codeySteinJun 7, 2022

    I just type random ideas on Notes app for the iPad, then when I'm read I start to make the wireframe/sketch (the apple pencil makes the proccess a lot more enjoyable). Then I import it into Figma and start designing. And finally my favourite part, Coding it :D

Add comment