Categories
web development tools

The Fastest Way to Mock a REST API JSON Response

You’ve just found the Fastest Way to Mock a Rest API JSON Response. I know time is precious so I’ll be quick: First Step: Install the Server sudo npm install -g json-server Second Step: Create the Mock Response This will be depending on what you want the fastest mock REST API to be. Create it […]

Categories
Integration web development tools

continuous integration: Jenkins Automated Deployments with a Private git server

What is Jenkins? A continuous integration tool written in Java. Continuous integration is the process of merging development work among multiple developers. It also serves to automate unit testing and I am certain other types of testing in test driven development. To simplify all that, it is build automation and in my opinion an automated […]