You don't need an expensive docker based system to run an application just git and an apache server.
@liamwelsh5565Күн бұрын
I don't understand how PHP got so much hate. Before ES6, JS was just as bad as PHP. Both languages have evolved over time and gotten much better. People seem to be willfully ignorant about the evolution of PHP and assume it's the same as it was 10 years ago.
@damilolaolowookere7658Күн бұрын
Hey Aaron, kinda lost at kzbin.info/www/bejne/mqWUkpelbtx9n5o How do you get markdown rendering by literally doing `@include(...)` without anything like Str::markdown(...) etc.?
@officialrakma69722 күн бұрын
i had no idea you could do this, i can see why people could hate it and i love it 😆
@ravipatelCTF2 күн бұрын
❤
@ravipatelCTF3 күн бұрын
❤
@akadox4 күн бұрын
Was notoriously surprised to see php here
@rembautimes88084 күн бұрын
Wafris is an excellent name. Anybody in cybersecurity knows it is referring to a web application firewall. Great that it’s open source hope to use it soon
@aaliyanaslam71415 күн бұрын
Great video! As a full-stack Laravel developer specializing in creating APIs and scalable solutions, I found this technique really useful. I’ve implemented similar methods for my clients, and they’ve seen amazing results. If anyone here needs help with Laravel development or custom API creation, feel free to connect!
@rembautimes88085 күн бұрын
I did try epic web accessing it from Malaysia and I was noticing that the site loads really really fast. Great talk 😂
@ammarismaeel30746 күн бұрын
Yes PHP is becoming great, the PHP guys are making a lot of effort in copying and pasting from c# It's basically C# with a PHP sticker on it
@spicybaguette77067 күн бұрын
9:50 he literally said "touch grass"😂
@spicybaguette77067 күн бұрын
So SQLite is kind of like javascript, but not quite😅
@gritcrit43857 күн бұрын
I tried php in like 2009, thought it sucked for anything complicated. Boy it has developed a lot.
@rembautimes88088 күн бұрын
I’ve watched this several times. Really changed my perspective of SQLite and thanks for sharing. I😂
@reed65148 күн бұрын
Database engines are CRAZY
@rihulfaakbar22619 күн бұрын
Does your eyes not hurt with white background?
@ccs43219 күн бұрын
Wal mode is 10 time faster but not data secure
@jimpannell203510 күн бұрын
This was great and extremely useful. Oh, and you're not an idiot.
@samson450410 күн бұрын
I'm a python developer but the way you are explaining stuff I would be happy to learn full laravel course from you ; full video course on laravel.
@glitchinLife11 күн бұрын
You have no idea how frustrating that inverted sign of the tz was the first time I found it, funny enough the same issue can be found when using the TZ in POSIX shell. You explained it perfectly, hopefully no one else will struggle with it ❤
@davidhamilton987111 күн бұрын
I’m stuck using react for a while longer but I can’t wait to go into this.
@DynamicalisBlue13 күн бұрын
I never really bothered with PHP until I saw a recent video on it. After watching this, PHP is much better than I ever knew. I would say it’s fairly similar to C#. I can’t believe this got replaced by JS.
@danser_theplayer0114 күн бұрын
How is he just opening.sql files and running them in like a shell or something?
@ashishkolarkar844814 күн бұрын
Great video. So inspiring. Started learning Linux @56.😊
@jessewonderclark16 күн бұрын
I have been trying to get Cody to work in VSCode and I'm not a genius but I'm not a noob and it will only tell me about one folder and only tell me about a single file in that folder at a time. It seems like magic when you use it and it seems like an imbecile when I use it. Every time I try to ask Claude how to fix this it tells me to click interface things that aren't there.
@aavolon16 күн бұрын
you are my programmer
@patricknelson19 күн бұрын
It _is_ crazy. I freakin' love it. Obviously not for all use cases, but it's great to have these sorts of options. Also: SQLite has proven to be pretty awesome, all things considered.
@Lingon_19 күн бұрын
"PHP sucks" said the javascript developer. PHP rules
@friendly__drone935220 күн бұрын
Love your content Aaron and it was fun seeing you on Jason's 4 Devs challenge!!
@eliaspereirah20 күн бұрын
How does Typesense compare to Solr?
@aTTaX42021 күн бұрын
you have to explain to me: how can someone not like docker? It solves so many problems about deployment and dependencies that i really wonder why you dont like it :D
@lifexoxo21 күн бұрын
kzbin.info/www/bejne/l6LZd5djp9yGr7s
@hoblon21 күн бұрын
Why not to use local ollama for embeddings? It is free and you could run it once for a new article without any SaaS.
@KeatonRobinson-p7b25 күн бұрын
$179 for the course is actually insane
@kriansa25 күн бұрын
This is a great tip, I would just add a small gotcha. Although this works perfectly in single threaded contexts, it won't work well in multi-threaded situations and you will need some sort of synchronization to prevent TOCTOU (time of check to time of use) from biting you.
@НиколайСластенин-в3ф27 күн бұрын
Thanks a lot! You're a good storyteller.
@GDEVELOPER027 күн бұрын
Aaron you're awesome. I have to admit All love from Gaza. you made my day (ditching the conflict we have rn)
@nukeman44429 күн бұрын
As a Micro$oft shop .net developer for 20 years, this video showcasing Laravel with livewire clinched it for me and I already have MVC experience plus php.
@goldentapfumachimusinde23229 күн бұрын
Thank you, This solves a lot of issues in my use case. THANK YOU 😊
@wormy_coderАй бұрын
Helpful video keep it up❤️❤️
@esdevАй бұрын
What's font used here
@askingwhy123Ай бұрын
For the algo. You're goid at this KZbin stuff 😂
@zeal514Ай бұрын
I'm excited to learn laravel. It was only a few years ago that 8 thought coding was literally putting in hex codes in a file, and seeing if it did anything. Meanwhile I would be modifying files and configs and writing scripts all the time lol... Hell, I didn't even fully understand what a framework was until last night. I was planning to build a website, and I'm like "well I guess I'll use docker, mariadb, nginx, I'd like to use PHP... Hmmm". Than boom it hit me, a framework is literally a collection of tools centered around a language... Bruh. Even better, I installed laravel sail, and holy shit, it's literally a docker compose, with a alias set up to a file, that is a simple cli tool. Even better, simply looking at the code, I knew exactly what it was doing, I understood it!!! Very exciting stuff. Can't wait to write a basic website this week, gonna stick to just laravel and PHP for my needs. But I'm gonna learn JS too.
@renatolovatoАй бұрын
In other words, DHH is all about simplicity and efficiency.
@Yoshua-RobinsonАй бұрын
DHH is truly an amazing guy. He does not stop surprising me in every podcast and interview I see from him. The world would be better if other companies and people would be like DHH and 37signals.
@cookiebinaryАй бұрын
After watching this video, I don't see anything anymore. All white overexposure everywhere. :D
@DevenSitaparaАй бұрын
I have 13+ years of experience in PHP but was inclined to mern and python since last 4-5 years but now after seeing lots of Laravel progress I am thinking to switching back to Laravel Thanks Aron!
@domidev99Ай бұрын
Next time talk about PHP security or vulnerability! Keep up the extraordinary pods!