-
Create microservice 1 with node.js
-
-
### Motivation
- One of the points brought up in pen testing by Gofore
- Easier deployment of mobile testing environments and other environment
- Number of required SSL certificates lessens
We are p…
-
יש ליצור את הקונטרול של הפוסטים ואת הפעולות הבאות:
- [x] InsertPost {all the details} (POST)
- [x] UpdatePost {all the details} (PUT)
- [x] DeletePost/:id (DELETE)
- [x] GetPost/:id (GET)
יש ליצור…
-
יש ליצור את הקונטרול של המשתמשים ואת הפעולות הבאות:
- [x] InsertUser {all the details} (POST)
- [x] Login {email, password} (POST)
- [x] UpdateUser {all the details} (PUT)
- [x] UpdateUserEmail {id,…
-
-
Add a header to each outgoing request that specifies what microservice/instance is handling this request.
For example `X-Doge-Service` and `X-Doge-Pod`. Feel free to drop name suggestions in this iss…
-
I have successfully dockerized bottom level microservices i.e DataRetrival, ModelAnalysis and ModelExecution. Now started working on dockerizing Session Management.
-
Hello,
I am reading your book and I have a doubt about the correct way of organizing the project.
In this example, you create one big repo with all sources into, but when you have microservices an…
-
Hi, I run `bash fetchData.sh start_date=0d0 end_date=1d1` to download the files. And I extract `CallGraph/CallGraph_0.tar.gz` to get `CallGraph_0.csv`.
I use csvq to parse the csv, then I got `par…