Now that we’ve created our Vagrantfile we can discuss how we manage the power state of our development environment using Vagrant commands.
Read MoreIn this article, we’ll discuss Vagrant Boxes, pick a specific box that matches our target production environment, and create our base Vagrantfile
.
Hello Developers and welcome to our series on using Vagrant for development. This is our first article in the series where we’ll discuss what Vagrant is and why we should use it.
Read MoreVirtual machines are one of the core technologies that have improved our lives as developers for the better. Before virtual machines were common it wasn’t unheard of to purchase a new server for thousands of dollars and then host the server in a data center for hundreds of dollars a month. This process could take weeks or even months to set up a new server and god help us if we had to get quotes. Now we can cheaply and effortlessly rent a virtual machine to get ourselves started for USD 5 a month.
In this article we’ll discuss what a virtual machine is and some advantages and disadvantages to using them.
Read MoreAs we maintain a code base for a long time it tends to get harder to read and in turn harder to maintain. This is generally because we rush to add new features and fix bugs and don’t take time to clean up our code and make it easier to maintain in the future. Eventually, we run into a situation where any change to the code is a headache and progress grinds to a halt.
In this article, we’ll discuss why we need to use refactoring to make our code easier to maintain and a couple of methods to get us started refactoring today.
Read MoreI’ve been working from home for almost 8 years now and it has changed my life for the better. It saves so much time and money not going into the office every day but it can also be a burden. Today we’re going to discuss 5 tips to be successful at working remotely from your home.
Read MorePHP 8 is almost here!
It will be released on November 26th, 2020 just in time for us Americans to upgrade our servers after Thanksgiving dinner. As it’s a major release there are some breaking changes but also lots of new features and performance improvements. In this article we’ll go over some of the features we’re most looking forward to.
We generally don’t upgrade to a major version until there has been at least 1 patch cycle so wait until PHP hits at least 8.0.1 before installing it on any production servers. However, it’s still a great time to try out the new features in our development environments.
This article is based on PHP 8.0.0RC5.
This article is available as a video on YouTube if you would prefer to listen to it.
Read MoreAs knowledge workers, we spend a lot of time managing windows on our computers. This can take up a lot of time during our day and can be compounded if we have large or multiple monitors. By using Rectangle we can operate more effectively and in turn generate code faster.
Rectangle is a free and open source application built by Ryan Hanson and distributed on https://rectangleapp.com/. Rectangle allows us to manage our application windows using keyboard shortcuts and mouse hotspots.
Ryan also develops Hookshot which is a utility built on Rectangle with some additional bells and whistles. At the time of this writing, there’s a 10-day free trial and then it’s $7.99 USD for a license. The big difference between the two appears to be the fact that we have better control over window placement using our mouse in Hookshot. This post will discuss Rectangle only but if you want to support Ryan and the future development of Rectangle and Hookshot you can purchase a copy through the website.
This post is an adaptation of Using Rectangle to Manage macOS Windows on our YouTube Channel.
Read Moresubscribe via RSS