As I was refactoring my application that once used Pug, Gulp and Express, and now uses Express with React, Redux and Webpack, I had a thought…
I am running into so many problems because I now have a layered architecture i.e. Express, React vs. Express, Pug.
Why don’t I, after solving every significantly time consuming problem, write down the issue and the solution. Then, if I ever run into a similar problem again in the future, I can refer to these notes.
So I have decided to do just that, and I will be storing all of these solutions on this website under the solutions tab. I will be living by the following quote as I post each new solution.
“If you can’t explain something in simple terms, you don’t understand it.”