Posts marked with “git”

Education Station: Using Git to Your Advantage

by · July 31, 2022

0
 

In the last article, “What is Git Doing?” we explored the details of how Git works. Now we will see how we can rewrite history and time using Git. by Chris Tankersley

 

PHP Blueprint

by · July 26, 2022

0
 

This month John and Eric discuss some of the greater articles coming in the August 2022 release, “PHP Blueprint”. Articles include Feature contributions “Converting relational database models into a graph” and “Universal Vim”. We also have The Workshop “Blueprinting our Application”, DDD Alley “Exploring Boundaries”, PHP Puzzles “Decimals to Fractions”, Finally “The Dangerous Safety of […]

 

Database Freedom

by · June 29, 2022

0
 

This month John and Eric discuss some of the greater articles coming in the July 2022 release, “Database Freedom”. We start off with two great feature articles, “Customizing Drupal Feeds For Smooth Migrations” by Doug Groene and “MongoDB and PHP—-A Perfect Match” by Joel Lord. Our monthly columnists have been hard at work as well. […]

 

PHP 8, Git Poductivity, and Resolutions

by · December 21, 2020

0
 

Listen to Eric, John, and Oscar discuss the articles in the December 2020 issue, PHP 8 Bits and Git Topics Covered OSMI 2020 Mental Health in Tech Survey. Features in PHP 8 we’re looking forward to using, like constructor property promotion and named arguments. Being more productive with Git, aliases, and hooks. Using the circuit […]

 

The Workshop: Git Hooks with CaptainHook

by · December 3, 2020

0
 

Git Hooks are executable server-side or client-side scripts that run when specific Git events happen, such as creating commits or checking out branches. Server-side hooks are useful for Git administrators to enforce specific policies and can run before or after pushes to the server. We’re going to focus on client-side Git Hooks, and how we […]

 

Power Up with Git

by ·

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

 

Masterful Code Management – August 2018

by · August 3, 2018

1
 

In this issue: Xdebug, Freelancing, Parsing text, MySQL Generated Columns, Gitflow, PhpStorm, and more.

 

Masterful Code Management – August 2018

by ·

0
 

While thinking about how our programs should work can be fun and challenging, in actuality we spend more of our time figuring out why our code doesn’t work as expected. In this issue, we round up some tools which can help you find bugs and work effectively with your team Sponsored By

 

The Dev Lead Trenches: From Issues to Code

by ·

0
 

Everyone on your team should have a good idea of the actual problem or feature they are working on before any code is written. Once the issue itself is ready to go, the work can begin. Every company will be slightly different in how they want to handle actual commits, but this month I will […]

 

Navigating State – July 2018

by · July 2, 2018

1
 

In this issue: State machines, workflows, parsing text, MySQL without SQL, Continuous Integration, self-hosted git, CakePHP, Password Authentication, Issue Tracking, Algorithms, and more.