What is a Meta Programmer?
9:08
Жыл бұрын
Sustainable Learning
22:49
Жыл бұрын
Do More with Less?
0:33
Жыл бұрын
A Better Way to Sort Ruby Objects
18:08
How to Debug Rails 7 with VS Code
21:04
Please mock me
5:28
2 жыл бұрын
How to Trust Again
33:49
2 жыл бұрын
Mastering the Macro Machine
19:12
2 жыл бұрын
How to Make a Gem of  a Gem
31:08
2 жыл бұрын
Пікірлер
@Ashton351
@Ashton351 Ай бұрын
I don't believe that Rails.application.config is populated at boot time, like an audience member assisted. I use ENV.fetch() in initializers so that I do learn about missing env vars at boot time.
@adrianthedev
@adrianthedev 7 ай бұрын
Great content Justin! I found myself in most of what you said; the good and the bad 😅 Thanks for summarizing speaking so well!
@ortatherox
@ortatherox 8 ай бұрын
Folks, this man knows what he's talking about.
@ortatherox
@ortatherox 8 ай бұрын
also +1 on Keynote, I only write my talks in Keynote, I've been a daily Linux user nowadays for years and always keep a mac for any talk I need to do.
@JustinSearls
@JustinSearls 8 ай бұрын
Hey, I remember meeting you at a conference in Detroit! And then that leading to me speaking at AltConf in Sand Francisco! Everyone, befriend Orta!
@jxpx777
@jxpx777 8 ай бұрын
And @@JustinSearls speaking at AltConf kind of changed the trajectory of my career… It would be a few years still before I actually joined Test Double, but his passionate insistence that improvement is possible and dogged refusal to settle for mediocrity opened the next horizon of my career growth.
@tokyochanel7267
@tokyochanel7267 8 ай бұрын
This guy really threw shots at the creator of rails 🫢
@user-yd9vf9ey7w
@user-yd9vf9ey7w 11 ай бұрын
Nice, but let's be honest - linear regression is too simple use case, one could do it in Ruby in bare math package.. And want for most of modern AI applications (especially Generative AI) you gotta use Python stack whether it's HuggingFace for LLMs or Midjourney.
@jasonbenjamin1464
@jasonbenjamin1464 10 ай бұрын
he mentioned that he intentionally used linear regression because it would be easy to talk about in a short talk like this.
@Harold046
@Harold046 11 ай бұрын
That's nice.
@townsotolo5528
@townsotolo5528 Жыл бұрын
Promo*SM 🙄
@JesmineChaudhuri
@JesmineChaudhuri Жыл бұрын
Thank you so much for this video. I am a ROR developer and I know how it feels when I am learning Python to do some AIML data science thing
@jonocodes
@jonocodes Жыл бұрын
I also learned plenty from this voting, thanks test double ❤
@TestDouble
@TestDouble Жыл бұрын
Wonderful - we’re so glad!
@kieranklaassen
@kieranklaassen Жыл бұрын
great talk ❤
@jamiemacey
@jamiemacey Жыл бұрын
I think the talk from last year that Aaron mentioned around 7:00 is kzfaq.info/get/bejne/mbh9g5xenLLNfJs.html (Japanese audio, KZfaq subtitles are pretty decent)
@HarryLlewelyn
@HarryLlewelyn Жыл бұрын
Thanks for this!
@PeterBoling
@PeterBoling Жыл бұрын
Using anonymous classes for testing modules in RSpec is extremely useful.
@BraisonsCrece
@BraisonsCrece Жыл бұрын
Very handy and powerful
@BraisonsCrece
@BraisonsCrece Жыл бұрын
Thanks for sharing. I really like this video. I'm learning english currently, and I could understand everything from you because of your pronounciation 👏😀 Interesting video as well, you have here a brand new subscriber 😂
@lucasayb
@lucasayb Жыл бұрын
Thanks for your video, really great tips!
@mikeperham7293
@mikeperham7293 Жыл бұрын
Sidekiq ❤ Standard!
@konung5
@konung5 Жыл бұрын
Great short, but you shoulf let go of your marketing director because the link to hand typed post is missing in comments or description 🤦‍♂️😀
@TestDouble
@TestDouble Жыл бұрын
That was all Justin! Always improving
@StephenHarperRaptagon
@StephenHarperRaptagon Жыл бұрын
I have no idea what you make, but I am intrigued.
@mikeperham7293
@mikeperham7293 Жыл бұрын
Unfortunate audio. 😢
@TestDouble
@TestDouble Жыл бұрын
Sorry about that. We did checks ahead but did not catch a source issue on the OBS side. We'll troubleshoot to resolve before next month's update.
@mitchhanberg
@mitchhanberg Жыл бұрын
I liked the video for you Justin.
@jeffreyprice3614
@jeffreyprice3614 Жыл бұрын
I will validate your existence. You may go to sleep now.
@pcfields
@pcfields Жыл бұрын
Thanks for sharing and I look forward to more 🎉
@chrisjohnson1381
@chrisjohnson1381 Жыл бұрын
i was looking and couldnt find it either so studying 4 other langs instead of 5! gonna go and look to see if this works for me!
@reyou7
@reyou7 Жыл бұрын
amazing into, thanks a lot!
@kirk7784
@kirk7784 Жыл бұрын
that's slick!
@dedrakendelavega8666
@dedrakendelavega8666 Жыл бұрын
Thank you for sharing this project with us Do you think this approach is way better than having a wordpress website for example?
@snwdn
@snwdn Жыл бұрын
Great talk, thank you!
@knagode85
@knagode85 2 жыл бұрын
In capybara I often check `expect { .. CLICK_SOMETHING ..}.to change { User.count }`. I run tests with quite a complex setup which should be done on Rails side prior running. I there an easy solution for those 2 things?
@tstan6827
@tstan6827 2 жыл бұрын
Thanks for making this video, I found it very insightful. Sadly, I have lived the "low-trust environment" scenario at most companies I have worked at, in my career. It seems that almost by definition, corporate life is a low-trust environment. I learned this in the late 90s working for a time and attendance company (time clocks and software). LOL. Certainly this was reaffirmed while working during the pandemic. I now work for a company that bestows an enormous amount of trust, but we consult for plenty of companies that pretty much want to control and micromanage people down to the minute. Not fun. Ultimately, these companies get to the point that their best performers end up leaving. 100% good trust and a safe environment will lead to better quality code and products, regardless of the tools or processes.
@rmcastil
@rmcastil 4 жыл бұрын
Introspective Searls starts at 56:15. ❤️ it.
@dearfrankg
@dearfrankg 4 жыл бұрын
Good job!
@GeneralSalt
@GeneralSalt 4 жыл бұрын
Awesome vid!
@AlexEmelyanov86
@AlexEmelyanov86 4 жыл бұрын
Very cool videos, so looks like Cypress is slower than Capybara then? I hope that it is make out test faster if we switched from Capybara to Cypress
@JanKlimo
@JanKlimo 4 жыл бұрын
Justin, is it possible the timeouts you're seeing at 37:40 are because Rails is attempting to precompile assets before visiting the page but can't do it on time? That would explain why running webpack dev server in test env makes things pass. We were seeing something similar in CI and fixed it by adding an asset precompile step before running the test suite. Really enjoying this screencast!
@AlexEmelyanov86
@AlexEmelyanov86 4 жыл бұрын
Yes, add something in old project always isn't easy but rails new usually helps )
@juanitofatas
@juanitofatas 4 жыл бұрын
This is amazing! Thank you for showing us.