Best of PHPJanuary 2023

  1. 1
    Article
    Avatar of stitcherstitcher.io·3y

    PHP in 2023

    PHP has grown to become one of the most popular languages for web development, powering everything from small blogs to large enterprise applications. It's been a little over a year since the foundation was created: a collective of 10 volunteers and 6 developers being paid to work on PHP, the language. In total, $580,000 was raised in 2022.

  2. 2
    Article
    Avatar of hackernoonHacker Noon·3y

    Real-World Examples of Using Design Patterns in Modern PHP

    The Singleton Pattern is a software design pattern that ensures a class has only one instance, while providing a global access point to that instance. This is useful in situations where it is necessary to limit the number of instances of a class, such as when managing resources or ensuring data integrity. In the world of PHP development, design patterns are particularly useful.

  3. 3
    Article
    Avatar of tuts_plusTuts+·3y

    How to Build a REST API With Laravel

    How to Build a REST API with Laravel Laravel lets you easily and quickly build RESTful APIs. In this free course you'll learn everything you need to know to build a RESTful API. What You'll Learn - define data models and seeding database test data - handle basic GET requests - transform data into a consistent and conventional JSON format.

  4. 4
    Article
    Avatar of freekFREEK.DEV·3y

    Three Equitable Design Considerations

    Link is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get notifications for us when something's wrong.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Laravel 9.48 Released

    The Laravel team released 9.48 this week with conditional fragment helpers, HTTP configuration options for Symfony mailers, a new DB Schema helper, and more. Patrick Hesselberg contributed a Schema method to disable foreign key constraints while managing a DB schema.

  6. 6
    Article
    Avatar of freekFREEK.DEV·3y

    Top 10 Books for PHP Developers

    Davorminchorov.com- submitted by Davor Minchorov Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    How Unicode Works: What Every Developer Needs to Know About Strings and 🦄

    Two years ago we published the first version of this blog post about Unicode. We figured it is about time to revisit our old friend Unicode and see why it's important in today’s emoji filled world. Back in the day when Unix was getting invented, characters were represented with 8 bits (1 byte) of memory.

  8. 8
    Article
    Avatar of freekFREEK.DEV·3y

    Move Model Scopes To Traits In Laravel

    Move Model Scopes To Traits In Laravel Link is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong.

  9. 9
    Article
    Avatar of dzDZone·3y

    Tips for Optimizing PHP Code for Better Performance

    PHP is a popular programming language used for developing web applications. As with any programming language, it is important to write code that is optimized for better performance. In this article, we will explore some tips and best practices for optimizing PHP code. Join the DZone community and get the full member experience.

  10. 10
    Article
    Avatar of dzDZone·3y

    A Beginner's Guide to Back-End Development

    The fundamentals of back-end development and the various parts of a typical "software stack" can be understood without writing any code. Back-End development is the process of creating the server-side logic that runs the background operations of websites and apps. C++ all the features are combined with object-oriented programming tools like C++.

  11. 11
    Article
    Avatar of lnLaravel News·3y

    Spin up your development background processes with ease

    Porter is a command line tool that makes it easy to run background services with only a few configuration lines. You will no longer have to manually start or manage background services in multiple tabs but instead manage them all in one convenient place. Porter uses YAML configuration files to define services you need to run in the background.