Static websites are a popular way of deploying frontend applications. Learn how to increase their security with Content Security Policies that are injected with help of Lambda@Edge. Everything packed into resuable Terraform module that you can reuse across all your projects.
Tworzenie i publikacja narzędzia CLI w Node.js może być nie tylko łatwa ale także bardzo szybka. W trakcie 15 minutowej sesji live coding stworzymy, skonfigurujemy oraz przetestujemy własne narzędzie, którym w późniejszym czasie będziemy mogli podzielić się z innymi.
Browser sniffing is bad, we should use feature detection - we often hear that. However, detecting certain features or bugs is not always a question of simple "if" statements. We'll look at examples of more complex feature or bug detection, based on how various popular libraries are doing it.