Fullstack E-Commerce: Ruby on Rails 7, Hotwire, Tailwind, Stripe, PostgreSQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 164

  • @FixEcomm
    @FixEcomm 11 หลายเดือนก่อน +33

    i hope Ruby and projects like these stays under the radar of 'Javascript' tutorials gurus

  • @SamuelOjeyinka
    @SamuelOjeyinka 11 หลายเดือนก่อน +30

    If you have encountered errors related to the stock, here is what needs to be corrected. To create the stock, use the Rails command `rails g scaffold admin::stock product:references amount:integer size:string`. Then, navigate to the migration file, similar to what we did with previous migration files. Remove the "admin" from "admin_stocks" and change it to "stocks" only. Run `rails db:migrate`. After that, move the `stock.rb` model file out of the admin folder and follow the same steps we took for the order models.
    Additionally, remove "Admin" from the stock controller. Next, open your `routes.rb` file and nest resources `:stocks` into `:products` as follows:
    resources :products do
    resources :stocks
    end
    ```

    • @mahdido
      @mahdido 8 หลายเดือนก่อน +4

      thank you very much i needed that since he probably forgot to put it int he video

    • @SamuelOjeyinka
      @SamuelOjeyinka 8 หลายเดือนก่อน +4

      @@mahdido you are welcome

    • @MardonbekKhamidov-fd5kw
      @MardonbekKhamidov-fd5kw หลายเดือนก่อน

      oh bro thank you for help

  • @sheko4515
    @sheko4515 ปีที่แล้ว +11

    This is a nice Christmas gift, please continue with tutorials for rails like that, real projects.

  • @r_Abdullah99
    @r_Abdullah99 9 หลายเดือนก่อน +6

    Your content is amazing and so easy to follow, Conner! 🔥
    Big respect! 🙌 Please consider creating a comprehensive SaaS tutorial with Rails and Hotwire. 🙏
    Coding in Rails truly is an art!

    • @connerjensen8170
      @connerjensen8170  9 หลายเดือนก่อน +1

      Thanks for watching! Yes I’m planning on releasing a SaaS tutorial soon.

  • @cricboost9309
    @cricboost9309 10 หลายเดือนก่อน +5

    Now, that's what I was looking for. That's totally worth. Please make more interesting projects with Rails + Hotwire

    • @connerjensen8170
      @connerjensen8170  10 หลายเดือนก่อน +2

      Thank you for watching and supporting! Yes I have another Rails + Hotwire video in the works. It should be released in about two weeks

  • @SamuelOjeyinka
    @SamuelOjeyinka 11 หลายเดือนก่อน +20

    To avoid issues with `./bin/dev`, simply execute `rails tailwindcss:build` before starting your Rails server. This ensures that the Tailwind CSS styles will be properly applied when your server is running.

    • @BoyaniOmbogo
      @BoyaniOmbogo 9 หลายเดือนก่อน

      I have run "rails tailwindcss:build" but the css styles still won't show.

    • @DaniloMaccari
      @DaniloMaccari 3 หลายเดือนก่อน

      Muchas gracias!

  • @Market_Mystic
    @Market_Mystic 9 หลายเดือนก่อน +2

    Amazing... Thanks for coming back to YT. Looking forward to more videos. Thanks

  • @michaelvision360
    @michaelvision360 9 หลายเดือนก่อน +1

    I love your tmux neovim setup with the server console under the editor and the web page to the right. I will be doing some tweaks to my TMUXINATOR setup. I am using Alacrity with Tmux and Tmuxinator with MOOD neovim setup. Thanks for the superb content.

  • @haroldpepete
    @haroldpepete 11 หลายเดือนก่อน +2

    woahhh, that was one of the greatest come back ever, thanks, thank to you a lost the fear for testing with rpesc

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน

      Glad you found my videos helpful and thanks for watching!

  • @aniketpatidar
    @aniketpatidar ปีที่แล้ว +7

    Could you please continue the leetcode live series in ruby! It will be good resource to learn. For ruby their is not much resources available to practice problems in ruby and thank you so much for bringing this knowledge and experience.

    • @connerjensen8170
      @connerjensen8170  ปีที่แล้ว +2

      Yes, thank you for your input. I will put that on the schedule to release for next year. Thanks for watching!

  • @xCloverGreenx
    @xCloverGreenx 3 หลายเดือนก่อน +1

    dude thank you so much, I've used this video as a base to develop my own rails + react project for my resume to start appling to web dev jobs

  • @dencam
    @dencam 11 หลายเดือนก่อน +1

    Thank for sharing this.
    Rails has been lacking learning materials for newbies as compared to other web frameworks

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +4

      No problem, thanks for watching! I agree, I’m going to keep making content like this to help people learn and get excited about building with Rails.

  • @critec82
    @critec82 11 หลายเดือนก่อน +4

    Thank you for this lesson, I would like to see the further implementation of the project. For example, user profile, role distribution, favorites. In short, a full-fledged online store) This would be very useful. Спасибо!

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +5

      Oh course and thank you for watching. That’s a great suggestion, I will add a part 2 to cover those topics in a future video.

    • @critec82
      @critec82 11 หลายเดือนก่อน

      How do you like the idea of ​​implementing it so that the user can be a seller and a buyer?@@connerjensen8170

    • @ajaykathwate7595
      @ajaykathwate7595 11 หลายเดือนก่อน

      Hey @@connerjensen8170 , I am new to rails so is this project tut suitable for me?

    • @gezu_bonga
      @gezu_bonga 11 หลายเดือนก่อน +1

      @@connerjensen8170 can't wait for part 2 , thanks a lot !

  • @mwenyan8773
    @mwenyan8773 11 หลายเดือนก่อน +1

    Haven't reached half an hour into the tutorial but I've hit both the subscribe and like button. Awesome stuff, Thanks 👍!!

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน

      Appreciate it! Thank you

    • @mwenyan8773
      @mwenyan8773 11 หลายเดือนก่อน

      Hey @@connerjensen8170 👋! having an issue with the part just after 1:10:51. How did you get the stocks model and all the associated files? The video sort of skipped that part. Thanks in advance!

  • @Richardritchie-w1f
    @Richardritchie-w1f 5 หลายเดือนก่อน +1

    Wow. Blowing my mind. Amazing! My sincere compliments and huge thank you.

  • @adegbitekelvin3875
    @adegbitekelvin3875 ปีที่แล้ว +3

    Nice to see builds like this

  • @njongefred
    @njongefred 11 หลายเดือนก่อน +2

    Thank you so much sir
    Hope to see more of real projects in your channel

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +2

      No problem and thanks for watching! Yes more are coming soon. Next one should be out at the end of this month

  • @fatumahussein7573
    @fatumahussein7573 5 หลายเดือนก่อน +1

    Thank you Conner. You are a blessing.

  • @Wilson-or1rt
    @Wilson-or1rt 11 หลายเดือนก่อน +2

    Holy cow, that is awesome! Thanks for the tutorial

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน

      No problem and thanks for watching!

  • @snailprogrammer7483
    @snailprogrammer7483 10 หลายเดือนก่อน +7

    Can i offer a word of advice? Please use a normal editor like VScode when doing tutorials. In the first 8 minutes I have had to pause and rewind many many many times because you switch files so quickly and enter the code into the file. Hard to follow along as a beginner rails person.

    • @connerjensen8170
      @connerjensen8170  10 หลายเดือนก่อน +2

      That is great feedback. I will use VSCode in future tutorials. Thanks for watching :)

    • @Sarsa78
      @Sarsa78 7 หลายเดือนก่อน

      Thank you both. This will help me as well.

    • @Sarsa78
      @Sarsa78 7 หลายเดือนก่อน

      I’m now almost at the end of it, and it’s a really great tutorial. Having to pause it to be able to follow forced me to take notes which in turn helped me retain the information. Really appreciated Conner!

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว +1

    Thanks man i am struggling a lot as there are not many learning resources to learn Ruby when YT gave me stuff in Algo thanks again for Sharing.

    • @connerjensen8170
      @connerjensen8170  ปีที่แล้ว +1

      No problem! Hopefully this helps and I'll continue to create Ruby/Rails content. Thanks for watching!

  • @Khushiitis
    @Khushiitis 9 หลายเดือนก่อน

    I have a doubt! At 2:56:40 you have created a categories_controller file, but we already had a file with the same name, where did that go?

  • @seb4126
    @seb4126 9 หลายเดือนก่อน

    Nice video 🙏🏻! Really detailed. It will be nice to add chapters to easily navigate in the video.

  • @dev-j8q
    @dev-j8q ปีที่แล้ว +1

    Thank you for the great content. Please continue with Building real projects on Rails.

    • @connerjensen8170
      @connerjensen8170  ปีที่แล้ว

      Will do! Anything in particular you'd like to see built? Appreciate you watching and commenting.

  • @richillartloe
    @richillartloe 9 หลายเดือนก่อน +1

    This is a great tutorial, very helpful. Thank you very much!

    • @connerjensen8170
      @connerjensen8170  9 หลายเดือนก่อน

      No problem! Thanks for watching.

  • @Dracometeor562
    @Dracometeor562 8 หลายเดือนก่อน +1

    you deserve my subscribed. You made a good web application for free

  • @gezu_bonga
    @gezu_bonga 11 หลายเดือนก่อน +1

    You're awesome Conner ! Thanks.

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +1

      My pleasure! Thanks for watching

  • @malavipande6693
    @malavipande6693 10 หลายเดือนก่อน +1

    This is diamond under the stones. Please do make tutorials on rails projects

    • @connerjensen8170
      @connerjensen8170  10 หลายเดือนก่อน +1

      Thanks for watching! Yes I have another one that will be coming out next week

  • @sylviaboyani1707
    @sylviaboyani1707 9 หลายเดือนก่อน +2

    Really nice, keep it up!

  • @moseschoka
    @moseschoka 8 หลายเดือนก่อน +1

    Hey, thanks for this amazing video. I have been following through while writing down the code as well, however, I have a problem, my chart does not appear. What could be the issue?

    • @afaqshahidkhan
      @afaqshahidkhan 6 หลายเดือนก่อน

      i fixed the issue by using chart js through cdn rather than importmap

  • @Khushiitis
    @Khushiitis 9 หลายเดือนก่อน

    Amazing content! Can you please release a tutorial on how to make an e -commerce application that has rails as it's backend and the front end is in react (basically in two different repos and an API call is made from react to RoR)

  • @Samji3877
    @Samji3877 8 หลายเดือนก่อน

    10:07 - setup devise more and ensure admins have to login before acessing their admin portal

    • @Samji3877
      @Samji3877 8 หลายเดือนก่อน

      22:50 - Work on the categories page (is anyone the same they've read categories that many times it looks funny?)

    • @MamboslilMicroscope
      @MamboslilMicroscope 6 หลายเดือนก่อน

      I would really appreciate it if you could help me with this:
      I had setup devise and the Admin model exactly as you were doing in the tutorial but after refreshing, "localhost:3000/admin/sign_in" always redirects to "localhost:3000" even after adding the admin rerouted in "routes.rb" and setting up all those models and views. The "admin#index" view is never rendered. How can i fix this?
      Best and warm Regards

  • @taunado
    @taunado 27 วันที่ผ่านมา

    Can you filter by other variables in Hotwire, such as color, size, price? Or is that level of state management too complex for Hotwire? Hotwire has limitations with interactivitycompared to React/Vue?

  • @youTanod
    @youTanod 11 หลายเดือนก่อน

    Thank you very much, this is exactly the tutorial I was looking for. I just got stuck around the 20th minute. bin/dev crashes under Win 10.

  • @AndrewMooka
    @AndrewMooka 7 หลายเดือนก่อน

    Great content but I did not see you styling sign up and sign in forms. Where can I get devise generated sign in and sign up forms to style

  • @Raubritterr222
    @Raubritterr222 7 หลายเดือนก่อน

    Great video! also I love that you use neovim for this!

  • @dennisalves33
    @dennisalves33 6 หลายเดือนก่อน +1

    This tutorial is amazing guy, thank you so much for this it

  • @amirzahran2394
    @amirzahran2394 ปีที่แล้ว +1

    Great effort there ❤

  • @yeshjadhav8082
    @yeshjadhav8082 10 หลายเดือนก่อน +1

    Hi I have been not able to see chart on local as it says error for ActionController::RoutingError (No route matches [GET] "/assets/stimulus-loading.js"): .... Any solution for this

  • @aniketpatidar
    @aniketpatidar ปีที่แล้ว +3

    Too good man😎

  • @rickbacker1
    @rickbacker1 8 หลายเดือนก่อน +1

    Thank you very much for the tutorial!! 🙏

  • @Abdirahmansony
    @Abdirahmansony 11 หลายเดือนก่อน +3

    Sorry you skipped showing how to create stock model, little part of video missing I think, help for that, and thank you for helping

    • @malavipande6693
      @malavipande6693 8 หลายเดือนก่อน

      rails g scaffold admin::stock size:string amount:integer product:references

    • @msalehbutt-313
      @msalehbutt-313 5 หลายเดือนก่อน

      @@malavipande6693 and do we still have to make changes in stocks file just like we did for product and categories? i.e deleted category and product model nested in admins and created them again under root folder models? furthermore do we need to erase "Admin ::" from stocks controller just like we did for product and category models?

  • @benoitibovi8311
    @benoitibovi8311 8 หลายเดือนก่อน +1

    Thanks you very much. It was very interesting

  • @SamuelOjeyinka
    @SamuelOjeyinka 10 หลายเดือนก่อน +2

    The only thing that off me while doing this project is stripe not working in my country. Wow

  • @eltonsantosoficial
    @eltonsantosoficial 3 หลายเดือนก่อน

    It's so strange... I did equal, but doesnt work here. When bought a product, the data on strip iits ok, but doesnt appear in order.

  • @malavipande6693
    @malavipande6693 10 หลายเดือนก่อน +1

    also cloud you please tell me the extensions list you used in this tutorial!?Thank You

    • @connerjensen8170
      @connerjensen8170  10 หลายเดือนก่อน +1

      Yes I will make my nvim config available on my GitHub which has all my extensions

  • @SameerAkram-qx8bt
    @SameerAkram-qx8bt 5 หลายเดือนก่อน +1

    Fantastic! use react js in frontend

  • @MamboslilMicroscope
    @MamboslilMicroscope 6 หลายเดือนก่อน

    I would really appreciate it if you could help me with this:
    I had setup devise and the Admin model exactly as you were doing in the tutorial but after refreshing, "localhost:3000/admin/sign_in" always redirects to "localhost:3000" even after adding the admin rerouted in "routes.rb" and setting up all those models and views. The "admin#index" view is never rendered. How can i fix this?
    Best and warm Regards

  • @assassingamning763
    @assassingamning763 3 หลายเดือนก่อน

    But when did you even create a stock scaffold u directly jumped from products to stock which was for u already there form nowhere??

  • @HansKerryAlneus
    @HansKerryAlneus 10 หลายเดือนก่อน +1

    I am using a Chromebook and replit. Do I need to do all the setup steps?

    • @connerjensen8170
      @connerjensen8170  10 หลายเดือนก่อน

      Hmm I’m not that familiar with replit, but if you use their Rails template you should be able to follow along. You might just have to do a little extra configuration to make things work

  • @amandaheater3517
    @amandaheater3517 11 หลายเดือนก่อน +1

    I was following well but didnt see where you created stock scaffold

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +2

      Ah my apologies I seemed to have missed including the section where I run the scaffold command. Running this command should get you up to speed with where I am around 1:10:53
      bin/rails g scaffold admin::stock product:references amount:integer size:string
      I'll add a note to the video for future reference. Thanks!

    • @amandaheater3517
      @amandaheater3517 11 หลายเดือนก่อน

      Thank you @@connerjensen8170

    • @amandaheater3517
      @amandaheater3517 11 หลายเดือนก่อน

      @@connerjensen8170 Been following it great but tried this error several times if you my assist or anyone around here would be very appreciated thanks

    • @amandaheater3517
      @amandaheater3517 11 หลายเดือนก่อน

      @@connerjensen8170 Been following it great but tried this error several times if you my assist or anyone around here would be very appreciated thanks . The error is "NoMethodError in Admin::Products#edit
      Showing /root/rubyonrails/eunnyecomm/app/views/admin/products/_form.html.erb where line #50 raised:" Thank you again

  • @czepesch
    @czepesch 4 หลายเดือนก่อน

    why create admin::category and modify bunch of files after that, isn't it simpler to add resource under admin namespace if this is the goal?
    thanks

  • @mahdido
    @mahdido 8 หลายเดือนก่อน +1

    fun fact you can user admin_order_path(order) instead of [:admin, order] and so on when fixing the show links

  • @mudassarkhan6288
    @mudassarkhan6288 7 หลายเดือนก่อน

    what if some one want to grant access to others users like manager and cashiers instead of just admin?? please guide me

  • @jayeshBorkar-g4t
    @jayeshBorkar-g4t 9 หลายเดือนก่อน +1

    in my project its not showing the data in dashboard after the stripe payment is successful,
    how to fix that?

    • @connerjensen8170
      @connerjensen8170  9 หลายเดือนก่อน

      Hmm are you running the Stripe CLI listener? Is your webhook being hit after checkout is complete?

  • @josbexerra8115
    @josbexerra8115 11 หลายเดือนก่อน

    Muchas gracias Mister Conner muy emocionado con el tutorial.....saludos de los andes peruanos

  • @Abdirahmansony
    @Abdirahmansony 11 หลายเดือนก่อน +1

    How to create stock nested with the products

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +1

      Apologies, I seemed to have missed including the section where I run the scaffold command. Running this command should get you up to speed with where I am around 1:10:53
      bin/rails g scaffold admin::stock product:references amount:integer size:string

  • @Miyauchi-mf3cu
    @Miyauchi-mf3cu 9 หลายเดือนก่อน

    Where to learn terminal skills like that

  • @Hariskhan-cb1ri
    @Hariskhan-cb1ri 7 หลายเดือนก่อน

    My stimulus controllers are not connecting . What should I do

  • @expresstutorial3255
    @expresstutorial3255 5 หลายเดือนก่อน

    Why every new model created in the console there is a conflict??

  • @budiardjo6610
    @budiardjo6610 7 หลายเดือนก่อน

    thank you so much, i am learn a lot.

  • @RomanTheBird
    @RomanTheBird 8 หลายเดือนก่อน

    Thanks Brother I just starting...Hope it will be helpfull for me..But Im searching something like rails with React API ..you or Anyone can u please help me to give this type resources?

  • @snailprogrammer7483
    @snailprogrammer7483 10 หลายเดือนก่อน

    Once I added the variant to the image, I am getting a 500 error for the image. Something about Glib 2.0.0 I added Glib to my gemfile but still getting the same error.

    • @connerjensen8170
      @connerjensen8170  10 หลายเดือนก่อน

      Hmm and you installed libvips and the image_processing gem?
      edgeguides.rubyonrails.org/active_storage_overview.html#requirements

    • @snailprogrammer7483
      @snailprogrammer7483 10 หลายเดือนก่อน

      Yeah everything works up until I add the variant in the html. Checked spelling over and over. @@connerjensen8170

    • @snailprogrammer7483
      @snailprogrammer7483 10 หลายเดือนก่อน

      @@connerjensen8170 Yea i uncommented image processing like you did ran the commands. Nothing. Ill keep troubleshooting

  • @eever6545
    @eever6545 หลายเดือนก่อน

    My page redirect is only going to my homepage and not the other webpages redirect

  • @lanceloot
    @lanceloot 7 หลายเดือนก่อน

    ruby version ?

  • @haaaaayden
    @haaaaayden ปีที่แล้ว +1

    Thanks, is there source code viewable somewhere please?

    • @connerjensen8170
      @connerjensen8170  ปีที่แล้ว +1

      Just added a link to it in the description. Appreciate you watching!

  • @JohnathonMasias
    @JohnathonMasias 8 หลายเดือนก่อน

    Is there any reason why bin/dev doesn't work? i have tried it on windows 10 AND ubuntu 22.04 and it doesn't work on either.

    • @czepesch
      @czepesch 4 หลายเดือนก่อน

      what's the error?

  • @denniskatilov5891
    @denniskatilov5891 8 หลายเดือนก่อน +1

    Thanks author, very cool content. Can someone help with the error?
    ActionView::Template::Error (The asset "logo.png" is not present in the asset pipeline.
    ):
    16:
    17:
    18:
    19:
    20:
    21: Admin
    22:
    app/views/layouts/admin.html.erb:19
    UPD.
    I created a file logo.png in the assets folder, the error disappeared, but the icon does not appear

    • @calvindisc
      @calvindisc 7 หลายเดือนก่อน

      I have the same error

  • @vanessafoht
    @vanessafoht 6 หลายเดือนก่อน

    what is using os&

  • @JessHonorato
    @JessHonorato 8 หลายเดือนก่อน

    The first part.. I am a beginner, so I didn't understand anything about how you did the configs

  • @Abdirahmansony
    @Abdirahmansony 11 หลายเดือนก่อน

    Thanks for your help, i am stack at stock model,
    I used to generate stock model
    Rails g scaffold admin::stock product:references amount:integer size:string
    Before migrate i updated and remove admin for table name then migrated
    At product form i add link to the product stock under active div, the way i watched from the video
    I am facing this error
    NoMethodError in Admin::Products#edit
    Highlighting that link admin_product_stocks_path
    Help me please

    • @SamuelOjeyinka
      @SamuelOjeyinka 11 หลายเดือนก่อน +2

      If you have encountered errors related to the stock, here is what needs to be corrected. To create the stock, use the Rails command `rails g scaffold admin::stock product:references amount:integer size:string`. Then, navigate to the migration file, similar to what we did with previous migration files. Remove the "admin" from "admin_stocks" and change it to "stocks" only. Run `rails db:migrate`. After that, move the `stock.rb` model file out of the admin folder and follow the same steps we took for the order models.
      Additionally, remove "Admin" from the stock controller. Next, open your `routes.rb` file and nest resources `:stocks` into `:products` as follows:
      ```ruby
      resources :products do
      resources :stocks
      end
      ```

  • @Crimi576
    @Crimi576 9 หลายเดือนก่อน +1

    love u man

  • @CAM-by9ge
    @CAM-by9ge 11 หลายเดือนก่อน +1

    I’ve been trying to make a site that sells two products with rails, and stripe/paypal checkout. I’m close to giving up. Is there anyone who could put this together for me? I’ll pay for it.

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +1

      Shoot me an email with more info at conner.jensen@hey.com

  • @emersonxianaiespinozaaguirre
    @emersonxianaiespinozaaguirre 11 หลายเดือนก่อน +1

    Espero puedas acceder a transformar tus videos con audio en español. Saludos y buen video.

    • @connerjensen8170
      @connerjensen8170  11 หลายเดือนก่อน +1

      sí, trabajaré para obtener traducciones al español para futuros videos. gracias por ver!

  • @AnantoYusufW
    @AnantoYusufW 7 หลายเดือนก่อน

    thank you so much

  • @masoud1128
    @masoud1128 ปีที่แล้ว +1

    شكرا ^^

  • @valenciawalker6498
    @valenciawalker6498 7 หลายเดือนก่อน

    Thank you

  • @remotronic
    @remotronic ปีที่แล้ว +1

    Ofigenno

  • @Samji3877
    @Samji3877 7 หลายเดือนก่อน +1

    Bookmarks commented underneath

    • @Samji3877
      @Samji3877 7 หลายเดือนก่อน

      00:00 - introduction

    • @Samji3877
      @Samji3877 7 หลายเดือนก่อน

      4:24 - create the app

    • @Samji3877
      @Samji3877 7 หลายเดือนก่อน

      10:10 - setup devise and create admin homepage

    • @Samji3877
      @Samji3877 7 หลายเดือนก่อน

      22:54 - categories page

    • @Samji3877
      @Samji3877 7 หลายเดือนก่อน

      44:10 - Setting up Active Storage - adding images to categories

  • @dipusingh4239
    @dipusingh4239 ปีที่แล้ว +1

    can you please provide source code??

    • @connerjensen8170
      @connerjensen8170  ปีที่แล้ว

      Just added a link to it in the video description. Thanks for watching!

  • @barabas0077
    @barabas0077 ปีที่แล้ว +1

    omg

  • @Slyndc
    @Slyndc 2 หลายเดือนก่อน

    Vscode will be easier to follow

  • @Gaming-With-Raymond
    @Gaming-With-Raymond 5 หลายเดือนก่อน +1

    Not writing tests even after you write a ton of code gives me anxiety

    • @connerjensen8170
      @connerjensen8170  5 หลายเดือนก่อน

      Tests take a lot of extra time to write and would make the video extremely long, but I do promote testing and have other videos discussing how to write tests using RSpec. Thanks for watching!

  • @IleniaQuintero
    @IleniaQuintero 8 หลายเดือนก่อน

    Hello,
    I was looking at your video channel. We may be helping a company that uses secure images to increase supply chain security and help cloud native development. Would you be willing to help try their software, make a video, and help show devs how to use their tools?
    This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested.
    You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.

    • @connerjensen8170
      @connerjensen8170  8 หลายเดือนก่อน

      Thanks for reaching out you can contact me at conner.jensen@hey.com