Emediong Bassey Etimeminentprofit.hashnode.dev·Dec 16, 2024Flat.ioCreate Beautiful Sheet Music Online with Flat.io In today's digital world, making and sharing music has changed a lot. Flat.io is a web platform that has made a big impact. It lets musicians of all levels create beautiful sheet music easily from thei...Music composer
Charles Griffinchazbit.hashnode.dev·Nov 25, 2024Where On Earth Part 1Problem Summary In this 2 part tutorial series, we will build a software package that uses an api to take two addresses and determine the distance apart. This can be used in a variety of applications. For example, determining the optimal distance in ...30 readsstructs in php
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,...Laravel
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...DaleLanto
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 ...Devops
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...diaspora 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...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...Laravel
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...Useful 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...Web Development