Gemma Blackgemmablack.dev·Nov 10, 2024Laravel: Modularizing Little Pieces of Logic Through Local Composer Packages“Premature optimisation is the root of all evil”. But sometimes you know upfront that you can create a clean module, separate from the rest of the Laravel app. And I like Kelly Sutton’s mantra – optimize for deletability. Why? “By working with code,...DiscussLaravel
Dale Lantodalelanto.hashnode.dev·Sep 25, 2024Composer Development: Unit Testing and TDD ExplainedComposer: Advanced Usage for Dependency Management Advanced Dependency Management with Composer Composer is a robust tool for managing PHP dependencies. While most developers are familiar with basic commands like require and install, advanced usage i...DiscussDaleLanto
Saurabh Dhariwalsaurabhdhariwal.hashnode.dev·Aug 28, 2024End-to-End DevOps Project: Building, Deploying, and Monitoring a Full-Stack ApplicationIntroduction This guide will walk you through setting up a full-stack application using DevOps practices. We'll cover infrastructure setup, CI/CD pipelines, containerization, deployment, monitoring, security, and more. Project Overview We’ll build a ...DiscussDevops
Natalie Eatoncomposernews.hashnode.dev·Aug 23, 2024The Silent Symphony of Diaspora: Semih Alar’s Journey Through Silence and MusicDiaspora, a film made without dialogue, actors, and using diorama instead of real locations, presents a minimalist world to the audience. The film tells the story of a family’s emigration to another country through music and visuals. Semih Alar, in t...Discussdiaspora film
Rudy Rupakrudyrupak.hashnode.dev·Jun 21, 2024Rudy Rupak's Musical Inspirations and InfluencesRudy Rupak, a celebrated musician, composer, and songwriter, has carved a unique niche in the music industry with his eclectic and innovative sound. His compositions, characterized by their emotive depth and intricate melodies, reflect a rich tapestr...Discuss·10 likesRudy Rupak
Karan Datwanibackpackforlaravel.hashnode.dev·Jun 2, 2024Laravel Advanced: Lesser-Known, Yet Useful Composer CommandsComposer is the go-to dependency manager for PHP, and if you're working with Laravel, you're already familiar with frequently used commands like composer install and composer update. Composer also offers some commands that are lesser-known but helpfu...DiscussLaravel
Ion Bazanblog.bazan.dev·May 17, 2024📚 How to see what changed in Composer filesWhen reviewing a Pull Request that touched composer.json and composer.lock files you might notice that the diffs are usually pretty huge and it's almost impossible to tell what exactly happened there - which packages got added, updated, downgraded or...DiscussUseful toolsPHP
Abdulbaki Surajcodelikesuraj.hashnode.dev·Mar 21, 2024Send PHP errors to Telegram with lograh-php packageIntroduction Error handling in PHP Error handling is one of the critical aspects of any PHP application. When unexpected situations occur during program execution, proper error management ensures that the application can easily handle these scenarios...DiscussWeb Development
Antonio Silvaantoniosilva.hashnode.dev·Jan 30, 2024PHP AutoloadersAutoloading is PHP's way to automatically find classes and their corresponding files without having to require all of them manually. Autoloading is also one of the reasons why PHP code is usually organized in classes because PHP only supports autoloa...Discuss·1 likePHP
Sandip ShresthaforJoBins Engineeringblog.jobins.jp·Nov 30, 2023Maximizing Efficiency with Composer ScriptsIn the ever-evolving landscape of software development, optimizing workflows and streamlining processes is crucial. One powerful tool that often goes underutilized is Composer scripts. Composer, the dependency manager for PHP, allows developers to de...Discuss·2 likes·93 readscomposer