A NodeJS API structure
Setting up the project Next we start building out the architecture in the server-middleware folder. It can seem a lot for just one endpoint, but...
Setting up the project Next we start building out the architecture in the server-middleware folder. It can seem a lot for just one endpoint, but...
Setting up your new project npm init nuxt-app <project-name> Note this will ALSO create a subfolder of <project-name> The installation process...
The story so far... We already have our Nuxt application up and running on a Windows 2019 server, and we have IIS configured as a reverse proxy. So...
The back story Once upon a time, everything was written in .NET - applications were monolithic and complex, but everything was compiled which meant...
A few notes... Use npm ci instead of "install" - it means that the package-lock.json file is used to control what libraries are installed, so you...
CI/CD has to be the best creation in development since we moved away from punchcards! Here's how I've been implementing CICD in my Github projects...
TailwindCSS makes it easy to create a basic site layout, but what about some loading animation to give your site a little something? There are many...
A discussion came up today that went something like this... We've decided to standardize on TailwindCSS for our CSS library because we want a level...
One of the things I love about the NuxtJS framework is that it does so much of the routine work for you - things like declaring components, for...
One of the most terrifying moments in life comes when I see that list of Dependabot alerts in my email - even without opening up the email, I know...