<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Frank Perez — Writing</title>
    <link>https://franktheprogrammer.com</link>
    <description>Field notes on building software — practical write-ups on PHP, JavaScript, HTML &amp; CSS, Git, Flutter and Rust.</description>
    <language>en-us</language>
    <atom:link href="https://franktheprogrammer.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Flow vs GitHub Flow: Choosing a Branching Strategy for Your Team</title>
      <link>https://franktheprogrammer.com/articles/git-flow-vs-github-flow-choosing-a-branching-strategy</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/git-flow-vs-github-flow-choosing-a-branching-strategy</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
      <category>Git</category>
      <description>Git Flow and GitHub Flow take very different approaches to team branching and releases. Let's compare them, see where trunk-based development fits, and sort out how to handle versioned releases, hotfixes, and everything in between.</description>
    </item>
    <item>
      <title>GitHub Flow: Keep Your Main Branch Deployable</title>
      <link>https://franktheprogrammer.com/articles/github-flow-keep-your-main-branch-deployable</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/github-flow-keep-your-main-branch-deployable</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
      <category>Git</category>
      <description>GitHub Flow is the lightweight branching workflow built on a single rule: anything in main is deployable. Here is the whole loop, branch, pull request, review, merge and deploy, with the git and gh commands and an honest look at where it fits.</description>
    </item>
    <item>
      <title>Starting with Rust: From Installation to Your First Program</title>
      <link>https://franktheprogrammer.com/articles/starting-with-rust-installation-first-program</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/starting-with-rust-installation-first-program</guid>
      <pubDate>Sat, 23 Mar 2024 00:00:00 GMT</pubDate>
      <category>Rust</category>
      <description>Learn how to install Rust and write your first &quot;Hello, world!&quot; program.</description>
    </item>
    <item>
      <title>Flutter Version Management</title>
      <link>https://franktheprogrammer.com/articles/flutter-version-management-fvm</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/flutter-version-management-fvm</guid>
      <pubDate>Sat, 07 Oct 2023 00:00:00 GMT</pubDate>
      <category>Flutter</category>
      <description>Managing multiple Flutter versions does not need not be a headache. Let's jump into FVM and see how it can simplify your Flutter journey.</description>
    </item>
    <item>
      <title>Setting Up CocoaPods for FVM-managed Flutter Projects</title>
      <link>https://franktheprogrammer.com/articles/setting-up-cocoapods-fvm</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/setting-up-cocoapods-fvm</guid>
      <pubDate>Sat, 07 Oct 2023 00:00:00 GMT</pubDate>
      <category>Flutter</category>
      <description>A guide to installing CocoaPods for a Flutter project while using FVM to manage Flutter versions, ensuring a smooth setup for iOS development.</description>
    </item>
    <item>
      <title>Troubleshooting Xcode 15 Build Issues in Flutter Projects</title>
      <link>https://franktheprogrammer.com/articles/troubleshooting-xcode-15-build-issues-flutter</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/troubleshooting-xcode-15-build-issues-flutter</guid>
      <pubDate>Sat, 07 Oct 2023 00:00:00 GMT</pubDate>
      <category>Flutter</category>
      <description>Uncovering solutions to common issues faced when updating to Xcode 15 in a Flutter project using an older version of CocoaPods.</description>
    </item>
    <item>
      <title>Git: Tracking a Remote Branch for Changes</title>
      <link>https://franktheprogrammer.com/articles/git-tracking-a-remote-branch-upstream-for-changes</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/git-tracking-a-remote-branch-upstream-for-changes</guid>
      <pubDate>Sun, 04 Nov 2018 00:00:00 GMT</pubDate>
      <category>Git</category>
      <description>When you fork a project, you need a way to pull in changes from the original repository, usually called upstream. Here is how to wire up an upstream remote, actually sync your fork, and set up branch tracking so plain git pull and git push just work.</description>
    </item>
    <item>
      <title>JavaScript's map, filter, and reduce methods</title>
      <link>https://franktheprogrammer.com/articles/javascript-array-map-filter-reduce-functions</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/javascript-array-map-filter-reduce-functions</guid>
      <pubDate>Sun, 04 Nov 2018 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>JavaScript provides some amazing functions that can be called against your arrays to help filter them, manipulate them, or even reduce them down to a single value or grouped values.</description>
    </item>
    <item>
      <title>FizzBuzz in PHP: A Fresh Approach</title>
      <link>https://franktheprogrammer.com/articles/php-fizzbuzz-example</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/php-fizzbuzz-example</guid>
      <pubDate>Fri, 02 Nov 2018 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>FizzBuzz is a very popular programming question that tests your logic to see if you can build a simple program.</description>
    </item>
    <item>
      <title>PHP's array_reduce is not only for outputting single values</title>
      <link>https://franktheprogrammer.com/articles/php-array-reduce</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/php-array-reduce</guid>
      <pubDate>Thu, 01 Nov 2018 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>PHP's array_reduce is a simple way to partition a set of data or return a single value. It is super powerful and worth spending time learning.</description>
    </item>
    <item>
      <title>Improve Your Git Workflow with Git Flow</title>
      <link>https://franktheprogrammer.com/articles/improve-your-git-workflow-with-git-flow</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/improve-your-git-workflow-with-git-flow</guid>
      <pubDate>Tue, 06 Dec 2016 00:00:00 GMT</pubDate>
      <category>Git</category>
      <description>Git Flow is a structured branching model built around versioned, scheduled releases. Here is how its branches fit together, a hands-on walkthrough of features, releases and hotfixes, and an honest take on when it is still the right call.</description>
    </item>
    <item>
      <title>Using CSS Transitions</title>
      <link>https://franktheprogrammer.com/articles/using-css-transitions</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/using-css-transitions</guid>
      <pubDate>Mon, 05 Dec 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>CSS transitions are the standard way to apply transitions to your elements, and have been for years, replacing the old approach of using JavaScript. In this article, I'll go through each of the transition properties available, and provide examples of how to use them.</description>
    </item>
    <item>
      <title>Structuring Your Website With HTML 5 Semantics</title>
      <link>https://franktheprogrammer.com/articles/structuring-your-website-with-html-5-semantics</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/structuring-your-website-with-html-5-semantics</guid>
      <pubDate>Sun, 04 Dec 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>Prior to HTML 5, there was no real markup to help explain the intent behind your HTML code. The goal of HTML 5 was to offer a more readable way of writing your code, so that any author that comes after you can have an easier time going through what you've created.</description>
    </item>
    <item>
      <title>Interpolation in Stylus</title>
      <link>https://franktheprogrammer.com/articles/interpolation-in-stylus-css-pre-processor</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/interpolation-in-stylus-css-pre-processor</guid>
      <pubDate>Sat, 03 Dec 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>You can also use interpolation to improve your functions for reuse, as well as your other code within your stylesheet. The way it works is that you can wrap your expression within {}, which will then be outputted as the identifier.</description>
    </item>
    <item>
      <title>Creating Configuration Files In Stylus</title>
      <link>https://franktheprogrammer.com/articles/creating-configuration-files-in-stylus-css-pre-processor</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/creating-configuration-files-in-stylus-css-pre-processor</guid>
      <pubDate>Fri, 02 Dec 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>It's super simple to create a configuration file for instance that would manage your media query break points. You could also use a configuration file for managing colors, font sizes, and other variables such as gutter spacing and more.</description>
    </item>
    <item>
      <title>Using Functions and Mixins with Stylus</title>
      <link>https://franktheprogrammer.com/articles/using-functions-and-mixins-with-stylus-css-pre-processor</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/using-functions-and-mixins-with-stylus-css-pre-processor</guid>
      <pubDate>Thu, 01 Dec 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>Stylus allows you to create functions and mixins of reusable code for your stylesheets. You can also handle mathematical operations, unary operations, and more allowing you complete control over your stylesheets with ease.</description>
    </item>
    <item>
      <title>Setting Variables in Stylus</title>
      <link>https://franktheprogrammer.com/articles/setting-variables-in-stylus-css-pre-processor</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/setting-variables-in-stylus-css-pre-processor</guid>
      <pubDate>Tue, 29 Nov 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>Unlike CSS, in Stylus you can assign expressions to variables that can be reusable throughout your stylesheets.</description>
    </item>
    <item>
      <title>Using Selectors in Stylus</title>
      <link>https://franktheprogrammer.com/articles/using-selectors-in-stylus-css-pre-processor</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/using-selectors-in-stylus-css-pre-processor</guid>
      <pubDate>Mon, 28 Nov 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>Selectors are a way to pick the elements that you want styled. In Stylus, similar to CSS, you can apply a set of styles to any element by separating them by a comma delimited list. Stylus though, also allows you to select multiple elements by separating each on their own line.</description>
    </item>
    <item>
      <title>Learning Stylus: A CSS Pre-Processor</title>
      <link>https://franktheprogrammer.com/articles/learning-stylus-a-css-pre-processor</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/learning-stylus-a-css-pre-processor</guid>
      <pubDate>Sun, 27 Nov 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>This mini-series will be a little different to how you may see other articles on my site. Really this article is more geared as notes for me as I go through the documentation for Stylus, and learn the ins and outs of this beautiful language.</description>
    </item>
    <item>
      <title>BEM Methodology Overview and Naming Conventions</title>
      <link>https://franktheprogrammer.com/articles/bem-methodology-overview-and-naming-conventions</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/bem-methodology-overview-and-naming-conventions</guid>
      <pubDate>Sat, 26 Nov 2016 00:00:00 GMT</pubDate>
      <category>HTML &amp; CSS</category>
      <description>BEM or Block Element Modifier is a naming convention used to help organize your code base. In this article, I discuss its uses within your CSS projects.</description>
    </item>
    <item>
      <title>Introduction to ECMAScript 6</title>
      <link>https://franktheprogrammer.com/articles/introduction-to-ecmascript-6</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/introduction-to-ecmascript-6</guid>
      <pubDate>Fri, 25 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>The latest in ECMAScript 6 introduces new features to JavaScript which makes it so much more fun to use, while solving problems that have been around for years. The intent of this article is to provide you with resources you can use to start learning ES6 today.</description>
    </item>
    <item>
      <title>Babel Installation and Configuration</title>
      <link>https://franktheprogrammer.com/articles/babel-installation-and-configuration</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/babel-installation-and-configuration</guid>
      <pubDate>Thu, 24 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>Babel offers a convenient way to transform your ES6 code to JavaScript that all browsers can understand. In this article we'll go over a basic configuration that will enable you to start using it with any project right away.</description>
    </item>
    <item>
      <title>Configuring Stylus CSS Pre-Processor with Gulp and Sourcemaps</title>
      <link>https://franktheprogrammer.com/articles/configuring-stylus-css-pre-processor-with-gulp-and-sourcemaps</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/configuring-stylus-css-pre-processor-with-gulp-and-sourcemaps</guid>
      <pubDate>Wed, 23 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>In this article we'll go over how to configure your project to process Stylus files using Gulp. We'll also create source map file which your browser will use to help point you in the right direction of your files when developing</description>
    </item>
    <item>
      <title>Configuring Gulp With Less CSS Pre-Processor</title>
      <link>https://franktheprogrammer.com/articles/configuring-gulp-with-less-css-pre-processor</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/configuring-gulp-with-less-css-pre-processor</guid>
      <pubDate>Tue, 22 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>Less is a CSS pre-processor allowing you to create variables, mixins, and functions in an effort to make your CSS more maintainable.</description>
    </item>
    <item>
      <title>Using Browser Sync with Gulp for Live Reloading</title>
      <link>https://franktheprogrammer.com/articles/using-browser-sync-with-gulp-for-live-reloading</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/using-browser-sync-with-gulp-for-live-reloading</guid>
      <pubDate>Mon, 21 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>Browser Sync is a nice tool to use while developing. It allows your browser to reload live when changes are made to your files. For instance, assuming we're watching our CSS file for changes we can have the browser auto refresh/sync when it sees those changes made.</description>
    </item>
    <item>
      <title>Gulp Watch: Automate Your Gulp Tasks</title>
      <link>https://franktheprogrammer.com/articles/gulp-watch-automate-your-gulp-tasks</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/gulp-watch-automate-your-gulp-tasks</guid>
      <pubDate>Sun, 20 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>Gulp watch is perfect for when you're editing project files since it allows you to not have to run the gulp command manually each time.</description>
    </item>
    <item>
      <title>Configuring Gulp On A New Project</title>
      <link>https://franktheprogrammer.com/articles/configuring-gulp-on-a-new-project</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/configuring-gulp-on-a-new-project</guid>
      <pubDate>Sat, 19 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>Gulp may seem like a scary thing to wrap your head around at first, but it's actually quite easy to start using once you understand the basics.</description>
    </item>
    <item>
      <title>Yarn: Publishing a Package</title>
      <link>https://franktheprogrammer.com/articles/yarn-publishing-a-package</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/yarn-publishing-a-package</guid>
      <pubDate>Fri, 18 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>Publishing a package to the npm repository has never been simpler. With a few steps, you can create a package that is redistributable to all of your projects.</description>
    </item>
    <item>
      <title>Yarn: Fast and Secure Dependency Management</title>
      <link>https://franktheprogrammer.com/articles/yarn-fast-and-secure-dependency-management</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/yarn-fast-and-secure-dependency-management</guid>
      <pubDate>Thu, 17 Nov 2016 00:00:00 GMT</pubDate>
      <category>JavaScript</category>
      <description>Yarn is a super simple dependency management tool which is way faster to use instead of traditional npm. It acts as a drop-in replacement, so you can get started using yarn right away. The best way to install yarn is by using npm.</description>
    </item>
    <item>
      <title>Support for keys in list(), or its new shorthand syntax [] in PHP</title>
      <link>https://franktheprogrammer.com/articles/support-for-keys-in-list-or-its-new-shorthand-syntax-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/support-for-keys-in-list-or-its-new-shorthand-syntax-in-php</guid>
      <pubDate>Wed, 16 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>Now as of PHP 7.1, you can define the keys of your array that will be parsed when destructuring your arrays. Prior to PHP 7.1, you could only use arrays with numeric indexes. Now with this new addition, our lives just got easier.</description>
    </item>
    <item>
      <title>Type Hinting With The Iterable pseudo-type In PHP</title>
      <link>https://franktheprogrammer.com/articles/type-hinting-with-the-iterable-pseudo-type-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/type-hinting-with-the-iterable-pseudo-type-in-php</guid>
      <pubDate>Tue, 15 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>As of PHP 7.1, you can now type hint your method/function arguments with the keyword iterable for handling arrays or even objects that implement the Traversable interface.</description>
    </item>
    <item>
      <title>Type Hinting Callable Functions in PHP</title>
      <link>https://franktheprogrammer.com/articles/type-hinting-callable-functions-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/type-hinting-callable-functions-in-php</guid>
      <pubDate>Mon, 14 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>As of PHP 5.4, you can type hint your method arguments with the callable keyword allowing you to enforce the type of data that is passed via your arguments.</description>
    </item>
    <item>
      <title>Setting Visibility for Your Class Constants in PHP</title>
      <link>https://franktheprogrammer.com/articles/setting-visibility-for-your-class-constants-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/setting-visibility-for-your-class-constants-in-php</guid>
      <pubDate>Sun, 13 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>Now in PHP 7.1+, you can set different visibility modifiers for each of your class constants. The available visibility modifiers consist of public, protected, and private.</description>
    </item>
    <item>
      <title>Using Anonymous Classes in PHP</title>
      <link>https://franktheprogrammer.com/articles/anonymous-classes-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/anonymous-classes-php</guid>
      <pubDate>Sat, 12 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>As of PHP 7, you can now create quick throwaway objects for use within your projects. This can be especially useful for your automated tests, for instance, with allowing you to create quick implementations of your interfaces.</description>
    </item>
    <item>
      <title>Symmetric Array Destructuring in PHP</title>
      <link>https://franktheprogrammer.com/articles/symmetric-array-destructuring-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/symmetric-array-destructuring-in-php</guid>
      <pubDate>Fri, 11 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>As of PHP 7.1, you can now use the shorthand array syntax to destructure your arrays for assignment. Previously you would have had to use a function like list, but now you can use the simple new array shorthand syntax.</description>
    </item>
    <item>
      <title>Using PHP's array_map to format your arrays without loops</title>
      <link>https://franktheprogrammer.com/articles/php-array-map-to-format-your-arrays-without-loops</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/php-array-map-to-format-your-arrays-without-loops</guid>
      <pubDate>Thu, 10 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>So let's face it, loops are a bit boring. So how can we mix it up? Let's assume we have a case where we have a CSV file that we want to quickly parse.</description>
    </item>
    <item>
      <title>SOLID Principles in PHP</title>
      <link>https://franktheprogrammer.com/articles/solid-principles-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/solid-principles-in-php</guid>
      <pubDate>Wed, 09 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>The 5 basic principles for Object-Oriented Design, SOLID, were first created in an effort to improve maintainability in our code bases. SOLID is a mnemonic acronym that stands for each of the following principles: Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.</description>
    </item>
    <item>
      <title>Filtering Arrays Without Using Loops in PHP</title>
      <link>https://franktheprogrammer.com/articles/filtering-arrays-without-using-loops-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/filtering-arrays-without-using-loops-in-php</guid>
      <pubDate>Tue, 08 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>PHP has a built-in function called array_filter that allows you to filter through your arrays without the need for a loop. Personally, this approach feels much cleaner to me and simpler to comprehend.</description>
    </item>
    <item>
      <title>Void Return Types in PHP</title>
      <link>https://franktheprogrammer.com/articles/void-return-types-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/void-return-types-in-php</guid>
      <pubDate>Mon, 07 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>As of PHP 7.1, we can now use void return types within our methods. This is useful for cases where you have methods that are just setting or processing data without the need of returning any values.</description>
    </item>
    <item>
      <title>Type Hinting with Nullable Types in PHP</title>
      <link>https://franktheprogrammer.com/articles/type-hinting-with-nullable-types-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/type-hinting-with-nullable-types-in-php</guid>
      <pubDate>Sun, 06 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>As of PHP 7.1, you can now set your type declarations as nullable by simply prefixing them with a question mark ?. In doing so a null value can be passed in as a parameter or returned as a value for your methods.</description>
    </item>
    <item>
      <title>PHP Group Multiple use Declarations</title>
      <link>https://franktheprogrammer.com/articles/php-group-multiple-use-declarations</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/php-group-multiple-use-declarations</guid>
      <pubDate>Sat, 05 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>As of PHP 7, you can now group your imported classes, functions, and constants from under the same namespace.</description>
    </item>
    <item>
      <title>PHP Null Coalescing Operator</title>
      <link>https://franktheprogrammer.com/articles/php-null-coalescing-operator</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/php-null-coalescing-operator</guid>
      <pubDate>Fri, 04 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>One of my new favorite additions to PHP 7, is the Null Coalescing Operator. It cleans up your code by removing a tedious step of checking if some value is isset() and not NULL and returning it or if not setting a default.</description>
    </item>
    <item>
      <title>PHP Spaceship Operator</title>
      <link>https://franktheprogrammer.com/articles/php-spaceship-operator</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/php-spaceship-operator</guid>
      <pubDate>Thu, 03 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>One of the new features to hit PHP 7 is the Spaceship Operator. This new trick helps improve the way you'd compare 2 expressions. In short, the comparison returns 1 of 3 values (-1, 0, or 1) depending on the result of the comparison.</description>
    </item>
    <item>
      <title>Return Type Declarations in PHP</title>
      <link>https://franktheprogrammer.com/articles/return-type-declarations-in-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/return-type-declarations-in-php</guid>
      <pubDate>Wed, 02 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>PHP 7 now makes it possible to declare return types for your methods. This allows you better control over the data that will be returned from each method in your application.</description>
    </item>
    <item>
      <title>Scalar Type Hints in PHP</title>
      <link>https://franktheprogrammer.com/articles/scalar-type-hints-php</link>
      <guid isPermaLink="true">https://franktheprogrammer.com/articles/scalar-type-hints-php</guid>
      <pubDate>Tue, 01 Nov 2016 00:00:00 GMT</pubDate>
      <category>PHP</category>
      <description>Starting with PHP 7.0, it's now possible to declare scalar type hints for your method arguments. Previously, we were able to use array and callable, but now with PHP 7+, we have much more control.</description>
    </item>
  </channel>
</rss>