/juliangut/blog

Multiple Webpack and Browserify endpoints

I've been playing around with Webpack lately, which I find being much better than Browserify, the building tool I'm currently using, I'll cover this thoughts in a future post though. Today...

Scaffolding package based PHP projects

Git init, composer init, require compatibility packages, create .gitignore, .gitattributes, npm init, install grunt, configure grunt, create README and CONTRIBUTING files, copy .editorconfig from another project, prepare travis file, create...

Push notification services

With the closing of Parse many people turned out to look for a new service to have an easy to use backend for their prototyping, mobile apps, etc, and there...

Kill Composer xdebug warning

Lately I've been bothered by the warning displayed by Composer when you have xdebug enabled on your system to which I didn't pay attention before, being honest it is not...

Expose your local environment publicly

There are times when you have to show your local development environment, maybe because it is a very early development stage and you still don't have an online testing machine,...

The middleware "thing"

PSR7 middleware were some time ago "the next big thing" in the PHP community (along with PSR7 itself I guess?), now it is already a thing happening right here. Many...

PHP5.6 and PHP7 development with Homestead

Long time no see. So a new and shiny laravel homestead package (^3.0) and vagrant box (0.4.0) versions are out but don't rush to upgrade yet because this updates are meant...

PSR7 cURL transport

I've been working for a couple of days on a service to connect to a remote REST API through cURL, being this my first time working heavily with cURL on...

Effortless maintenance

From time to time I encounter the situation in which I need to put a web/platform on hold for a period of time for maintenance reasons, because we need to...

Change Slim3 Dependency Injection container

The other day I talked about Slim3 controllers that can be automatically loaded if they meet certain conditions, such as parameterless constructors. At the end of the post I commented...