Intro to CircleCI with React

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 29

  • @ekaterinahorton768
    @ekaterinahorton768 5 років тому +1

    Thank you very much, Ben, great material!

  • @thedeveloper4207
    @thedeveloper4207 5 років тому

    Like for providing the github link too...I searched for CircleCI and guess what, I found a Ben Awad Video😁

  • @Minimus762
    @Minimus762 6 років тому +7

    Quick suggestion: could you make a video on Continuous deployment with Gitlab CI / React / Typescript as well ?

    • @NEKIO
      @NEKIO 6 років тому

      good idea, yeah

    • @bawad
      @bawad  6 років тому +2

      I need to spend some more time with the GitLab CI, but yes

  • @thananut
    @thananut 5 років тому

    Thx for sharing Ben

  • @trabucolandia
    @trabucolandia 5 років тому

    Thanks for the video, it helped me a lot!!

  • @JoseFlores-hk1xd
    @JoseFlores-hk1xd 6 років тому

    This is great!! Do you think you’ll ever cover testing more in depth?

    • @bawad
      @bawad  6 років тому +1

      possibly

  • @peterm.souzajr.2112
    @peterm.souzajr.2112 6 років тому +1

    yes!!!!

  • @ilovenaturesound5123
    @ilovenaturesound5123 2 роки тому

    Does anyone know how to deploy to Vercel instead of Netlify? I can't find articles on this. Would I add something like VERCEL_AUTH_TOKEN and VERCEL_SITE_ID? I can't really find how to create the access token on Vercel website though.

  • @milansingh3222
    @milansingh3222 6 років тому

    Any video thought of for different kinds of indexes that PostgresQL provides us eg Btree, gin, gist etc etc? When and how to use them properly?

    • @bawad
      @bawad  6 років тому

      sounds like a good video

  • @akashrajpurohit97
    @akashrajpurohit97 6 років тому +2

    What are ur opinions about TravisCI..? Also can you increase the volume of ur videos a bit.. it becomes hard to hear at many places

    • @bawad
      @bawad  6 років тому +2

      TravisCI looks like it's going downhill after the acquisition
      I'll try a new mic position for Thursday's video. Let me know if it's better.

    • @tusharmistry7895
      @tusharmistry7895 3 роки тому

      Use Circle CI m8

  • @johanvillamil2407
    @johanvillamil2407 5 років тому

    How do you use your circleci for react-native deployment? do you use fastlane?

    • @bawad
      @bawad  5 років тому +2

      If you're not using expo yes

  • @PhatHuynh-vh2uz
    @PhatHuynh-vh2uz 5 років тому

    Not sure why I keep getting Error: Not Found on netlify deploy command. I already added NETLIFY_AUTH_TOKEN and NETLIFY_SITE_ID

    • @bawad
      @bawad  5 років тому

      Have you tried to echo the values to verify they are there?

    • @PhatHuynh-vh2uz
      @PhatHuynh-vh2uz 5 років тому

      @@bawad It works now thanks man :)

  • @wassim5622
    @wassim5622 4 роки тому

    sorry for bothering xD but how are you doing deployment for your side project, and how do you guarantee that you dont lose any request when pushing to production.
    i have a side project built with techs you used too but im using mysql instead.
    edit: how are you actually handling deployment, i did linked a remote repo to my server with ssh, and its working perfectly but i dont know if there is another better way
    i dont know else where to ask you :) thanks bro !

    • @bawad
      @bawad  4 роки тому +1

      I use dokku

    • @wassim5622
      @wassim5622 4 роки тому

      @@bawad thank u soo much, good luck man ! :)

  • @LawZist
    @LawZist 6 років тому

    Can you try use Detox ?

  • @rtorcato
    @rtorcato 5 років тому

    What about Jenkins? Jenkins is free.

    • @bawad
      @bawad  5 років тому

      Jenkins is a good choice if you want to set it up yourself

    • @rtorcato
      @rtorcato 5 років тому

      @@bawad I found this guide on jenkins and it uses docker. It's a pretty easy setup. jenkins.io/doc/tutorials/build-a-node-js-and-react-app-with-npm/