Skip to content

Daily Spaghetti Code

Software development made easy

git

What is Git and version control?

What is version control? Man, I wish I could save the current state of the project. That way I can just roll back if I screw up! – Every programmer ever Imagine doing a programming project. At some point you might introduce some extensive changes, and this thought pops into your head. Maybe you then …

What is Git and version control? Read More »

swagger expressjs

Adding POST and DELETE Swagger docs

Our ExpressJS API is set up and we are able to write inline documentation which is rendered in our auto generated Swagger UI. So far so good! But until now, we only worked with the example endpoints given to us by the express-generator. To show more of the functionality Swagger provides, lets add a POST …

Adding POST and DELETE Swagger docs Read More »

swagger expressjs

Adding Swagger to your ExpressJS API

So, you have your NodeJS API running using the ExpressJS framework. If not, check out my guide on how to quickly and easily set it up. Now the time has come to lay the foundation of a good API documentation using Swagger. By adding the Swagger UI tool to our API, we will also be …

Adding Swagger to your ExpressJS API Read More »

nodejs expressjs

Creating an API with NodeJS and ExpressJS

You want an API and you want it now! What if I tell you that your API is just minutes away? Using the express-generator we will be able to get a Node/Express API up and running in no time. What I will cover in this post is: Install and setup a NodeJS API using the …

Creating an API with NodeJS and ExpressJS Read More »

Recent Posts

  • What is Git and version control?
  • Adding POST and DELETE Swagger docs
  • Adding Swagger to your ExpressJS API
  • Creating an API with NodeJS and ExpressJS
Copyright © 2025 Daily Spaghetti Code