Menu

Close
  • Home
  • GitHub
  • Twitter
  • Email
Matthew Brown's Software BlogMenu

Matthew Brown's Software Blog

A blog about software and related technology topics.

Scroll Down
Page 1 of 2Older Posts →

Book Review: The Passionate Programmer

I recently read the book The Passionate Programmer: Creating a Remarkable Career in Software Development (Pragmatic Life) by Chad Fowler… »

Matthew BrownMatthew Brown on programming, stuff, other06 January 2019

The Software Developer Blueprint: New eBook

The Software Develop Blueprint: How I Became a Developer and How You Can Too I am proud to announce that I have a new eBook available now on… »

Matthew BrownMatthew Brown on programming, stuff, other03 January 2019

How to Improve Material-UI List Performance

The Problem If you've ever used Material UI components for a React project, you've most likely ran into performance issues with displaying… »

Matthew BrownMatthew Brown on programming, stuff, other12 December 2018

Building a Node.js Service with AWS Lambda, DynamoDB, and Serverless Framework

I recently wrote an article explaining the pros and cons of serverless computing and then build a Node.js web service using the serverless… »

Matthew BrownMatthew Brown on programming, stuff, other05 November 2018

Functional Programming

In this article I'm going to discuss the functional programming paradigm and the benefits of using that paradigm in your code. I'll be… »

Matthew BrownMatthew Brown on programming, stuff, other21 June 2018

Why Your Team Should Be Doing Code Reviews

I believe that code reviews are one of the best things a development team can do for adding value to their development process. I know from… »

Matthew BrownMatthew Brown on programming, stuff, other13 June 2018

Immutability in Javascript

I'm currently working on a project that uses React and Redux. Both of these js libraries enforce immutability of objects as they won't let… »

Matthew BrownMatthew Brown on programming, stuff, other08 June 2018

A New Beginning...

New Blog! If you've checked out my blog before you'll likely notice things look pretty different. I'm currently in the middle of the… »

Matthew BrownMatthew Brown on programming, stuff, other08 June 2018

Functional Stateless Components in React

In this article I'm going to explain functional stateless React components using simple code examples. Now this may sound abstract, but the… »

Matthew BrownMatthew Brown on programming, stuff, other09 April 2018

JavaScript's call, bind, and apply - A Quick Explanation

If you don't use JavaScript's call, bind, and apply regularly you might not be aware of what they do and how to use these native functions… »

Matthew BrownMatthew Brown on programming, stuff, other09 April 2018
Page 1 of 2Older Posts →
Matthew Brown © 2025
Proudly published with Gatsby