Fuse Web Blog
Discover expert insights on nearshoring software development for Dutch mid-sized companies (10-100 employees). Learn from Julian Gardner's 25+ years of PHP Laravel/Symfony and React Next.js expertise. Practical guides for team scaling, project acceleration, and reliable IT solutions using Greek developers with Dutch oversight. From capacity building to complex project delivery - find tutorials, best practices, and case studies helping Dutch companies grow without technical stress. here.
Sometimes it might feel like there are too many PHP Frameworks to help you build your next big project in. This guide aims to help you understand the similarities and, more importantly, the differences between the top PHP Frameworks in early 2023. What are PHP Frameworks? PHP frameworks are pre-built libraries that provide a foundationContinue reading “Top PHP Frameworks to Watch in 2023: A Comparison of Laravel, Symfony, CodeIgniter and More”
When running web applications in a Docker container, it’s often useful to be able to view the logs generated by the application. One common way to do this is to have Apache or NGINX output its logs to the Docker logs. This way, you can use the docker logs command to view the logs generatedContinue reading “Debugging and docker containers”
Docker is a powerful tool that can help you with both development and deployments. Because it can all be a bit daunting, we create a quick tutorial for how to dockerize your simple PHP application.
