Building a Dynamic Layout in React
44:37
Build a QR Code Generator in Ruby
12:16
Example of How to Build a Vim Macro
6:07
Пікірлер
@oluwaseyioyedeji
@oluwaseyioyedeji Күн бұрын
Okay this was explained better than the sites i've been reading from. Thank you!!!
@GloriaHogan-j5h
@GloriaHogan-j5h 2 күн бұрын
This video made a complicated subject easy to understand!
@ErnestOrtega-c2i
@ErnestOrtega-c2i 2 күн бұрын
You explain tough subjects in such a simple way.
@ZillionFundz
@ZillionFundz 6 күн бұрын
Please what if I want a bunch of followers for myself, how do I do that? I mean to ask what if I want a number of users to follow me, please how do I implement that?
@self-purpose
@self-purpose 26 күн бұрын
AS a solo developer making small sas projects I find vanilla JS is best for me.I hate depending on 3rd party libraries, I already depend on the language itself.The benefit of frameworks comes with double disadvantages, what happens when react is no longer maintained and there's a new kid on the block, you move everything? I hate when people say "you don't need to understand what happens behind the scenes" of course you do , are you a real programmer or a dork
@ratatskr
@ratatskr Ай бұрын
i don't know why but many people I have seen just don't tell us that the align-content only works after flex warp is applied that's why both align-content and align-items feels so confusing
@saltech2024
@saltech2024 Ай бұрын
The thumbnail made me to click your video and you gained from me by like, comment and sub Thanks Others have to learn that the thumbnail speaks a lot
@ride022
@ride022 Ай бұрын
short and sweet.. def atm(total, denominations) raw_data = denominations.inject({}) do |hash, denomination| arr = total.divmod(denomination) hash[denomination] = arr[0] total = arr[1] hash end end
@ZenoKoninckx04
@ZenoKoninckx04 2 ай бұрын
You probably won't read this anymore, but I was struggling so hard understanding this exercise. Your 7 year old video gave me a clear knowledge and understanding of this exercise. Thank you so much!
@basharfocke
@basharfocke 2 ай бұрын
very good tutorial for those who has his template
@marcostrevinorodriguez1254
@marcostrevinorodriguez1254 2 ай бұрын
Ran with an issue about the spaces in between the class name, fixed them by adding points instead of spaces to separate each one of them. Great video man.
@apehendurance1776
@apehendurance1776 2 ай бұрын
Thank you. 😊finally
@KehindeAkinnawo-tl8mf
@KehindeAkinnawo-tl8mf 2 ай бұрын
@edutechional Greetings, I hope this message finds you well. I would like to know if you are available for a brief call to discuss the possibility of enhancing the reach of your Udemy course. Our goal is to explore strategies for boosting student enrollment, increasing sales, and fostering positive reviews. Thank you for considering this opportunity. I look forward to your response. Best regards,
@tocafenrir9462
@tocafenrir9462 2 ай бұрын
best video, 6 years and the only one that really helped
@learnerkp2811
@learnerkp2811 3 ай бұрын
i have postgress installed in different instance/server, how to set pg_config?
@carlajoylabistetorreon8194
@carlajoylabistetorreon8194 3 ай бұрын
Thank You <3
@mathsclassesbyomsir5092
@mathsclassesbyomsir5092 3 ай бұрын
Hare Krishna hare Krishna Krishna Krishna hare hare Hare ram hare ram ram ram hare hare
@danielefe3773
@danielefe3773 3 ай бұрын
thanks but how then do react send data to the rails backend passing the auth token as header, then rails checks if the token is validated
@shadowrebels1623
@shadowrebels1623 3 ай бұрын
perfect !
@Salamaleikum80
@Salamaleikum80 3 ай бұрын
Does update fire when you are interacting with the dom or when data changes within the component?
@sakkurugyanavi
@sakkurugyanavi 4 ай бұрын
sir im getting submit error can you please respond quickly???tomorrow i have submission AxiosError {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest, …}
@sakkurugyanavi
@sakkurugyanavi 4 ай бұрын
hello i got this error TypeError no implicit conversion of Integer into String Extracted source (around line #1611): MIGRATOR_SALT = 2053462845 def generate_migrator_advisory_lock_id db_name_hash = Zlib.crc32(connection.current_database) MIGRATOR_SALT * db_name_hash end end
@tuningsystems83
@tuningsystems83 4 ай бұрын
Estuve siguiendo este tutorial ya que lo encontré interesante y adaptado a lo que me gustaría hacer, sin embargo al momento de realizar el curl se genera un error y no consigo como solucionarlo para continuar. probé con una app tipo API, con una normal tal como la que se uso en el video e incluso agregando algunas lineas que sugieren mas abajo en los comentarios. nada de esto resulto, quizás la versión de rails actual ya no soporte este método de autenticación, o simplemente es algo muy avanzado para un principiante en rails. P etición: curl --header "Content-Type: aplication/json" --request POST --data '{"user": {"email": "[email protected]", "password": "1234"}}' localhost:3000/sessions Respuesta: Started POST "/sessions" for 127.0.0.1 at 2024-05-17 13:39:41 -0400 Processing by SessionsController#create as */* Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 563) NoMethodError (undefined method `[]' for nil): app/controllers/sessions_controller.rb:4:in `create'
@IbrahimGaming-ye8vw
@IbrahimGaming-ye8vw 4 ай бұрын
Congratulations. You got the world record for worst tutorial on earth. This didn't do anything but reset my kali linux completely and made me download again from scratch and lose all my important stuff. Disliked and reported.
@misterhtmlcss
@misterhtmlcss 4 ай бұрын
Ok I have another thought. Btw I really like videos like this that cover the main concept really well and it's easy to internalize AND leave places for the brain to go when watching it to explore. So my next question is should 'total' be a value we pass into Invoice? I'm wondering if it would be a calculated value IRL. PS. In case this isn't clear I'm not knocking the author. I love that he didn't over explain and love that he did some a great base that these kinds of questions can be asked and discussed. For me this is how I really grapple with topics and I hope others feel the same and I get some comments that can turn into a discussion.
@misterhtmlcss
@misterhtmlcss 4 ай бұрын
Am I being a bad actor by nit picking and thinking I feel like all the 'details' information should be in a InvoiceMailer class? So that way as you have different invoice email types, late invoice, reminder invoice, etc you have the messages in there and not in Invoice. I don't want to de-rail the discussion (it's 7 years old so good luck) but just wondering if that's really the end goal if it was a real project? Also super appreciate the hard work the author and other Ruby and Rails devs put into the world of programming long before other frameworks.
@ElijahS-y2k
@ElijahS-y2k 4 ай бұрын
thank you!
@ElijahS-y2k
@ElijahS-y2k 4 ай бұрын
it's not working
@MoonKnight-ej5ol
@MoonKnight-ej5ol 4 ай бұрын
Is there a way I can make this process happen without opening the page. Earlier I had a similar situation I wanted to fill data in some input fields and it was the same data for every page so I made a chrome extension that targeted those specific fields and filled them with a single click on the extension popup page.(It would help even more if I didn't even have to open the browser)
@PvrYoutube
@PvrYoutube 4 ай бұрын
How to run the script outside of the browser
@Chrisymcmb
@Chrisymcmb 5 ай бұрын
Great example!
@dznRefuse
@dznRefuse 5 ай бұрын
and now do it for drop down menues
@randomeTalk
@randomeTalk 5 ай бұрын
Thanks man, it was really heplful
@roshanbajgain7045
@roshanbajgain7045 5 ай бұрын
Everyone who is facing the problem "when the user is logged the status is false everytime" to solve this issue please search "chrome://flags"> SameSite > and Disabled it then relaunch to apply the changes and the problem will be solved.
@randomeTalk
@randomeTalk 5 ай бұрын
I am facing the CORS policy issue, can you help with this?
@roshanbajgain7045
@roshanbajgain7045 5 ай бұрын
when I am working on the registration then it says that" 500 internal server error" when try to register. It throw error in console. What are the ways it can be fixed.
@instantopera
@instantopera 6 ай бұрын
What is the gem (if it is just not vim?) that displays the output of your code line by line as command when you execute ? Looks very handy :) Cheers and thanks for your video
@ericdango2583
@ericdango2583 6 ай бұрын
Thank you sir, is it possible to make this an extension
@ishmaelroots654
@ishmaelroots654 21 сағат бұрын
Total noob here, it ought to be possible. I only say so because training websites like Scrimba teach you how to turn JS into extensions
@mukeet
@mukeet 6 ай бұрын
When was the last time you used mouse…
@kalyanbabu5649
@kalyanbabu5649 6 ай бұрын
Sir please tell me, how to convert gem files to mp4 files
@nemss5366
@nemss5366 6 ай бұрын
bro ? can use UseParams on a class component ? above render method ?
@johnygargano8054
@johnygargano8054 7 ай бұрын
thank you
@cherukukishore3568
@cherukukishore3568 7 ай бұрын
Why it is failing for the followinf array arr = [1, 2, 3, 1, 1, 4, 4, 10, 11, 5, 10], it is returning [1, 1, 4, 10]
@cherukukishore3568
@cherukukishore3568 7 ай бұрын
str.scan(/\w+/).reverse.join(" ")
@cherukukishore3568
@cherukukishore3568 7 ай бұрын
string.map {|i| i.scan(/\d+/) }.flatten
@cherukukishore3568
@cherukukishore3568 7 ай бұрын
Why don't we like the below? `def atm total, denominations data = denominations.inject({}) do |hash, value| calc = total.divmod(value) hash[value] = calc.first total = calc.last hash end end`
@maiwei
@maiwei 7 ай бұрын
So I just finished Codecademy's first part in Object-oriented programming, and it had me create a Computer class to add users. As an extra challenge, it asks to add a feature to delete users. Would that method be done as a separate class? Would I simply make a def method outside of the Computer class in order to delete users?
@fredericklane745
@fredericklane745 7 ай бұрын
What if I want to show 2x projects on 1 Kanban board?
@l.j.2917
@l.j.2917 7 ай бұрын
And this will only work if I have Java Script installed right?
@mann_36
@mann_36 6 ай бұрын
no
@jorgeramos7336
@jorgeramos7336 7 ай бұрын
Thank you so much for this, I truly believe I can get to where I'm trying to but have had no luck so far looking getting more info. I have a smiliar task but mine conssists in two key diferences. 1. I need to do a series of consecutive actions each of which, depend on the value or result from the previous action. Said result most of the time happens to be an dynamic element of the same browser. 2. I need to run the script on multiple browser tabs, none of which are interdependent with one another. I already have a concept map of each command. Is there any source you I could look into for this?