I Built the Same App in ALL Versions of PHP (1995-2025)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

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

  • @CodingWithLewis
    @CodingWithLewis  หลายเดือนก่อน +297

    Hate to break it to everyone. I actually am 60 years old and do heavy editing to make myself look young.

    • @Cyber_Gas
      @Cyber_Gas หลายเดือนก่อน +17

      I knew you were old but i thought you are 90 year old with makeup

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

      i always knew you were ai

    • @Someone-uq9gi
      @Someone-uq9gi หลายเดือนก่อน +3

      Great video🔥🔥🔥
      I would love to see the same video idea but for other languages like JavaScript, Python etc

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

      I knew it, Take care of your health OLD MAN 👴🏽

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

      Could this be the reason why your videos come a bit late 🤔 hmm

  • @tropicalbottle
    @tropicalbottle หลายเดือนก่อน +205

    I was a little disappointed to see that the video wasn't really about 'making the same project in every version of PHP' as the title mention (in French anyway), but I really enjoyed the little history of PHP as if we lived it at the same time as you in ten minutes !

    • @CodingWithLewis
      @CodingWithLewis  หลายเดือนก่อน +34

      Apologies! The apps I made in each section were real apps and I tried to implement each of the new features into it as I explained what they did. Perhaps a more in depth video on my second channel would be better :)

  • @PythonProgrammmer
    @PythonProgrammmer หลายเดือนก่อน +100

    4:06 - "It doesn't release for another 6 years... But they decided to sponsor this long video im making" 😅😂

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

    I loved the part where you "Build the Same App in ALL Versions of PHP (1995-2025)"

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

    It's currently 6 am and I pulled an all nighter was about to go to sleep but then saw this video and had to watch it because if i were to ignore it the algorithm might think its a bad video but i think its perfect.

  • @TehKisuka
    @TehKisuka หลายเดือนก่อน +39

    people who hate on php haven't developed anything with php since ver 4.

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

      I worked with PHP 5 and it sucks...

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

      Admittedly have not used PHP since PHP5, and when I got out of using it is right around the time that frameworks started picking up popularity so maybe this has improved but by issue with PHP has always been primarily the lack of structure that makes bad code really prevalent, further the language doesn't just make writing bad (or in some cases insecure) code easy, but it actively makes it more difficult to do the right things (as mentioned haven't touched PHP in over a decade but the way SQL access works springs to mind).

    • @adhamfouad68
      @adhamfouad68 16 วันที่ผ่านมา

      ​@@AlexeiDimitriit's a lot different now

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

    This was such a fun throwback and learning experience all in one! Killer editing 🔥

  • @gibaogibaogibao
    @gibaogibaogibao หลายเดือนก่อน +56

    I liked this style of video. Keep up the good work!

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

    This was a GREAT video Lewis! I did not know much about PHP and this was a great intro and summary, and entertaining! Thanks for sharing dude! Good work

  • @zellione1337
    @zellione1337 หลายเดือนก่อน +31

    Talking about laravel but not Symfony makes me a little sad. SInce Laravel is just riding Symfony framework components. Also composer was not new with PHP7, I already used it a lot during the PHP5.5 or PHP5.6 era.

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

      You're right, I just commented about it before reading your comment.

  • @AZisk
    @AZisk หลายเดือนก่อน +53

    Nice 1995 recreation. is that a CRT?

  • @MyOwnPufferFish
    @MyOwnPufferFish หลายเดือนก่อน +13

    My man did Symfony dirty, hell Laravel itself started out as mostly symfony parts with extra bells and whistles

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

      That’s not true. Laravel has not, for the most part, exposed any Symfony APIs. There are a few exceptions here and there, but generally you only work with Laravel’s namespace and APIs. And most of their components, even back in 5.0 days, do not use Symfony counterparts.

  • @josh.manders
    @josh.manders หลายเดือนก่อน +3

    Wow, as someone who learned and started writing PHP back in 2001, you took me down memory lane. This was a well made video. Here's my subscribe.

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

    Great Lewis! 😁
    I realize that I have a lot to learn, but thanks a lot for this video.
    Blessings from Venezuela and Happy New Year.

  • @solveit1304
    @solveit1304 หลายเดือนก่อน +14

    I'm PHP developer since 2016. PHP5 hate is justified, Wordpress made that and you're right 100%. That's interview breaker for me. We upgrade huge production code base from ~10 years from PHP 5 to PHP 8 just month ago and it take full year. Using JIT only we go from 14 servers ~20% CPU to 6 servers ~5%. Response times goes sometimes from 500ms to 50ms. Crazy! Typing is huge deal, all new features are nice and make less boilerplate.

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

      🤔 I think you measured something wrong with JIT. It shouldn’t give that massive of a bump for real world apps.

    • @MYodN-r3u
      @MYodN-r3u หลายเดือนก่อน

      @@Smaylik03 maybe he meant opcache…

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

      That's insane!

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

      ​@@Smaylik03it's not just JIT, as stated in the video, there were lots of other performance improvements in PHP since version 5. And maybe they optimized some code of the website too.

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

      @@ivanjelenic5627 Could be, but they worded it as if this improvement came from JIT alone: “using JIT ONLY”

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

    before the rise of Laravel, around 2011-15-ish, it was CodeIgniter/Kohana enjoying the PHP framework throne. oh, and dont forget Drupal as well.

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

      Drupal, ewww, wouldn't touch it with a 10 foot pole.

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

    Great job man… I’ve been programming in PHP since version 3. You really captured what it felt like back then. Too funny!

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

    i have a nostalgia with php
    and i still love it...its cool
    and ur video is top notch

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

    video's like this are why i love youtube.
    Thank you Storm who sponsored this video.

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

    PHP was my first programming language, so it will always have a special place in my heart. ❤

  • @50secs
    @50secs หลายเดือนก่อน +4

    Wasn't expecting 90's vibe with it. Huge like!

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

    You gained an instant Subscriber. Thanks for loving the great language PHP

  • @aidrecabrera7
    @aidrecabrera7 หลายเดือนก่อน +19

    Do this for all programming language :) I love how this lets me see the things I missed out on and could've experience back then when I was much, much younger. Why does this video make me nostalgic for some weird reason?

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

    Love the concept of comparing different versions of languages.

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

    Great video! Love how you styled each website to match the trends at the time (90s websites... 🤢).
    I started moving back to PHP within the past year after finding out it's not a monstrosity anymore. Last time I touched it was around PHP 4 or 5 and it left me with a lot of trauma lol. I do wish they'd fix the inconsistent underscore / param order like you mentioned. Other than that though, it feels like it's done a complete 180. It's doesn't feel terrible to use anymore, and I think Laravel will help it rise back to popularity (hopefully). I'm not a fan of React / Next, even though they're popular, and have really enjoyed using Laravel, especially since it's pretty similar to Rails which I also love.

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

    This is absolutely fantastic. I loved learning about this tiny language. Thank you for helping out the small, unknown, languages like this!

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

      Hopefully you make some videos in the future about this little language someday!

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

      its not tiny wtf

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

      ​@@jordixboy woosh

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

    I've been using PHP since 4 was recently released but 3 was still widely used.

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

    Been waiting a long time for this video to drop

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

    Great idea, this is a new fun format.

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

    i love your editing skills

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

    Incredibly fun to watch and I recognize and remember much of this from before. Awesome! ❤

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

    My guy Lewis never fails to provide, respect to him. I'm leaving this to anyone scrolling through the comments section to sub to him

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

    Love this style of video! It would be cool to see this same style for other programming languages. Looking forward to your next video's!

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

    It took 10 years, but I see that that moustache finally starting to coming through

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

    Highclass vid bro you dropped it thanks

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

    A single tear drops down my cheek for Perl. 2:02

  • @smiley2827
    @smiley2827 26 วันที่ผ่านมา

    I missed Symfony, but it was fun to watch, thanks.

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

    Love the content, editing and you matching the theme, please do similar for other languages as well ❤

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

      What other language should I do? 🤔

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

      @@CodingWithLewis another controversial language 😅, javascript came to my mind

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

    I enjoyed this so so so much, thanks Lewis! 😅❤

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

    I started with PHP 5 and was pretty good with it. But then everybody started to hate PHP and had to stop.
    I think I'll give 8 a try just for fun, even when I have a lot of new stuff to learn, seems like a whole new paradigm.

  • @uplink-on-yt
    @uplink-on-yt หลายเดือนก่อน +4

    Me, a Symfony guy: what, no mention of Symfony? That thing needs to be more popular.

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

    Very very nice video ❤ You don't actually need Laravel, with php you can quickly build anything without any Library or Framework. It's also very good for learning in schools. People may hate it, but I also hate python because i never worked with it 😅

  • @SimoneRicco-ko7or
    @SimoneRicco-ko7or หลายเดือนก่อน +1

    Finally some justice for my friend PHP, everyone mistreats him 😞

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

    If I had a nickel for every time I worked on a PHP project that was stuck on an older version of PHP and couldn't be upgraded for one reason or another, I would have two nickels. Which isn't a lot but its weird that it happened twice.

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

      more nickels than needed!

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

      Not too bad. I upgraded about 20 apps using php code sniffer/php compatibility. It wasn't too hard to do with xdebug. Even some extensions that were abandoned weren't that hard to upgrade.

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

    Wow, this video is 30 years in the making

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

    I love your video 💖💖 and your style ✨..

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

    Wow! Lewis aged at least 70 years in 3 decades! Great job!
    ;)

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

    We do not talk about PHP 6

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

    That was a quick timelapse video. Noice 😂

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

    Classes were introduced in PHP 4, not 3. And full on OOP was introduced in PHP 5.

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

    PHP 8 looks like Bash had a child with C#

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

    omg I had so much fun hearing the translation to Portuguese in this video 😂

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

    You're talking about Laravel, but what about Symfony? I think it is more important than any other framework in the PHP community.
    I think nowadays every modern project (and not so modern) has at least one or two Symfony components thanks to their architecture. Even Laravel uses a lot of components from Symfony.
    So why not mention it? Give some credit to the Symfony team, I think.

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

    0:52 - "So it's a couple of years later..." 😅😂

  • @BionicPixelShader
    @BionicPixelShader 25 วันที่ผ่านมา

    Cool Project lifetime display. im undergoing a refactor from 5.4 to 8.4 and this is useful.

  • @ataru-music
    @ataru-music หลายเดือนก่อน

    PHP, jQuery, WordPress ... nice combo.

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

    PHP is to developers what No Man's Sky is to gamers...

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

    Hi Lewis! I now work as a junior PHP developer. In work we use Nette framework, but I used Laravel with Inertia and Vue and loved it. Do you think that PHP is a future? Should I learn more of it or should I switch to something else in the future? Thanks! Greetings from Czechia

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

      In my personal opinion, PHP is not going anywhere, PHP excels at creating web applications using the HTTP protocol, I would recommend you to complement your skills with Python, Javascript/Typescript and C#/Java, and of course, continue learning PHP! This language has helped me to build my last 2 startups and the performance and DX is amazing! I use the other languages I mentioned too heavily (microservices, specific features like live chat using websockets)

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

      @som5698743 thanks for your opinion! I was thinking about Golang too

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

      ​@@vojtakoubek5957Solid language too! If you learn PHP, Go, JS you can create basically anything hahahaha, just if you want to dive into ML from scratch, I'd recommend you to learn python at least

  • @AppleAndPear18
    @AppleAndPear18 23 ชั่วโมงที่ผ่านมา

    I started PHP programming from v3 👋

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

    Er. Classes were added in PHP 4 not 3. And register globals is long so we removed. And composer came out around PHP 5.3, shortly after Symfony. Laravel was a late comer to frameworks, and is actually a pretty awful framework.
    Fun vid, but the research needs work.

  • @blazed-space
    @blazed-space หลายเดือนก่อน

    Went down a similar path but I chose Fuel instead of Laravel. Between 5.6 and 7, Laravel kept growing and Fuel straight up died. Absolutely soured my opinion of PHP, plus Node.js allowed me to write JavaScript in frontend+backend, which was much more cross compatible than writing PHP and JS. Now I write 0% PHP and 100% TypeScript/JavaScript.

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

    Best programming language in the world ❤

  • @JayeshMotwani
    @JayeshMotwani 21 วันที่ผ่านมา

    ahh! Felt so good about myself after watching this video. But I do have one question, what are your thoughts of learning something new along with PHP. Like job descriptions nowadays require PHP with node or react? Because js is something which is so difficult for me to understand sometimes.

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

    I don't forget how ASP where limited compared to PHP.

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

    I never like having to prefix variable names with a dollar sign.

  • @albaiproducer
    @albaiproducer 29 วันที่ผ่านมา

    Hi lewis! Ive been having a problem with the youtube bot you made but nobody seems to help me, thats why I decided to comment to you in hope for a response. My error is: Something went wrong with making the screenshots!

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

    PHP's biggest mistake is waiting this long to update to the good stuff.

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

    Drinking game: take a shot every time "Laravel" is mentioned.

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

    Bro forgot “cakephp”, “symfony” ect ect ect

  • @Luis-oi5lb
    @Luis-oi5lb หลายเดือนก่อน

    Pretty good video, but something i miss is that you only showcase laravel instead of showing well integrated alternatives e.g. symfony which is used in Shopware, Pimcore, Spryker, magneto and many more

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

    PHP 3 was real PHP

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

    Wah keren broo

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

    is ruby good? objectively?
    Wasm is good. GL with that :D

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

    I somehow don't think enterprise Java was a thing in 1995, the year it released.

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

    👍👍

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

    Did I just watch a movie?

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

    Now try to make the same app in C++ :)

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

    If php has without reloading functionality all js frameworks will die

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

    Is the german translation of the video description on purpose?

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

    2:02 did they have double quote interpolation back then?

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

    TIL that PhpStorm is as old as Php

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

    i am really sorry for saying this, but this was way too fast, you didnt explain the app you are building code-wise at all, i get a lot of the references, but this feels so rushed in an 11:30(content wise) video
    you push the slides way too fast too, you cant take a breath from what you are saying and describing at all i feel like
    and i dont see anything i learned now from what made the differences, i didnt see a single chunk of the first few versions..
    i love your vids usually but you are kind of too fast in this one

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

      No need to apologize! Appreciate the feedback :) I’m always trying to find the balance between entertainment and informative. I’m thinking next time I try this concept I’ll go a bit slower.

  • @HardbassTV.
    @HardbassTV. หลายเดือนก่อน +2

    Why is 6.0 skipped

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

      We do not talk about PHP 6.0.

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

      @yezperdk why? I used it in an old project

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

    0:39 Shane Gillis look alike

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

    it's an ad for laravel or what ?
    php is not only about laravel thses days you know ?

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

    I may be a little uneducated but what is a good uh vps hosting

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

    Where is a good place to learn php and laravel ?

  • @ahmx3473
    @ahmx3473 20 วันที่ผ่านมา

    hello lewis

    • @ahmx3473
      @ahmx3473 20 วันที่ผ่านมา

      …….

    • @ahmx3473
      @ahmx3473 20 วันที่ผ่านมา

      I got some crazy ideas right now. I’m researching through my university. I’m a hit you up when my startup is live and active. I need people like you with your experience. Trust me it’s gonna be magic. 😂

  • @natureless1
    @natureless1 หลายเดือนก่อน +36

    Php stands for please help please

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

      PLEASE

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

      actually:
      Php
      Hates
      Programmers

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

      php stands for
      pMURDER
      hTHIS
      pLANGUAGE

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

    why web tech has to be so bad, maybe because there's not much options.

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

    Shame you highlight Laravel and Eloquent, it's horrendous to work with. Would've been more interesting to highlight Symfony.

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

    PHP is great until you have 600 users, then you're entering scaling territory as opposed to using something like node which you probably wont need to scale until 10k users. Costs matter.

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

      I once developed a Websocket-based application using PHP7 with Swoole extension (before the OpenSwoole fork) which is Node-like server applications but in PHP. It was crazy fast (we are talking about single digit nanosecond response times, the network latency slowed it more down than the application itself) and it handled 10k concurrent people on a single (admittedly very beefy) server. It was the project being stopped, otherwise I would have implemented huge performance improvements and a horizontally scalable architecture which would have been able to handle many more people, even the less optimized application was with the 10k people at only 50% CPU and still incredibly responsive. The frontend JS was handled by CDN, so I did not need to care much about that, only about the Websocket Code that it won't DDoS the PHP part in case of a mass reconnect, everything else was handled by others.

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

      @ yeah and with things like roadrunner and stuff, there’s no denying that PHP can’t be quicker, but it’s nothing compared to what’s achievable in things like Node, golang or Rust, so why not just choose a more performant language to begin with? I mean, has anyone ever got good performance from using Laravel? Which is mostly what PHP apps these days are written with. I implemented an online casino backend in Laravel, we lit had to switch to NestJS because the performance was that bad, the code profile showed that the majority of the time spent during the execution was actually in booting the framework, and that was even true using Laravel Octane. I would never develop another application in PHP/Laravel.

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

      @@kieronwiltshire1701Yeah, if I would have had more time, I would have used something like Rust or Go, it was mainly the lack of time and the team being most experienced in PHP that I went with that solution. I also have to agree, frameworks help in general but in most cases come with huge loading time cost.

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

    30 years in the making 😅

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

    ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

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

    hi, it's sad that you showed so much of the toy box that's Laravel, and not the real PHP framework, that's Symfony. laravel is so so bad. the only thing it has it's a very aggressive marketing

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

    Everything widely used is hated

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

    Why

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

    Solv blank sudoku in 4-5 mintues i can can u
    Toughest puzzle
    Using logic

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

    Will php die with Taylor?

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

    Hey did you do me on discord I might have a scam