Would I still use PHP in 2023?

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии •

  • @jamessullenriot
    @jamessullenriot Год назад +174

    I "left" PHP in 2016/17 for the react/node hype train. It was cool at first but after dealing with multiple frameworks and package.json nonsense and then huge debates about whether we should use yarn over npm, then arguing back to npm once we shifted to yarn ... omg, PHP was not bad at all 😂

    • @donald5297
      @donald5297 Год назад +6

      It was hell😢

    • @illegalsmirf
      @illegalsmirf Год назад +22

      Everyone is using frameworks now anyway - including with PHP, Ruby etc. It's just that Javascript has more frameworks than those other languages. But basically everyone is just hiding behind a big bloated framework these days and not actually writing any real code.

    • @jamessullenriot
      @jamessullenriot Год назад +8

      @@illegalsmirf Most of what I (we) do now is managing packages, frameworks, versions, etc. It's more maintenance of existing infrastructure vs actually adding any good features. Here and there features are added, but it's mostly just rewriting the same stuff over and over again.

    • @franciscomateus1673
      @franciscomateus1673 Год назад +1

      Yeah... i remember how composer was fun....

    • @Whyoakdbi
      @Whyoakdbi Год назад

      @@illegalsmirfit’s not hiding - they make our job easier and allow for the maintenance of very large applications..

  • @mracipayam
    @mracipayam Год назад +14

    Thanks uncle Stefan, i was struggling to decide backend tech for my own bussiness, first i choose .net core for i know C# but i was looking for more quick and easy solution like php. Decisions taken thanks to you.

  • @joeyboli
    @joeyboli 11 месяцев назад +7

    I learnt php in less than a month and the OOP aspect in another month. i currently use PHP to build APIs for my Saas Application.

  • @seanb7443
    @seanb7443 Год назад +12

    I believe the best advantage of PHP 8.1+ is JIT support for ARM. I have found that the AWS Graviton is a good bang for the buck and performant. I worked on a small-mid sized project and saved about 65-70% the application servers just by upgrading to PHP 8.1 and Graviton 2(The application could perform better with 2 fewer servers). It was very impressive.

  • @pabloripoll
    @pabloripoll Год назад +17

    Hi Stef, I agree with you. It's a good relief someone with your experience tells the truth to the community. I'm a PHP developer since version 4. The greatest changes in PHP came with version 5.6 and was THE revolution inside PHP community. So, any further changes surpassed whatever expectation to a 6 version - so they jump into 7 directly, that is what I remember I read those days in though there is another better history built up later. Another big step came with 7.4 and the last one greater change comes with PHP 8 but for me specifically with 8.2.

    • @illegalsmirf
      @illegalsmirf Год назад +1

      All the changes from PHP7 onwards have been about making PHP more like Java with deeper and deeper layers of OOP boilerplate and abstraction.

    • @mikkolukas
      @mikkolukas Год назад +3

      They were developing PHP 6 and then Hack language appeared. It was a wake-up call for PHP, realizing just how bad it was performing, compared to its potential.
      They stopped development on PHP 6 and started almost from scratch on the underlying engine for PHP 7.
      This was also the beginning og all the modern features we now see in PHP.

  • @rapideye85
    @rapideye85 Год назад +28

    I have been using PHP since 5.4...loved it then, love it now

  • @uros9050
    @uros9050 Год назад +14

    Coding a complex web app for my business and this video came in the right time. I was overwhelmed by 1000 different technologies that are more “optimal”. The video cleared lots of things out.
    Thank you Stef.

  • @ohwow2074
    @ohwow2074 Год назад +2

    Great advice as always. I really enjoyed PHP as a beginner.
    And you roasted Ruby once again 😭😂

  • @richard-schneider
    @richard-schneider Год назад +4

    hey Stefan. Thanks for your content. great!

  • @murtza.rehman
    @murtza.rehman 11 месяцев назад +3

    PHP is easy to deploy. On point; most relevant info.

  • @hoelflores4608
    @hoelflores4608 Год назад +15

    Nowadays i use PHP and Python along with xml and mysql for the backend. Php for building the web, and python for the websockets. yeah both are simple to use, although i dont like the indentation of python.

    • @makakamir
      @makakamir 10 месяцев назад +1

      can you please explain how websockets are used in python

    • @YoutubeHacksUnleashed
      @YoutubeHacksUnleashed 9 месяцев назад

      Explain what web socket is please😅

    • @hoelflores4608
      @hoelflores4608 9 месяцев назад +1

      @@RUclipsHacksUnleashed imagine two users connected to your web server and the first user want to send a text message to the second web user. if your web server doesnt have a websockets server the second user wont be able to get the message immediately unless he by chance refresh the web page in that instant. so the websocket server is the only mechanism that can send data between web users immediately, very important for chat applications, live video games... and anything that needs live comunication.

  • @allsparky
    @allsparky Год назад +11

    Hey Stef, these videos are invaluable, and I just want to say thank you for all the incredible content! Much love to you and yours! ❤

    • @unclestef8239
      @unclestef8239 Год назад

      Glad to hear you find the videos useful. Thanks for letting me know.

    • @carstenaltena
      @carstenaltena Год назад

      @@unclestef8239 Interesting handle, are you the real Stef too?

  • @Hobbitstomper
    @Hobbitstomper Год назад +16

    I started with PHP in 2002. Been working as a web developer on and off for the past 20 years. I've use PHP and NodeJS for years and both have their pros and cons. However as of PHP 8.x I find PHP took the lead again. All the things that gave NodeJS stand out because PHP lacked those features, is now part of PHP and more. The issue? PHPs reputation is still tainted from the issues it had between 2006-2015. Kids these days educate themselves on social media, and programming memes are in an endless loop of hammering on PHP and hailing NodeJS as if it was 2012.

    • @TheSoulCrisis
      @TheSoulCrisis Год назад

      PHP has come a long way, personally I wouldn't learn it for breaking into the industry as most jobs don't seem to require it except the few web based roles I come across that leverage it or any postings tied to WordPress development. Yeah PHP's reputation has always taken a hit since its dark days, I would just learn it on the job if needed later (I know some PHP actually but don't use it now).

  • @pierreclavequin3548
    @pierreclavequin3548 Год назад +2

    Another reason to use PHP is that it runs unit tests much faster than other languages (Java, Node, Go, Python, etc..), around 10ms for PHP, 300 ms for others at best.. When combined with a watcher re-executing unit tests when the code changed (ie. phpunit watcher), this is really a game changer for delivering fast high quality code.

  • @altimangordon8229
    @altimangordon8229 Год назад +6

    Thanks Uncle Stef, Learning PHP and loving it, just really trying understanding while building stuff, anyone know where I can learn PHP all day while getting paid let me know!

  • @realitypoet
    @realitypoet Год назад

    PHP is what I learned in school ~2011 and it’s still my go-to for personal projects; it’s my comfort language.

  • @robertschoening7769
    @robertschoening7769 Год назад +1

    Most servers run the LAMP stack where PHP is already installed. That also makes it easy to deploy your app.

  • @Whyoakdbi
    @Whyoakdbi Год назад +11

    People arguing about which language is better.. Honestly, who cares? I have chosen the one which gives me the best job opportunities aka the most money. The language is just a tool to achieve a goal.

    • @TricoliciSerghei
      @TricoliciSerghei 10 месяцев назад

      So what language did you choose? I'm a senior PHP dev and recently thinking about growing my stack, I'm curious about Go and Shopify..

    • @Whyoakdbi
      @Whyoakdbi 10 месяцев назад +1

      @@TricoliciSerghei I started with C# but then moved to Javascript and web development because it had the most jobs. Now writing Javascript on the backend as well.

    • @TricoliciSerghei
      @TricoliciSerghei 10 месяцев назад

      @@WhyoakdbiI see, hope it's going well for you, thanks for the answer. Cheers!

  • @Kioki1-x8p
    @Kioki1-x8p 7 месяцев назад +1

    About 80% of the web is PHP, best most loved CMS are PHP based. This is coming from someone who has used C# ASPX, python django, nodejs expressJS, etc., PHP is still more stable.

  • @mouradeljayi584
    @mouradeljayi584 Год назад +9

    Quick answer : YES

  • @EER0000
    @EER0000 8 месяцев назад

    I work mostly in dotnet, but for small projects I would use PHP if only for the fact that it is interpreted and super easy to deploy. For a big app I am not sure, but I am nit opposed out of principle))

  • @rcnhsuailsnyfiue2
    @rcnhsuailsnyfiue2 Год назад +4

    Great video but 6:44 is a bit misleading. I think 99% of PHP devs would absolutely want to use features like nullsafe operators, union types, enums, and match expressions. I see these used all the time by developers at all levels, there’s nothing inherently “enterprise” about any of these and they’ve been embraced rapidly by the community.

    • @StefanMischook
      @StefanMischook  Год назад

      Fair enough.

    • @ea_naseer
      @ea_naseer Год назад

      used public constructor parameters and i was suprised with the code myself.

    • @neozes
      @neozes Год назад +1

      8.1 actually provides these :)

    • @NickOlkhovik
      @NickOlkhovik 11 месяцев назад +1

      But PHP already has all of these, nullsafe operator, union types, enums, and match expressions.

  • @drewwesley9506
    @drewwesley9506 Год назад +1

    I haven't had too many problems with PHP performance (user since 5.1), except when trying to run parallel async tasks from JS, or from within a PHP script that will opt to use the same FastCGI process. This "blocking" behavior seems to be PHP's biggest current flaw.

  • @barneylaurance1865
    @barneylaurance1865 Год назад +1

    I believe PHP no 6 was skipped because the headline feature - a new system for unicode strings - didn't work out. By the time the decision was made to remove that feature so much had been written about those features in PHP 6 - including books as well as blog posts 0 that releasing something called PHP 6 but without that feature was judged to be too confusing. They took the remaining stuff from what was going to be PHP 6 and called it 5.6 instead, and then eventually released different features in PHP 7.

  • @dschledermann
    @dschledermann 11 месяцев назад +1

    I've been using PHP since 2002 and I've been very happy with it. PHP has been with me most of my adult life. It seems like it's the end of the line now unfortunately. A lot of projects around me has been switched to C# and new projects are being started up in C#, and PHP is only been used for legacy stuff. I consider C# a Microsoft-technology, which I have no interest in. I have instead turned my attention to Rust. The learning curve is a little more steep, but once you cracked the basics, the development speed is actually on par with PHP.

  • @banjofoluso1778
    @banjofoluso1778 Год назад +15

    Yes, PhP is still a very relavant programming language

    • @ChrisSwafford1
      @ChrisSwafford1 Год назад

      100%

    • @busyrand
      @busyrand Год назад +1

      Hey... The less they know about how good PHP is, the more money for us... All that other stuff is cool but I find that it simply does things that PHP does natively. I'm loving learning Python because I really learning to program, but PHP is great for database driven websites where you want it to construct pages based upon user profiles.

  • @gavroshtheswift9959
    @gavroshtheswift9959 Год назад +2

    “Except for Ruby” lol never change uncle stef

  • @opensourcetechtraining64
    @opensourcetechtraining64 9 месяцев назад

    PHP 8 added str_contains if I remember which is way nicer than strpos function. strpos had issues where is looking for a first instance rather than all instances, and that has some issues that I've seen with certain junk characters, etc.

  • @mrtruth84
    @mrtruth84 Год назад +4

    How do you see PHP in the development of web APIs? Is it safe, reliable and performant?

  • @user-MT101
    @user-MT101 Год назад +4

    I'm ancient inside. 'Larave:l up & running 3rd edition ' book is on its way to my desk/night table. 😂

  • @raynoldj
    @raynoldj Год назад +4

    What do you think of C#?

  • @imdtap1448
    @imdtap1448 Год назад +2

    Im late in the game. I said screw everything and just chose PHP.....Been on the PHP wagon a few months now.

  • @soufianedjeghim8337
    @soufianedjeghim8337 Год назад +4

    PHP♥️

  • @Alamin-c6v3i
    @Alamin-c6v3i Год назад +2

    please tell us about laravel octane and PHP swoole. what about the performace,stability and is it capable for larger application?

    • @StefanMischook
      @StefanMischook  Год назад +2

      For 99% of applications, performance should not be of concern. Most of the issues in that regard is related to database.

    • @JamesSmith-cm7sg
      @JamesSmith-cm7sg Год назад +1

      They're different paradigms than PHP was built for. You have to think.about long running memory usage and be careful of many things you don't usually worry about in PHP.

  • @toddboothbee1361
    @toddboothbee1361 Год назад +2

    I still find it funny that most of the so-called coding boot camps teach the MERN stack. Even MIT is offering such a boot camp.

  • @paulholsters7932
    @paulholsters7932 11 месяцев назад

    I use PHP for building development tools. It's the best for this kind of stuff. You get results extremely fast and reliable. I would also recommand PHP for beginners to learn web development on a basic level. Exactly because you get results so quickly. But I must admit I am not a fan of the PHP frameworks. They seem slow and cumbersome to learn and difficult to debug when you run into errors. For webapps I prefer SPA's and I changed from PHP to Node for the backend. If it's a simple webapp with a not too complicated UI, PHP is king. And then I mean raw PHP with raw JavaScript, HTML and Css.

  • @codybarkley5223
    @codybarkley5223 Месяц назад

    so whats the deal with ruby? i just started learning programming a few months ago. im working through the c programming book by dennis ritchie. im still kinda just feeling my way around at this point, with no career ideas in mind.

  • @steved2947
    @steved2947 Год назад +1

    Left PHP around 2014 for C# , I miss the LAMP stack.

  • @computernerd8157
    @computernerd8157 Год назад +1

    I wish Perl was still popular but I guess I can always use it for fun. Not sure if any jobs are hiring for it .

    • @StefanMischook
      @StefanMischook  Год назад +2

      Perl was cool and still productive. But it is one of the many languages that have been marginalized over the years.

  • @newafricanforum
    @newafricanforum Год назад

    I think I would go node and react for a new project. Js all around...and easy to find a dev in these

  • @labombarde1
    @labombarde1 Год назад +1

    hey Steph ..you a Leafs fan or Canadians fan? ..?? anywho.. .. so a year is coming up soon. This construction accident has really changed my life. I just EARNED my Free Code Camp, JavaScript Algorithms and Data Structures certificate at 50 years young; and am finishing up my Front End Development Libraries certificate now. Learning Git and VS Code, as I go and previously learned, html and css apx. 5 years ago. I feel like I did 25 years ago with no accounts and a full van of tools. I was always relied on and called to do what other carpenters couldn't or wouldn't do. Is there a digital "Want Ad Digest" you would recommend for older Sub Contractors who might not fit the polished handsome 25 year old Google tech look? or better yet... you hiring?

  • @betterstack
    @betterstack 10 месяцев назад

    Great stuff Stefan, thanks for sharing 🚀 If anyone's looking for more Laravel or PHP videos, we released task scheduling and Monolog tutorials to help the community too 💪

  • @misbooon
    @misbooon Год назад

    I would have to disagree with some of the points made in this video, especially with the one about PHP being easier to deploy than python or node.
    For PHP to be as easy to deploy as described in the video you'd have to first install a web-server (nginx for example), then install php, then configure nginx to talk to php-fpm whilst with Python or node, aside from installing python or node, you're pretty much done.
    You could argue that the nginx installation and configuration is a one-time thing that you won't have to worry about, but still, someone has to do it and depending on the nature of the application, there are some rabbit holes that one can go through.
    You could also say that one pain point would be to have to restart the python or node apps when deploying a new version, that's true, but that's also true when you have PHP queue workers that need to be restarted, so adding a simple restart step to you deployment script is fairly easy.
    There are also the PHP extensions (pdo_mysql, pdo_pgsql, redis, bcmath, opcache etc.) that may be required by your app which is another thing that needs to be set-up. I haven't worked with node or Python for a very long time but I don't remember needing to install anything other than a pip or node package to connect to a MySQL database for example.
    Also I'd like to hear your opinion on Go vs PHP, as it seems to me that you carefully chose Python (who even considers Python as a viable choice these days), node and Rust to make PHP look like the obvious choice.

  • @pa3ck860
    @pa3ck860 Год назад

    I would like to ask Steff. Have you ever heard about nette framework for php? It is created by David Grudl. What do you think about nette?

  • @fredbloggs5902
    @fredbloggs5902 Год назад +4

    I’m guessing you could make similar arguments for MySQL over the alternatives.

    • @StefanMischook
      @StefanMischook  Год назад +6

      MySQL works fine. For most applications, the database choice is not that important. Frankly, we aren't building anything where that would really matter 99% of the time.

  • @apex-lazer
    @apex-lazer 7 месяцев назад +1

    Just casually dropping in “Something that a lot of nerds don’t think about..” 😂😂

  • @kelasprogrammingnetworking
    @kelasprogrammingnetworking Год назад

    I still teach students PHP as the basis of web programming. Once students are proficient, continue with other languages.

  • @foyzanahmed4091
    @foyzanahmed4091 Год назад

    Sir, Please Make a video on python for web development

  • @kamalsethi8123
    @kamalsethi8123 11 месяцев назад

    Hey Stef,
    I just want to know is it a good option for a fresher to join as a php developer

  • @mjdev-i1p
    @mjdev-i1p Год назад +1

    I wonder what your opinions are about Deno

  • @furrukhjamal00
    @furrukhjamal00 Год назад +1

    laravel now comes with React Inertia stack and now i have no idea why ppl goes for other options....... but I have a question, do you think laravel is still relevant for web3?

    • @RealHomeboy
      @RealHomeboy Год назад

      Symfony, because Laravel is badly designed

  • @coder_one
    @coder_one Год назад +1

    What's wrong with Ruby? Great Developer Experience, clear syntax, since version 3 wonderful support for parallel programming using actor model, speed-wise if I'm not mistaken nowadays thanks to JIT it surpasses PHP performance.
    So I'm asking quite seriously, what's wrong with this Ruby (I'm asking as a non Ruby developer)

    • @hmb8801
      @hmb8801 Год назад

      PHP has JIT as well.

    • @coder_one
      @coder_one Год назад +1

      @hmb8801 so it has, JavaScript too. And so does the Python. In general, JIT is now the "golden standard" for interpreted languages ;)

    • @hmb8801
      @hmb8801 Год назад

      @@coder_one PHP has swoole for fast request response time server.

    • @coder_one
      @coder_one Год назад

      @hmb8801 nice man, but this thread is about something else than PHP toolings :)

    • @StefanMischook
      @StefanMischook  Год назад +3

      Ruby is fine. Just an old joke around here where I bash Ruby for no reason.

  • @davidacq2026
    @davidacq2026 Год назад

    Hi Stefan, when you say that pretty much every thing web related is possible to do with php, what are your thoughts about scalable realtime applications with php, like chats, push notifications, web pages that refresh rows of data from databases in realtime, as it seems nowadays clients often request that kind of features.
    And although there are php libraries like ratchet it seems that shared hostings dont like much websockets.
    So whats often the recommended approach with php for creating this type of realtime web applications?
    And do you think php would adapt in the future to have native functionality for asynchronous and realtime apps similar to node and python?

    • @hmb8801
      @hmb8801 Год назад

      There are reactphp and fibers.

    • @davidacq2026
      @davidacq2026 Год назад +1

      @hmb8801 is using reactphp stable and scalable in shared hostings for lets say a chat application?

    • @StefanMischook
      @StefanMischook  Год назад

      If shared hosting isn't enough (try it first) ... then get a VPS.

  • @Caelum1337
    @Caelum1337 Год назад +1

    Why should you learn PHP for server-side coding if you have to learn JS anyway for client-side coding?

    • @hmb8801
      @hmb8801 Год назад +1

      Because node JS and Typescript also take time to learn.

    • @mohammadelnayef
      @mohammadelnayef Год назад +2

      Plus in JS land, most of the code that you write is functional, with php you will most likely code in OOP, sure javascript has classes but they are just a syntactical sugar over prototypes.

    • @saadhabashneh5587
      @saadhabashneh5587 Год назад

      ​@@mohammadelnayefyou mean js not java right?

    • @saadhabashneh5587
      @saadhabashneh5587 Год назад

      ​@@hmb8801what if i already know node and express

    • @mohammadelnayef
      @mohammadelnayef Год назад

      @@saadhabashneh5587 yeah, JS. Not java, sorry.

  • @charlie-george
    @charlie-george Год назад

    Uncle Stef, your camera is doing that weird auto-focus thing again. I don't know why RUclipsrs use the auto-focus when they have proper camera gear like yourself. Is there not a way to manually adjust the focus to the area where you sit and just keep it set to that forever??

    • @unclestef8239
      @unclestef8239 Год назад +1

      Yes, I noticed. I was using a 17 year old lens for fun and for some reason the autofocus started acting up during the first minute of the video. It calmed down later on.

    • @charlie-george
      @charlie-george Год назад +1

      @@unclestef8239 Aha fair enough!

  • @Jollyprez
    @Jollyprez 9 месяцев назад +1

    PHP 8 basically is trying to turn into Java - not sure that's a good thing.

    • @StefanMischook
      @StefanMischook  9 месяцев назад

      Good point. But, perhaps for the enterprise to even consider it, it had to be there. That said, it doesn't mean you need to use it.

    • @Jollyprez
      @Jollyprez 9 месяцев назад

      @@StefanMischook Maintenance issue - you simply can't maintain something and upgrade its libraries and features without increasing the version. I call this "churn" and up until recently, PHP's churn was far slower than node / javascript. I come from the c++ world, so I'm ok with strict typing and such, but a legacy apps will still need to keep up. Guess it keeps me employed, though, so it's not all bad.

  • @sirbobbyuk
    @sirbobbyuk Год назад +1

    Except Ruby!, I almost spat out my coffee with laugher.

  • @CharlesBLim
    @CharlesBLim Год назад

    Well, i kinda hate Php, but now I have a Laravel project so yeah PHp still a thing bro it will never go.

  • @papa_ethan
    @papa_ethan 10 месяцев назад

    @8:58 Let me guess, she called you uncle stiff, right?

  • @LionhartM
    @LionhartM Год назад +1

    It's a bit confusing, because nearly everyone says to learn React, Node, etc, but my web dev program trained me in PHP. Most job listings also list Node and React. Also, chatGPT says PHP is limited in it's ability to design complex web apps.

    • @illegalsmirf
      @illegalsmirf Год назад +2

      That's interesting, ChatGTP didn't tell me that about PHP.

    • @LionhartM
      @LionhartM Год назад

      @@illegalsmirf I have Chat 4 and asked it 2 days ago.

    • @StefanMischook
      @StefanMischook  Год назад +11

      ChatGPT gets its' information from unknown sources; PHP can build just about any app you can think of. There are plenty of PHP job.

    • @illegalsmirf
      @illegalsmirf Год назад

      @@LionhartM 'In summary, PHP is a capable language for web development, but the suitability of PHP for a specific web application depends on the project's requirements and goals. For many web applications, PHP is a strong and practical choice. However, for more specialized or resource-intensive applications, you might explore other languages or technologies that better align with your needs.'

    • @LionMister
      @LionMister Год назад

      I'm no expert so take this with a grain of salt, but I think PHP might not be the best choice when working with websockets. The MDN says "with this API, you can send messages to a server and receive event-driven responses without having to poll the server for a reply." So, to me, it sounds like if you're developing a chat app or a dashboard for real-time data, PHP might be a bad choice. But for developing a blog, shop, gallery, a forum, whatever type of application where you don't need to communicate in real-time with the server, PHP is good.

  • @cyraxvisuals6203
    @cyraxvisuals6203 Год назад

    opinion on web xr?

  • @noordeenhasn7193
    @noordeenhasn7193 Год назад

    what about GO frameworks

  • @eiprofesoi
    @eiprofesoi Год назад +1

    Is this a question a lot of people make themselves? Because most of the videos this guy has are him telling you to not use or learn X language in Y year because reaons.

  • @NoahNobody
    @NoahNobody 9 месяцев назад +1

    It's now 2024, and I've been using PHP for over a decade. It has improved a lot, but now I'm moving to Go because.
    It is easy to learn, especially for an PHP dev.
    It's faster than PHP.
    It has a type system, which for me is now an essential for professional solutions.
    It does concurrency.
    It's easy to distribute (single binary).
    It has lots of nice built in features, like tools for building, testing, and analyzing code.
    Big community and rich ecosystem.
    Backed by big players.

  • @brightokoro7073
    @brightokoro7073 Год назад +1

    Nice

  • @youneshenni5417
    @youneshenni5417 Год назад

    what are your thoughts one Next JS ?

  • @dacam29
    @dacam29 Год назад

    Go with Go

    • @science_trip
      @science_trip Год назад +1

      thanks I will go away from go 😂

  • @stumblinzz
    @stumblinzz Год назад

    I love these videos. Its a fantastic departure from some weird skitzo looking silicon valley lizard man talking about his tenth javascript framework he invented and is turning into a hosting/reselling company and slowly into a cult on twitter.

  • @andremaha
    @andremaha Год назад +1

    Only Ruby on Rails

  • @heshamkhalil2215
    @heshamkhalil2215 Год назад

    is php memory safe ?

  • @heshboi
    @heshboi Год назад

    JS is really easy to learn??????

    • @StefanMischook
      @StefanMischook  Год назад

      Sure! But you should learn a little HTML5 first, and a dash of CSS3.

  • @wk4240
    @wk4240 Год назад

    Here to stay - WordPress - End of Story.

  • @MelakuAk
    @MelakuAk 10 месяцев назад

    👏👏👏👏👏👏👏👏👏👏

  • @techedzee
    @techedzee Год назад

    Actually, node is cooler

  • @MKTheDev
    @MKTheDev Год назад +1

    As a php developer, this is some brutal clickbait.

    • @TheSoulCrisis
      @TheSoulCrisis Год назад +1

      Lol hook, line, and sinker! I dig your name it's cool.

  • @krish3d385
    @krish3d385 Год назад

    Noooooo, no php. No future in india. We deliberately have to search for the company that uses php, those companies are way too rare.

  • @DOTO-h6j
    @DOTO-h6j Год назад

    py is not for web

  • @j.s4222
    @j.s4222 Год назад

    >Except Ruby
    Ruby/Rails is fine you just hate DHH

  • @sdfasdfafsddsaf
    @sdfasdfafsddsaf Год назад +2

    I like elephants

  • @DOTO-h6j
    @DOTO-h6j Год назад

    php is web language

  • @UeharaKeitaro上原恵太郎
    @UeharaKeitaro上原恵太郎 Год назад

    I wonder why he hated Ruby. Shopify is eating WordPress right now.

  • @9paradox
    @9paradox Год назад

    7:28 😂 {;} ♥

  • @GilAguilar
    @GilAguilar Год назад

    Ruby for the win 😁☕️

  • @buzzeins
    @buzzeins 11 месяцев назад

    I've been using PHP since v3 - still hate it - It's an ugly language.

  • @codewithmirko1651
    @codewithmirko1651 Год назад

    Bro php sucks.. u do the be with it.. then u need another technology for the fe.. loool why not use js and do both at the same time.. 😂😂😂

    • @FellTheSky
      @FellTheSky 9 месяцев назад

      js is for monkeys

  • @mikkolukas
    @mikkolukas Год назад

    Embarrassing that you don't know why PHP 6 was skipped and why PHP 7 was so much more performant.
    It was a radical shift in the direction PHP took.

  • @usraksmart
    @usraksmart Год назад

    @StefanMischook It is Neal from Raksmart, a server hosting serivce provider, we hope to build partnership with you, please reply if you could, thank you.