Vectors in SQLite! (with libSQL)
16:31
SQL for fun and profit
6:13
6 ай бұрын
Struggling with Laravel + Vite
34:38
SQLite's WAL mode is fast fast
9:25
SQLite is not weakly typed!
5:56
7 ай бұрын
Offline-first, multiplayer SQLite
1:21:25
Laravel adds a new email provider
11:34
Laravel vs React
9:40
8 ай бұрын
Пікірлер
@redfernguitar
@redfernguitar Күн бұрын
You don't need an expensive docker based system to run an application just git and an apache server.
@liamwelsh5565
@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
@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.?
@officialrakma6972
@officialrakma6972 2 күн бұрын
i had no idea you could do this, i can see why people could hate it and i love it 😆
@ravipatelCTF
@ravipatelCTF 2 күн бұрын
@ravipatelCTF
@ravipatelCTF 3 күн бұрын
@akadox
@akadox 4 күн бұрын
Was notoriously surprised to see php here
@rembautimes8808
@rembautimes8808 4 күн бұрын
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
@aaliyanaslam7141
@aaliyanaslam7141 5 күн бұрын
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!
@rembautimes8808
@rembautimes8808 5 күн бұрын
I did try epic web accessing it from Malaysia and I was noticing that the site loads really really fast. Great talk 😂
@ammarismaeel3074
@ammarismaeel3074 6 күн бұрын
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
@spicybaguette7706
@spicybaguette7706 7 күн бұрын
9:50 he literally said "touch grass"😂
@spicybaguette7706
@spicybaguette7706 7 күн бұрын
So SQLite is kind of like javascript, but not quite😅
@gritcrit4385
@gritcrit4385 7 күн бұрын
I tried php in like 2009, thought it sucked for anything complicated. Boy it has developed a lot.
@rembautimes8808
@rembautimes8808 8 күн бұрын
I’ve watched this several times. Really changed my perspective of SQLite and thanks for sharing. I😂
@reed6514
@reed6514 8 күн бұрын
Database engines are CRAZY
@rihulfaakbar2261
@rihulfaakbar2261 9 күн бұрын
Does your eyes not hurt with white background?
@ccs4321
@ccs4321 9 күн бұрын
Wal mode is 10 time faster but not data secure
@jimpannell2035
@jimpannell2035 10 күн бұрын
This was great and extremely useful. Oh, and you're not an idiot.
@samson4504
@samson4504 10 күн бұрын
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.
@glitchinLife
@glitchinLife 11 күн бұрын
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 ❤
@davidhamilton9871
@davidhamilton9871 11 күн бұрын
I’m stuck using react for a while longer but I can’t wait to go into this.
@DynamicalisBlue
@DynamicalisBlue 13 күн бұрын
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_theplayer01
@danser_theplayer01 14 күн бұрын
How is he just opening.sql files and running them in like a shell or something?
@ashishkolarkar8448
@ashishkolarkar8448 14 күн бұрын
Great video. So inspiring. Started learning Linux @56.😊
@jessewonderclark
@jessewonderclark 16 күн бұрын
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.
@aavolon
@aavolon 16 күн бұрын
you are my programmer
@patricknelson
@patricknelson 19 күн бұрын
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_
@Lingon_ 19 күн бұрын
"PHP sucks" said the javascript developer. PHP rules
@friendly__drone9352
@friendly__drone9352 20 күн бұрын
Love your content Aaron and it was fun seeing you on Jason's 4 Devs challenge!!
@eliaspereirah
@eliaspereirah 20 күн бұрын
How does Typesense compare to Solr?
@aTTaX420
@aTTaX420 21 күн бұрын
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
@lifexoxo
@lifexoxo 21 күн бұрын
kzbin.info/www/bejne/l6LZd5djp9yGr7s
@hoblon
@hoblon 21 күн бұрын
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-p7b
@KeatonRobinson-p7b 25 күн бұрын
$179 for the course is actually insane
@kriansa
@kriansa 25 күн бұрын
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ф
@НиколайСластенин-в3ф 27 күн бұрын
Thanks a lot! You're a good storyteller.
@GDEVELOPER0
@GDEVELOPER0 27 күн бұрын
Aaron you're awesome. I have to admit All love from Gaza. you made my day (ditching the conflict we have rn)
@nukeman444
@nukeman444 29 күн бұрын
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.
@goldentapfumachimusinde232
@goldentapfumachimusinde232 29 күн бұрын
Thank you, This solves a lot of issues in my use case. THANK YOU 😊
@wormy_coder
@wormy_coder Ай бұрын
Helpful video keep it up❤️❤️
@esdev
@esdev Ай бұрын
What's font used here
@askingwhy123
@askingwhy123 Ай бұрын
For the algo. You're goid at this KZbin stuff 😂
@zeal514
@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
@renatolovato Ай бұрын
In other words, DHH is all about simplicity and efficiency.
@Yoshua-Robinson
@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
@cookiebinary Ай бұрын
After watching this video, I don't see anything anymore. All white overexposure everywhere. :D
@DevenSitapara
@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
@domidev99 Ай бұрын
Next time talk about PHP security or vulnerability! Keep up the extraordinary pods!
@abishektamilan9733
@abishektamilan9733 Ай бұрын
We need a tool for vanilla php like livewire