No video

a day in the life of a software engineer (startup vlog)

Welcome back to another day in the life of a software engineer building a startup in new york city. It's our final week in the city before we move to.....
In this video I'm covering our new short form strategy, startup funding, building microservices with nest.js and growing the startup! Enjoy!
Are you a developer? Join the community! www.subbb.me/jacob
🧠 learn to code: v2.scrimba.com/?via=jacob
✅ launch your paid community: subbb.me
🦄 tailwind animations: tailwindanimations.co
🤝 collaborations: collab@jacobbinnie.com
instagram 👉🏻 / binnie.jacob
twitter 👉🏻 / jacobbinnie
github 👉🏻 github.com/jacobbinnie

Пікірлер: 89

  • @AddisCouture
    @AddisCoutureАй бұрын

    Southgate benched Cole Plamer so much, now he became software engineer🤯. Love your contents, keep up the good work.

  • @georgedebb

    @georgedebb

    Ай бұрын

    😂😂😂

  • @DevynFerman
    @DevynFermanАй бұрын

    This has been a really enjoyable series to keep up with and definitely beats the “Day in the life of a software engineer” format. Kudos to you both!

  • @none_the_less

    @none_the_less

    Ай бұрын

    When are you starting yours Devyn? (Serious question)

  • @emanuelcook5275

    @emanuelcook5275

    Ай бұрын

    I agree!

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Appreciate that bro!

  • @smyk9557
    @smyk9557Ай бұрын

    Loving the grind :) also rlly excited for the next week

  • @MattBramer
    @MattBramerАй бұрын

    Jacob, yessir! This is great stuff. Love the impromptu meeting with Maddie. So cool.

  • @marcus0477
    @marcus0477Ай бұрын

    Always enjoyed watching Jacob so much!!

  • @williamparker3218
    @williamparker3218Ай бұрын

    Hi Jacob! Been watching since the start of the subbb build - loved watching the progress! As someone with a marketing / business background, i'd love to hear how you are going from a traction / users / 'soft' metrics etc. Things seem to be growing well but would love to know how things are going from a scaling perspective! Also, would love to know more about the startup journey w angels, investors and everything else!

  • @KarimGutermann
    @KarimGutermannАй бұрын

    I really enjoy watching your videos. Great Video again!

  • @mariahakinbi
    @mariahakinbiАй бұрын

    I'd love to see more about funding, cap table, etc., why SAAS products need funds (besides paying for devs), and how those funds get allocated, etc!

  • @kevanbarter
    @kevanbarterАй бұрын

    Really cool series. Especially as a newer developer in the industry

  • @AviMamenko
    @AviMamenkoАй бұрын

    Hi Jacob, I read in one of your comments that you’re using Railway, which is just a friendly-to-use wrapper around AWS, really (so is Vercel.) Curious what your Railway bill is looking like these days. Vercel for now is fine for hosting the front-end (just make sure you set those bill limits as you scale) but you can host it on AWS, too, with Nginx. I believe your WhatsApp microservice can be handled using a Lambda function, as well.

  • @NashIvan19
    @NashIvan19Ай бұрын

    So excited for subb!!

  • @UZGAMINGZ
    @UZGAMINGZАй бұрын

    Jacobs trim is fresh 🔥

  • @otsilejeremiah5431
    @otsilejeremiah5431Ай бұрын

    one of my favourite channels

  • @EnyoAbraham
    @EnyoAbrahamАй бұрын

    Good luck on your journey

  • @BeserkGames
    @BeserkGamesАй бұрын

    ❤❤ 🎉 good work my man!

  • @ammarahmed5392
    @ammarahmed539228 күн бұрын

    I also love to see more about funding, etc., why SAAS products need funds (besides paying for devs), and how those funds get allocated, etc!

  • @peter_0093
    @peter_0093Ай бұрын

    Wonderful learnt some cool staffs.

  • @hapaise2924
    @hapaise2924Ай бұрын

    great vidoes! really enjoyable

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Thanks!

  • @Celestialgalaxies12
    @Celestialgalaxies12Ай бұрын

    Hey jacob can you give me a suggestion on which programming languages are most in demand in Software Engineering?

  • @Omohagbon
    @OmohagbonАй бұрын

    Will you build a mobile app for it? I feel it will be faster to integrate

  • @zhaohan_dong
    @zhaohan_dongАй бұрын

    Did a similar WhatsApp integration last year for a volunteer project, but that required retaining the logged in session. Got quite annoyed when WhatsApp required a fresh login every other day.

  • @AdvancedLua
    @AdvancedLuaАй бұрын

    nice vid!

  • @awesomerispy7943
    @awesomerispy7943Ай бұрын

    Nice video please make content about found rising

  • @amancalledchristian
    @amancalledchristianАй бұрын

    Grear work as usual..anyway I think you really miss your coworking almost always empty…in practice your personal office 😂

  • @BecomePerpetual
    @BecomePerpetualАй бұрын

    London is your new base?

  • @chukwuemekaallison
    @chukwuemekaallisonАй бұрын

    Why not use webhooks?

  • @SurvivalGirl555
    @SurvivalGirl555Ай бұрын

    what's song?

  • @codingwithzain_
    @codingwithzain_Ай бұрын

    Hi, can you please tell me what database you use for your backend?

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    PostgreSQL

  • @aswitch4724
    @aswitch4724Ай бұрын

    Yipee free wifi when im ever in NYC. (It was left on the white board)

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Haha it’s old credentials

  • @meetzaveri734
    @meetzaveri734Ай бұрын

    Great video. But I am confused when you mention frontend as next.js and backend as nest.js. When you use Next.js doesn't that mean you are doing SSR, so in fact you don't need a backend at all ? Please correct me if I am misinterpreting it wrong.

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    They’re separate. You still need a backend for SSR if you are doing external queries, which I am :)

  • @sigurdk13
    @sigurdk13Ай бұрын

    ✋🏿I want to hear more about raising funds... I have a startup as well, might be good to know

  • @IansDevWorld
    @IansDevWorldАй бұрын

    Lets goooooo

  • @user-pd2bp4xd6y
    @user-pd2bp4xd6y24 күн бұрын

    Hello, I use a translator because I am not fluent in English. Sorry if there are mistakes, but your videos are wonderful. They motivated me to do my programming routine. Thank you, and I hope you film other clips. Greetings to you from Algeria.

  • @Jack-rr9nh

    @Jack-rr9nh

    4 күн бұрын

    How do you code if u don't know English ?

  • @Ninjah2ultimateyessir
    @Ninjah2ultimateyessirАй бұрын

    Do you use Vercel or what hosting service do you use

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Vercel and railway

  • @ModestasM22
    @ModestasM22Ай бұрын

    What mac you use now?

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Macbook M2 Pro

  • @FoundersJourney-zu2pq
    @FoundersJourney-zu2pqАй бұрын

    Hey Jacob how do you find the Antler programme so far, i got accepted to join this September in London. I am still hesitant to make a desicion currently i would like to hear yoru experience about it

  • @none_the_less

    @none_the_less

    Ай бұрын

    What's Nike slogan?

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    It's awesome. Do it

  • @FoundersJourney-zu2pq

    @FoundersJourney-zu2pq

    Ай бұрын

    @@JacobSucksAtCode lol okay! thats good to hear. Were you able to go green on IC

  • @fersaysrelax
    @fersaysrelaxАй бұрын

    are you using the official whatsapp api one of those libraries that start an instance of whatsapp web and provide an API for functionality?

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Non official

  • @fersaysrelax

    @fersaysrelax

    Ай бұрын

    @@JacobSucksAtCode nice! I figured when at the end you mentioned that you'll have multiple admin accounts in case one gets banned. Cool videos mate, really enjoying the more technical ones! Good luck!

  • @md.asadrahman8367

    @md.asadrahman8367

    Ай бұрын

    @@JacobSucksAtCode can you provide which npm package you're using?

  • @Anonymous_0range
    @Anonymous_0rangeАй бұрын

    You should consider changing your channel name to your full name. Good stuff as always

  • @Moohammedhamed
    @MoohammedhamedАй бұрын

    🎉❤

  • @priyobrotokar7490
    @priyobrotokar7490Ай бұрын

    Are you also going to create the discord and slack microservices in future?

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Maybe!

  • @MrMorgan2008
    @MrMorgan2008Ай бұрын

    Wasn't watching Jacob for a while, what happened to the startup he was working for and what is his startup about??

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Got fired. Started my own startup 💪🏼

  • @MrMorgan2008

    @MrMorgan2008

    Ай бұрын

    @@JacobSucksAtCode ohh, well power to you mate, I pray to the lord for your success 💪

  • @JonathanDavid447
    @JonathanDavid447Ай бұрын

    Berlin!?

  • @exzorttt
    @exzortttАй бұрын

    brooks was here 3:07

  • @Ginchi_
    @Ginchi_Ай бұрын

    Sounds like you are moving London based on your comment of chatting with VCs

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    👀

  • @rtorcato
    @rtorcatoАй бұрын

    Not sure about the name sub. How about subhub?

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    It’s Subbb

  • @JosiaSchweizer
    @JosiaSchweizerАй бұрын

    bro just programmed mvc (model, view, controller) in web

  • @everythinggoes850
    @everythinggoes850Ай бұрын

    Toronto

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    👀

  • @marcus0477
    @marcus0477Ай бұрын

    Jacob, create a public discord server for us to chat and stuff :D

  • @luismiguel5391
    @luismiguel5391Ай бұрын

    Free wifi at 3:54

  • @ballinlikebill8334
    @ballinlikebill8334Ай бұрын

    . def. more about funding aswell very interesting u living (my) dream

  • @MrBlackspoon
    @MrBlackspoonАй бұрын

    j walking, done

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    haha

  • @wajdpixel4558
    @wajdpixel4558Ай бұрын

    A nice video ☺️❤, Jacob what the best field for someone like to write code alot., 😊 ml engineer or web dev . I want your opinion to help me with that ☺️😉.???

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Either!

  • @wajdpixel4558

    @wajdpixel4558

    Ай бұрын

    @@JacobSucksAtCode your opinion what?? 😊😊

  • @testingtesting9046
    @testingtesting9046Ай бұрын

    Nobody is challenging you for anything in video, what's the fun? 😆

  • @chomantsang3906
    @chomantsang3906Ай бұрын

    Damn bringing chicks to the workplace is awesome

  • @_k0st415
    @_k0st415Ай бұрын

    1.

  • @TomWalshHud
    @TomWalshHudАй бұрын

    first 😎

  • @jessesibley1062
    @jessesibley1062Ай бұрын

    bro you don't need micro services just ship it, next.js api routes ftw everything else is noise

  • @JacobSucksAtCode

    @JacobSucksAtCode

    Ай бұрын

    Appreciate the comment, and for the most part I agree. In this case, nope. We're dealing with real income for some big communities to come onboard. Better to spend a week doing it right ❤️