Fake JSON service: json-server I wanted to present my own quick introduction to Linux process manager, but I realized that I need something that could be managed. We will build a simple REST API that will mock service that returns proper strings in various languages.
Embrace the Change "Change is the law of life. And those who look only to the past or present are certain to miss the future” JFK once said. This observation also works software development, as product requirements can and do change. That is why XP programming, the agile approach, Scrum and all the rest were created: earlier models were inefficient in dealing with change.
OAuth2 introduction The OAuth2 is an open authorization standard that enables third-party applications to obtain access to server resources either on behalf of a resource owner (in most cases the client application end-user) or the on an application’s own behalf.
Jaguar Land Rover Developer Challenge Jaguar Land Rover Hackathon is an annual business idea competition, bringing together some of the best developers and business analysts from all around the UK.
Serverless Code with AWS Lambda AWS Lambda is an Amazon's service for hosting code without the need to maintain a server to host it on. You simply write your function, upload it to Amazon and use it – let them worry about finding actual resources to run it on.
International Conference on Web Engineering In the beginning of June I attended the sixteenth International Conference on Web Engineering. It was organized by USI - Università della Svizzera italiana in Lugano and chaired by professor Cesare Pautasso. A great event at a beautiful location.
Writing custom controls in Android The more complicated applications you write, the more sophisticated user controls you'll need. This is the time you'll have to implement your own, custom controls. And this is precisely what we'll do today.