Best of Coding with LewisDecember 2024

  1. 1
    Video
    Avatar of codingwithlewisCoding with Lewis·1y

    The 2 Types of Programmers

    There are two primary types of programmers: craft-based and result-based. Craft-based programmers focus on code quality, maintainability, and optimal solutions, often seen among open-source maintainers and low-level programmers. Result-based programmers prioritize speed and end-product functionality, commonly found in startups and content creation. Successful programming practices often require a balance between these two approaches to meet both performance and business goals.

  2. 2
    Video
    Avatar of codingwithlewisCoding with Lewis·1y

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

    PHP, released over 30 years ago, has evolved dramatically, becoming a powerful programming language. The post covers recreating an app with every PHP version from 1995 to 2025, showcasing features, improvements, and significant milestones like the introduction of the Zend engine, object-oriented support, and frameworks such as Laravel. PHP's growth and adaptability, especially with modern tools and frameworks, have solidified its place in web development, even though it has faced criticism and competition over the years.