It wasn't the best experience I had but everything comes with ups and downs. I learned more about how to work within a team and how sometimes tasks won't be completed while the deadline keeps approaching steadily. We should learn from all our experiences; both good and bad. My initial reaction was that I didn't think that things would work in this group but we managed anyway and we were able to deliver a basic project. I hope that the thesis project experience will be a lot better than this one. I actually learned multiple stuff and I'm grateful for that.
Middlewares in Javascript are functions that come in the middle of the request-response cycle. They have access to both the request and the response object as well as the next middleware function to be executed; usually called next(). Popular examples on middleware include: body-parser, cors, session, cookie-seesion and cookie-parser.
Comments
Post a Comment