Posts marked with “developer tools”

Why Would Anyone Want to Downgrade Their PHP Code?

by · September 11, 2021

0
 

What is the biggest problem in PHP in 2021? Many PHP developers are stuck with old codebases, with old frameworks or patterns (if any). Sometimes we work with projects without Composer or PSR-4 autoloading. For some of us, using PHP 7.0 is a luxury far beyond our dreams.

 

Don’t Make Me Think—Ways to Make Dev’s Life Easier

by · June 10, 2021

0
 

A programmer’s job is not just writing code. It’s also writing tests, reading code, talking to other programmers, communicating ideas, and understanding other people’s designs. On top of that, there are dozens of messages, bugs, and endless little things that need to be done. Create a branch, make changes, commit, add tests, commit, correct formatting, […]

 

Interview #2 with Joe Ferguson

by · May 21, 2021

0
 

We welcome Joe Ferguson back to catch up with us about PHP, his column “The Workshop”, and more Topics Covered Virtual conference experiences. Looking forward to in-person events. Laravel Homestead, which Joe maintains. Uses and tradeoffs versus Docker. Docker Performance on Mac Local Development Environments Goals for his Workshop, eventually looking at Docker Swarm and […]

 

Power Up with Git

by · December 3, 2020

0
 

Git is an essential tool for the modern software developer. You learn how to customize Git to enhance your developer experience. You’ll also learn some combinations of commands to make you more effective with Git

 

The Workshop: PHP Development with Homestead in WSL

by · October 5, 2020

0
 

We’ve spent the past two months talking about Windows Subsystem for Linux (WSL) in Windows 10 and how to customize it to serve as a PHP development environment. While functional, our environment lacked a fair bit of polish. In the nearly four years that I’ve been working on and maintaining Laravel Homestead, I’ve spent much […]

 

The Workshop: Mail, Ngrok, and Xdebug in WSL

by · September 1, 2020

0
 

Last month we covered Windows Subsystem for Linux and this month we’re continuing the journey by demonstrating how to further work with our WSL distribution using tools such as Mailhog, Xdebug with PhpStorm and Visual Studio Code, and ngrok.

 

The Workshop: PHP Development With Windows Subsystem for Linux

by · August 6, 2020

0
 

Does a recent announcement by Microsoft have you wondering how you’ll continue to use Windows for PHP development? Anyone with a compiler and the PHP source code should be able to build a PHP executable for Windows. If the thought of compiling your PHP binary on Windows seems daunting, have no fear! We’re going to […]

 

Magento’s Evolution, Ecommerce, Development Environments, and Enterprise Software.

by · March 26, 2020

0
 

In Episode 30 In this episode, we dive into How Magento is Evolving and chat with Magento evangelist Ben Marks. Topics The free magazine issue courtesy of Adobe and Magento. An interview with Ben Marks on how Magento went from an open-source project to its acquisition, the value of the community and ecosystem, how Magento […]

 

Education Station: Development Environments

by · March 5, 2020

0
 

One of the initial draws for PHP was and has always been, the ability to be quickly set up and have a developer get code working through a web browser. While something like client-side JavaScript can be done with nothing more than a browser, many other languages still need help to serve a webpage. That […]

 

Cultivating the Developer Experience

by · February 4, 2020

0
 

In the February 2020 issue, let’s focus on elevating the developer experience: efficient code reviews, trying out pair programming, and leveraging Open Source. On the technical side of things, we look at integration testing, TLS security, and GitHub actions.