
Prepending PHP to a Page in Gatsby
Need a little PHP inside a Gatsby build? This guide shows a pragmatic way to prepend server‑side code when a fully static approach is not enough.
Articles
Node.js is a cross‑platform, open‑source JavaScript runtime environment which executes JavaScript code outside a web browser. It allows us front‑end developers the opportunity to write code on the back‑end without the need to learn a more sophisticated back‑end language.
Below you will find a subset of articles from my blog specifically about Node.js. This is an area I have worked with for many years, and it has been a regular subject in my writing. There are twenty articles collected together for you below.

Need a little PHP inside a Gatsby build? This guide shows a pragmatic way to prepend server‑side code when a fully static approach is not enough.

Browser and Node.js JavaScript compared through host APIs, globals, modules, async behaviour, DOM access, server APIs, and environment mix‑ups cleanly.