Netlify Dev Crash Course | Easy Dev & Deploy

Поділитися
Вставка

КОМЕНТАРІ • 94

  • @mawulijo
    @mawulijo 5 років тому +20

    Netlify is really making our lives easier. Thanks Brad

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

    Way back when I first took your Udemy Angular course I found Netlify and deployed my first production Angular app to it. It's been a great platform to use. Pushing a feature branch for testing and then merging it with master to go live is a great workflow. I've just started using their "netlify dev --live" to quickly preview changes on a physical phone instead of relying on emulators. I really need to find an excuse to explore all the other bits they've added like forms and functions that didn't exist back then.

  • @retiar2111
    @retiar2111 5 років тому +3

    Omg i just started using netlify with jekyll. Brad youre a mind reader, not the first time this happens.

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

      It is a revolutionary platform, really. Makes deployment and now dev so easy for static sites and front end apps

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

      @@TraversyMedia I see wordpress to jekyll+netlify conversion jobs lately. So great :)

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

    loved it.. some things have changed but impresive.. do something with fauna crud!

  • @omurkanabaskanov6788
    @omurkanabaskanov6788 Рік тому

    Brad, as always, excellent! 👏👍

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

    Please do more on this ... Totally awesome! An end to end (simple) crud form / mongo on this platform would be epic!

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

    I forgot where I hosted an old website and had to go through your videos to find it as i remembered setting it up based off your tutorials, haha. Thanks man. Keep up the good work and all the best for 2020!

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

    Netlify has changed their default HELLO WORLD function. To get Brad's example to work:
    const randomWords = require("random-words");
    exports.handler = async function getWord(event, context) {
    try {
    return {
    statusCode: 200,
    body: randomWords().toUpperCase()
    };
    } catch (err) {
    return { statusCode: 500, body: err.toString() };
    }
    };

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

    This is gonna be helpful in showing content to clients. Definitely gonna try it.

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

    The API configuration was really helpful. Just what I was looking for :)

  • @CODERSNEVERQUIT
    @CODERSNEVERQUIT 5 років тому +8

    Awesome. Liked before watching

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

    I have made some http request apps with heroku.Heroku makes the coding easier as firebase and netlify.

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

    Can u please cover Git Hooks in your next tutorial. Thanks awesome work mate !

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

    Superb video Brad, this video is so helpful as deployment is such a mystery at times. Many thanks

  • @n_fan329
    @n_fan329 5 років тому +7

    Love it before even watch it !❤️❤️

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

    Brad! you're great! what about an Angular project and deployment ? thanks a lot

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

    Hi Brad please do a video on recursive functions in javascript (how to make nested list by parent ID something like category-subcategory list)

  • @HostDotPromo
    @HostDotPromo 5 років тому +4

    Yeah, dev ops can be complex.

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

    Thanks a lot Herr Traversy can you also show how to add authentication to a netlify deployment

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

    Great Example, awesome. For some reason my laptop's ( macbook pro 2017) fans went almost full when running the first command to install the netlify cli globally, any ideas why ?

  • @AjayKumar-ju5ls
    @AjayKumar-ju5ls 5 років тому

    Sir, u r very best , ur tutorials very are osum

  • @charanbolisetti2789
    @charanbolisetti2789 3 роки тому +1

    hii,i have created a contact form with node js and is perfectly working in local host but not in netlify can you help me?

  • @reyjr.guidoriagao9045
    @reyjr.guidoriagao9045 5 років тому

    Hello, brad. Can you please cover continuous integration and continuous delivery that would be very helpful for every developer's team to manage a project and faster development. Thanks Brad, God bless you and more power :)

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

    I don't what is the level of coincidence.. But whenever I find a new service/topic about web development your new videos are always about that same topic.

    • @HaiderAli-co9jl
      @HaiderAli-co9jl 5 років тому

      This comment is getting old now 🤣🤣

  • @kamalhm-dev
    @kamalhm-dev 5 років тому

    Wow this is amazing! Netlify really made my life easier

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

    Hey Brad, I want to see the Flutter SDK tutorials from your channel may be a playlist just to go with the basics. As I tried learning it from Udemy courses but most of the time it was too boring and eventually lost interest in it or even did not grasp the content. But the way you explain the stuff makes more comfortable and easy to grasp.. I just want a simple app tutorial somewhat like mean authentication app playlist to get started with flutter.. Please help me out with this. I shall be highly obliged for your act of kindness..

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

    I am having issues with the _redirects file in the public folder in CRA. Not sure what is happening with the _redirects file. The temp fix would be to use the netlify.toml file and add the following...
    [[redirects]]
    from = "/your-route"
    to = "where-you-want-to-go"
    status = 200

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

    Great vid and explanation!

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

    Hi Brad, Thank you so much!!! Today I finished your Udemy course :)

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

      Awesome :) congrats and thank you

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

      @@TraversyMedia I also thank you for teaching us :)

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

      heey..also would love to take one..which one specifically did you take?

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

      @@calebmbugua745 Hi. I bought Modern HTML & CSS From The Beginning (Including Sass). I really recommend it

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

      Ita free??

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

    Thank you very much for the tutorial, you are a life saver.

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

    Brad, if you have both a Node (Adonis/express etc) server and a React deploy would you do this in the same server or one for each?

    • @user-sw1wq8lh2w
      @user-sw1wq8lh2w 5 років тому

      well, netlify is offering to do SSR, so you could upload the react portion using netlify (connect to SCM and push new commit), then upload the backend elsewhere, or alternative upload the backend via lambda like he shows here.

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

    Thanks Brad! Are companies using Netlify or is this a tool freelancers use?

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

    Is there a way to redirect POST requests? When tried, it's received as a GET request instead.

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

    could you please make a vid about Netlify CMS?

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

      Yes please.

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

      Please yes :)

    • @TraversyMedia
      @TraversyMedia  5 років тому +3

      Yes definitely soon

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

      senpai Brad noticed me!!!! ;P
      hopefully, you'll use hugo + netlify CMS
      I'm not quite comfortable with Gatsby yet...

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

    Do you always run sudo with npm or pip? I found that if you don't and try to work around it, everything gets fucked

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

    Is this suitable for small production project? I mean the free tier, the project is gonna be simple CRUD process from database only.

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

    Hi Brad, love your stuff

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

    i don't know what i am doing wrong but i couldn't get the redirects to work as shown here, anyone else has this problem? I would appreciate some pointers on that.

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

    What if you use parcel to build your site parcel makes /css on every link that you have and can i upload multi page sites

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

    Nice vid man , I have issue .. I can't get github to deploy random words module correctly .. I've tried everything in netlifys build commands etc.. ( headers, variables tweaks lol ) but no go ..- works just fine from local env dev

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

    About the red line warning. Is there a space in there?

  • @吴尧-e4r
    @吴尧-e4r 5 років тому +1

    I think the netlify is similar with heroku & firebase.

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

    Simple as that! Really cool.
    Have you tried now by zeit too?

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

      blokche_dev Would love to see Brad’s take on now!

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

    Thank you Brad

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

    Great video! I'm having trouble with the "netlify dev" step. When I access localhost:8888, I receive a 403 Forbidden response. Any insights?

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

    Thanks for this Brad, I just watch you video and found that the function "Hello World" provided by Netlify has changed. I follow every step but I receive in the browser the function as {"message":"Hello World"} and not the word "Hello World". There is any video you have that can help me to understand what I'm doing wrong? Thanks bro

  • @yolo-mb4cy
    @yolo-mb4cy 5 років тому

    What's the difference between Netlify and Heroku and what is better?

    • @user-sw1wq8lh2w
      @user-sw1wq8lh2w 5 років тому

      netlify provides static site generation and heroku provides a simpler interface for aws, I believe.

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

    HI,
    love your videos Brad !!!
    When i want to enter my localhost after netlify dev , i see forbidden how can i fix this thx

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

    Netlify is on Steroids - awesome video

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

    Is anyone else having trouble getting access to their environment variables when the run netlify dev?

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

    my netlify CLI is not working

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

    epic tutorial, thank you!

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

    I have now a bunch of dumy submissions in netlify from doing your tutorials and some others. Is there a way to delete them? I coudnt find it so far...

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

    Hello everyone, how to check the Netlify form is not empty please ?

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

    Just In Time

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

    Thanks Brad! U da MVP

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

    Thanks

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

    I faced the [ts] linting error in JS file before. there are some suggestions. you can try edit your settings "javascript.validate.enable": false (stackoverflow.com/questions/50823743/disable-tslint-in-vscode). In my case I added more config to my settings to fix it:
    "javascript.format.enable": false,
    "javascript.validate.enable": false,
    "typescript.format.enable": false,
    "typescript.suggestionActions.enabled": false,
    "typescript.tsc.autoDetect": "off",

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

    the redirects are not working for me... :( it just shows the same index page

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

      me too
      did you find a solution?

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

      Not sure what is happening with the _redirects file. The temp fix would be to use the netlify.toml file and add the following...
      [[redirects]]
      from = "/your-route"
      to = "where-you-want-to-go"
      status = 200

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

    Please can you show us how to make a translator app

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

    Can we deploy php website? in netlify

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

    good stuff

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

    thanks sir

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

    I think glitch is better =))

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

    How many free Netlify websites can you deploy for free?

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

    yessssssss!

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

    Its free ???

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

    First to comment. Nice Sir

  • @Mel-mr6gt
    @Mel-mr6gt 5 років тому

    Is there way to publish laravel proj ? i know this is only static but meh ;c

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

    How do you create the html boilerplate with a single command in vs code?

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

    Now a days using promotion you are posting useless content, unsubscribed

    • @user-sw1wq8lh2w
      @user-sw1wq8lh2w 5 років тому

      this was useless? netlify's platform is awesome, I'm extremely happy he made this video.

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

    I have herpes