article thumbnail

Why I retired from the tech crusades

David Heinemeier Hansson

Which didn't contain a single comparison to other named solutions or specifically pointed arguments against alternatives. It just showed what you could do with Ruby on Rails, and the A/B comparison automatically ran inside the mind of every programmer who was exposed to that. That original 15-minute blog video. That's what did it.

article thumbnail

Why is Laravel Framework an excellent choice for PHP web development?

Openxcell

One of the widely used web development languages is PHP, and Laravel is rated as being superior to other PHP web frameworks. This is due to the Laravel PHP Framework’s powerful capabilities and development tools, which makes it possible to create web applications quickly. W3Tech reports that 78.9%

PHP 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

CodeSOD: Underscoring the Importance of Good Naming

The Daily WTF

An eternal problem in programming is "empty strings are basically nulls, right?" Martin 's team had a problem in PHP. Being PHP, the empty function also doesn't check for empty strings, it checks for strings that can coerce to false (which includes the empty string, but also includes '0' ).

PHP 103
article thumbnail

Difference between Client Side Scripting and Server Side Scripting

The Crazy Programmer

Also, it can be written in any server-side scripting programming language. Examples of server-side scripting languages are PHP, Ruby, Python, ASP, and Perl. Let’s know more about client-side scripting vs. server-side scripting with the help of a comparison table. Programming Languages. What is Client-Side Scripting?

PHP 162
article thumbnail

Difference between Webpage and Website

The Crazy Programmer

In comparison to the website, accessing a webpage needs no navigation. These are created using HTML, PHP, Python, and Perl programming language. Comparison Table. In order to access a web page, a user can launch it with a URL, which can also be copied and shared with others.

article thumbnail

The Good and the Bad of Python Programming Language

Altexsoft

Python is a general-purpose, interpreted, object-oriented, high-level programming language with dynamic semantics. Compiled vs. Interpreted programming languages. Often seen as a pure OOP language, Python, however, allows for functional programming, which focuses on what needs to be done (functions.) What is Python? High-level.

article thumbnail

How to Build a Serverless Application Using Laravel and Bref

Modus Create

To face the challenges of scaling applications, AWS is offering new services to help PHP developers build reliable and efficient serverless applications. php artisan vendor:publish --tag=serverless-config service: laravel. php artisan config:clear serverless deploy. What’s Serverless PHP? provider: name: aws. #