Crash Course: Continuous Deployment with Semaphore CI
By Viraj Khatavkar,
Viraj takes us through the basic process of setting up Continuous Deployment to a DigitalOcean server by means of Semaphore CI. Exciting!
By Viraj Khatavkar,
Viraj takes us through the basic process of setting up Continuous Deployment to a DigitalOcean server by means of Semaphore CI. Exciting!
By Younes Rafie,
Younes looks at Fractal - a PHP League package for formatting and transforming JSON, YAML, and other data formats to something consistent. APIs rejoice!
By Viraj Khatavkar,
Viraj demonstrates Laravel Dusk - a browser testing tool designed for testing your apps in full - including UI and JavaScript!
By Eugene Dementjev,
Eugene explains Forwarding Decorators: a crazy concept for approaching modularity in apps - wrapping them in other classes and recompiling everything.
By Christopher Pitt,
Chris adds some unexpected functionality to PHP, and all without custom extensions or recompiling. Let's unlock the power of macros and preprocessors!
By Bruno Skvorc,
Let's take a look at Peridot - a testing suite with a different approach. Can we BDD test our units? Should we?
By Wern Ancheta,
Wern builds a fully custom calendar application using the Google Calendar API and the Laravel framework - check it out!
By Christopher Pitt,
Chris hacks together a live-notification LED device with Arduino and PHP, notifying you of new Gmails or Tweets, and more!
By Alex Bilbie,
Alex Bilbie looks at Jenkins' newest feature: pipelines. With it, we configure Laravel's auto-testing procedure, and make sure our builds stay alive!
By Luka Žitnik,
Luka covers some Logstash basics, and teaches you how to send event messages from PHP to it on Windows. Yes - PHP on Windows - still alive and kicking!
By Viraj Khatavkar,
Viraj demonstrates the full process of writing custom code for deploying different commits of your app to an SFTP server using Git and PhpSecLib
By Scott Molinari,
Scott Molinari takes a look at Packer and analyzes its viability for the typical PHP developer of today - find out whether or not it's worth learning about!
By Matthew Setter,
Matthew Setter takes an introductory look at atoum - an alternative to PHPUnit with an interesting twist
By Christopher Pitt,
Chris shows us how we can connect PHP to Minecraft in a way that lets us create terrains and buildings from PHP code!
By Wern Ancheta,
Wern develops an app which uses Microsoft's Text Analytics API to recognize positive or negative sentiment in people's reviews of an Amazon product.
By Bruno Skvorc,
Connecting to IMAP and SMTP from PHP in order to filter, identify, and reply to recruiter spam - the inbox blight of any decent developer!