Ilya Trofimov
Hi,Today I'm going to tell you a story about a feature we wanted to implement to secure a website by adding authorisation to it.TL;DR:Authorization:plan your authorization flow in advance, with all involved calls and pagesLambda@Edge:keep html content out of the lambda codekeep lambda code as simple as possibleit could be tricky to find your lambda...
Alright, stranger! As we pass through the stage of basic Jenkins X overview in our first part , we are ready to go to infinity and go beyond the general application of Kubernetes environment. In this article, we are going to step further into Jenkins X world, by going through a step-by-step setup process and creating quickstart project. Furthermor...
Hi there!Today we’re going to share about Jenkins X.I think every developer knows what Jenkins is. Or at least has heard of it once. But what is ‘X’?Basically, Jenkins X is not just a CI/CD tool to run your builds and deployments, it is an attempt to automate the whole development process end to end for containerised applications based on Docker an...