i built typeform in 96 hours (coding vlog)

Поділитися
Вставка
  • Опубліковано 24 лис 2024
  • 🚀 Join Jacob's Dev Club: www.subbb.me/j...
    ✅ launch your paid community: subbb.me
    🧠 learn to code: v2.scrimba.com...
    🦄 tailwind animations: tailwindanimat...
    🤝 collaborations: collab@jacobbinnie.com
    instagram 👉🏻 / binnie.jacob
    twitter 👉🏻 / jacobbinnie
    github 👉🏻 github.com/jac...

КОМЕНТАРІ • 101

  • @JacobSucksAtCode
    @JacobSucksAtCode  5 місяців тому +3

    🚀 Join Jacob's Dev Club: www.subbb.me/jacob

  • @hibrunocosta
    @hibrunocosta 5 місяців тому +23

    Finishing code and pushing to production same day is crazy

  • @KodeWarrior
    @KodeWarrior 4 місяці тому +1

    Encouraging as usual! Just conceptualized my first major project and this keeps me excited about it!

  • @appel-32
    @appel-32 5 місяців тому +1

    yeah, the migrations thing is something to really look out for, a couple of weeks ago i pushed to prod and a migration wiped the entire database (thankfully i had a backup). At least it helped me realize i needed to take a lot more precautions before pushing to prod

  • @friendly__drone9352
    @friendly__drone9352 5 місяців тому +2

    Cool idea! A suggestion, add a progress bar so users know how many questions they have to answer. I hate not knowing if it's 30 seconds or 5 mins

  • @solar.andrea
    @solar.andrea 5 місяців тому +15

    Not me taking screenshots because I was in the dev club part of the video…

  • @danicunhac
    @danicunhac 4 місяці тому

    Nice vid! Tip: you can wrap your migration within a transaction to make it safer when running in production

  • @gaborjenei6893
    @gaborjenei6893 5 місяців тому +6

    A suggestion if you may: I think having autofocus on form fields after appearing makes the experience way smoother

  • @JosephMushi-uq8dz
    @JosephMushi-uq8dz 5 місяців тому +1

    I always love watching your vids bro, you've come really far and keep on going🙌🏽... love from Tanzania 🇹🇿

  • @Ro-codes
    @Ro-codes 5 місяців тому

    This man can't be stopped! Great video man, such a cool insight into what it takes to build!

  • @MattBramer
    @MattBramer 5 місяців тому

    You love to see when a project comes together! Great job, Jacob!

  • @serhiikutash938
    @serhiikutash938 5 місяців тому +1

    What about a back button in the typeform, for when people make a mistake or something? Another thing is that when too many people apply, it becomes a bit time-consuming to approve each person one by one. Great video!

    • @JacobSucksAtCode
      @JacobSucksAtCode  5 місяців тому

      True... but also the point is you want to approve people one by one :)

  • @nikolazivojinovic3765
    @nikolazivojinovic3765 5 місяців тому

    Subb is really taking off with the new features, keep it going! If I were to guess where you guys are headed next after the US I would say London :D

  • @go1883
    @go1883 5 місяців тому

    nice work youre doing with subb! really enjoying the documentation on yt as well. also, it would be nice to add something to that "thank you" page, so the user applying should be aware that they will receive an email regarding their application (which will allow them to pay and get acces to the community).

  • @fernandohidalgo6038
    @fernandohidalgo6038 5 місяців тому +3

    Railway for backend deployment, this man knows his craft

    • @pedrobarretto1483
      @pedrobarretto1483 5 місяців тому

      I am using Railway for both, front and backend, for my startup, its awesome!

  • @BeserkGames
    @BeserkGames 4 місяці тому

    Great work per usual! Loving the content and the process!

  • @benbugraer
    @benbugraer 5 місяців тому +1

    Another great video. You inspire me and make me want to more work Jacob 😄👊

  • @DawitElias-zk2jd
    @DawitElias-zk2jd 4 місяці тому

    People don't realize how much of a flex it is to write the code and push it to prod on the same day! This is Insane

  • @VelocitySix
    @VelocitySix 5 місяців тому

    I like how you are just happy that it works. Its a typical programmer thing😂. Nice vid!

  • @KarimGutermann
    @KarimGutermann 5 місяців тому

    I really enjoy watching your videos so much!

  • @ThorOnGlass
    @ThorOnGlass 4 місяці тому

    You inspire me to learn software engineering

  • @yarbas89
    @yarbas89 5 місяців тому

    that really is sick, congratz!😆

  • @evotifiga
    @evotifiga 5 місяців тому

    Hey Jacob, another cool video 👌Can't wait to see where you move 😎Btw, what tech stack are you using? Which database?

  • @rampandey191
    @rampandey191 5 місяців тому

    Jacob: you should be extra careful while merging proof read it 4 times
    2 mins later
    Jacob: when in doubt just merge it

  • @mrwhite2894
    @mrwhite2894 5 місяців тому

    Nice brother more power to you

  • @aaronxx6549
    @aaronxx6549 4 місяці тому

    Great work as usual! Just wondering what is the visualiser you are using to view the postgres data

  • @perbhatkumar7033
    @perbhatkumar7033 5 місяців тому

    Do you think the "approve" dialog should be a purple button on the right of the cell in the table, or do creators have to manually click each one and then click "approve"?

  • @spdomingoo
    @spdomingoo 5 місяців тому

    I do have to ask, why not have all the form fields on one page? Rather than having users click next next, it’d get pretty cumbersome especially if a user makes an error or if the subs form requests more information from users when they sign up.

  • @techisfun6085
    @techisfun6085 5 місяців тому

    Suggestion!! I feel the feauture where the creator accepts a submission by applying or rejecting, should have a pop up to verify whether their sure about their choice. Just in case someone mistakenly clicked the wrong button.

    • @JacobSucksAtCode
      @JacobSucksAtCode  5 місяців тому

      Not a bad idea!

    • @hibrunocosta
      @hibrunocosta 5 місяців тому

      Honestly instead of adding another thing to the flow, I would just add a list of accepted/rejected options so they can change their choice, or do like Google and show a notification with "Submission accepted" or "Submission rejected" and an undo button within the notification for a more cleaner setup.

    • @perbhatkumar7033
      @perbhatkumar7033 5 місяців тому +1

      ​@@hibrunocosta It's like a staging environment for the creator so they can push their accepted ppl to "prod" :)

  • @harkmub
    @harkmub 5 місяців тому

    Nice work! Love the T-shirt too 😅

  • @kian8814
    @kian8814 5 місяців тому

    super exciting stuff! later down the line do you think subbb might allow creators to create a paid community directly on the site (without going through discord, etc.)?

  • @tconroy
    @tconroy 4 місяці тому

    Hey Jacob, great video! Any details you can share on your tech stack? looks like you're using NestJS for your API and Next for your frontend -- how are you connecting the two? Did you consider something like tRPC/T3 stack?

    • @JacobSucksAtCode
      @JacobSucksAtCode  4 місяці тому

      I generate types to the frontend using the Openapi swagger generator

  • @florindobinciuc
    @florindobinciuc 5 місяців тому

    Awesome and sick!

  • @waymentto
    @waymentto 5 місяців тому

    I need this feature with deleting connections and connection an another one

  • @Wttk189
    @Wttk189 5 місяців тому

    Can you share more detail on how you did the customization of the applications? My company is currently introducing a template approach and oh boy am I struggling coding it

  • @uncle171
    @uncle171 4 місяці тому

    My motivation to write code comes and gos but this content always sucks me back into building stuff

  • @StidyoFenwa
    @StidyoFenwa 5 місяців тому

    Love watching your videos!
    Do you design the UI for Sub as well?

  • @alphajay9768
    @alphajay9768 5 місяців тому +1

    @JacobSucksAtCode in your next video please can you tells use your tech stack and how much it costs for you to run it. Thanks and keep up the good work.

  • @CodeBeep
    @CodeBeep 4 місяці тому

    What UI component library are you using? Shadcn, Radix, Material?

  • @kelvindules4258
    @kelvindules4258 5 місяців тому

    Nice job dude, keep it up!
    Just wondering tho, isn't it bad to say that you're building a Typeform "copy" into your app? For legal reasons

  • @hapaise2924
    @hapaise2924 5 місяців тому

    How do you exactly do staging and production? I always did it at my internships but never on my personal projects

  • @Algorithmswithsubham
    @Algorithmswithsubham 5 місяців тому

    Record it in 60 fps not 30 or 25🎉❤

  • @perbhatkumar7033
    @perbhatkumar7033 5 місяців тому

    Binnie how tf did you build this entire thing on a 14 inch laptop

  • @TheMatissre
    @TheMatissre 5 місяців тому

    What service/platform do you use to host and manage production runs?

  • @Avshar535
    @Avshar535 5 місяців тому +1

    Hi bro .Where do you work?

  • @SametKaras
    @SametKaras 5 місяців тому

    Jacob, could you please share the link for your backpack?

    • @JacobSucksAtCode
      @JacobSucksAtCode  5 місяців тому

      I bought it over 10 years ago haha

    • @SametKaras
      @SametKaras 5 місяців тому

      @@JacobSucksAtCode wow! it looks brand new

  • @iasplay224
    @iasplay224 5 місяців тому

    How does your front end work do you use react, if so do you use a component library and such does anybody have any tips on this, I am familiar with react but feel like it takes time to make a good UI

  • @ShaneCurtis-nl2ev
    @ShaneCurtis-nl2ev 5 місяців тому

    what database do you use for dev and prod?

  • @OliviaFrance-gi3gg
    @OliviaFrance-gi3gg 5 місяців тому

    dang im first super cool watching these startup vids man id love to come work for you

  • @wajdpixel4558
    @wajdpixel4558 5 місяців тому

    Hi Jacob ❤,
    I decided to learn software engineer machine learning 😊 what's your opinion in this for person who love to write code so much, or web dev better for me 😊❤??
    Please reply 🙏?

    • @JacobSucksAtCode
      @JacobSucksAtCode  5 місяців тому

      Whatever you like

    • @wajdpixel4558
      @wajdpixel4558 5 місяців тому

      @@JacobSucksAtCode how i can choose, I'm very confused between it.
      Please help me?

  • @RossRawlins
    @RossRawlins 5 місяців тому

    @JacobSucksAtCode Is it just you coding this by yourself? Are you looking for other developers?

  • @ouluehhh
    @ouluehhh 5 місяців тому

    What are you using for nestjs api hosting?

  • @alphajay9768
    @alphajay9768 5 місяців тому +1

    what database app is he using ?

  • @ntmartins7
    @ntmartins7 5 місяців тому

    Very nice man...🚀 BR

  • @eunicebeji8254
    @eunicebeji8254 5 місяців тому

    what deployment platform is that

  • @Brando_N
    @Brando_N 4 місяці тому

    Moving back to NZ?

  • @arikev8040
    @arikev8040 5 місяців тому

    Where do you host it?

  • @ommodi9246
    @ommodi9246 5 місяців тому

    Great 😃😃

  • @markthomas9181
    @markthomas9181 5 місяців тому

    Bro, is it London??😂😂😂😂😂😂

  • @AndrewMaverick10
    @AndrewMaverick10 5 місяців тому

    Early gang let's go 💪

  • @toddmason1195
    @toddmason1195 5 місяців тому

    LGTM 😂