How I Build More Projects

Поделиться
HTML-код
  • Опубликовано: 1 июл 2024
  • I love building new Projects, but often find that ideas end up falling apart before they can really even get put together. I don't have the perfect solution, but these are some of the things which help me build more stuff.
    my stuff
    discord: / discord
    x (twitter): / bmdavis419
    insiderviz: www.insiderviz.com
    blok: www.theblokapp.com
    timestamps
    0:00 A different way of building
    4:00 GPT time
    7:40 It does not need to be perfect (yet)
  • НаукаНаука

Комментарии • 25

  • @gavinlindridge
    @gavinlindridge 2 месяца назад +8

    I try and follow the approach of getting an end to end of core functionality as fast as possible then iterate to make more robust.
    So a very similar mindset, ill definitely take on board how you ignore headers etc, as ive fallen for this issue of not going any further than a header many times!

  • @proMehedi
    @proMehedi 3 месяца назад +5

    I realize this recently after leaving lots of projects in halfway. Thanks for sharing.

  • @Scalamando
    @Scalamando 2 месяца назад +1

    7:40 I've found this quote to be useful to keep in mind in that regard: "Make it *work* , make it *right* , make it *fast* "

    • @bmdavis419
      @bmdavis419  2 месяца назад

      Yea that’s really helped me get shit done lately

  • @rod6722
    @rod6722 3 месяца назад +5

    2:15 CHADcn goes brrr!

  • @coddude3284
    @coddude3284 2 месяца назад +3

    Prototyping is a bless !

  • @arjitmishra100
    @arjitmishra100 2 месяца назад +4

    Hello Just found your channel yesterday. As a backend dev this is very good video so I'll be using this approach as I'm stuck on non essential things (at-least initially) things like spacing in navbar or flexbox instead of functionality.
    Also Just a thought you can try codeium which is free, instead of copilot.
    I have copilot at my day job and personally I use codeium and I prefer codeium.

    • @bmdavis419
      @bmdavis419  2 месяца назад

      I'll check it out...

  • @parkerrex
    @parkerrex 3 месяца назад +1

    Hey Ben good video. Always components first. What solves problem fastest. No need to make faqs for a prototype. Use cursor, fork of vs code. Backed by OAI. light years ahead of copilot, indexes entire code base assuming sub 300k lines. Indexes docs, has sys prompt. You’ll love it and never turn back.

  • @Sammi84
    @Sammi84 2 месяца назад +2

    Build initial implementations as simple as possibly. Start with a monolith. Start with sqlite as the db. Then maybe postgres or mysql. Start with a vps. This scales vertically to a million users. It has been done many times. After that you can do multiple services and multi db systems to scale further, because you now have the resources to manage this.
    Initially you should just build a dead simple monolith that does the job. Solve the user's problem and get users first. Then worry about scale.

    • @bmdavis419
      @bmdavis419  2 месяца назад +1

      Yea slowly learning that this really feels like the best way to do things. Anytime I start with complexity I seem to fail

    • @Sammi84
      @Sammi84 2 месяца назад

      @@bmdavis419 sounds like you would be interested in the stuff levelsio is up to.

  • @ankiy
    @ankiy 2 месяца назад

    Same was starting the project with blank page but never really finish anything of them. Recently i also tried same approach and can say it actual work for initial stages instead of blank page and getting lost in nav bar header etc

  • @billygnosis
    @billygnosis 2 месяца назад +1

    Great video! What browser do you use? I don't recognize that toolbar / address bar.

  • @MonishSharma-jx2fl
    @MonishSharma-jx2fl 3 месяца назад +2

    Ok , on a side note do you have a specific criteria when you quit a project (other than getting bored)

    • @bmdavis419
      @bmdavis419  3 месяца назад +1

      getting bored is usually the killer lol

  • @d3vilscry666
    @d3vilscry666 2 месяца назад +1

    Do you have a repo for this workout app you started? Or did you just make this to get your point across for the video?

    • @bmdavis419
      @bmdavis419  2 месяца назад

      Its a real project! github.com/bmdavis419/weights-ai

  • @FabuBrik
    @FabuBrik 3 месяца назад +1

    Peak thumbnail

    • @bmdavis419
      @bmdavis419  3 месяца назад

      Yea it was an experiment, does not seem to be panning out lmao

  • @naga_sg
    @naga_sg 3 месяца назад +3

    how do you get ideas that are viable and that aren't too cliche

    • @bmdavis419
      @bmdavis419  3 месяца назад +3

      Its complete stream of consciousness, I literally just make videos about what I'm thinking about lol, sometimes it works, sometimes it doesn't.
      I'm pretty happy with this one tho