Writing
Articles on design engineering covering project case studies, thought process, front-end strategy, techniques and best practices, focused on Design, HTML, CSS, SVG, accessiblity, and everything in between.
How to fix 'document not defined' in Gatsby Build
The error `document is not defined` or `window is not defined`window is not defined you see when building a gatsby project is as a result of gatsby attempting to query the DOM on the server as it is server-side rendering.
How to Set Up React Project on a Virtual Server
So, you've finished building up the UI for your React project and you want to host it up on a remote machine. In this article, we'll be using Google Cloud Platform to host our sample React website.