DevTestSecOps
138 subscribers
469 photos
29 videos
37 files
695 links
Forwards and notes on development, testing, security, and operations from @q587p.

About me: studied as System Architect, worked as a SysAdmin, working now as an Test Automation Engineer. Also, I'm interested in hacking (and everything related to it).

జ్
Download Telegram
NGINX-Cookbook-2021-Edition.pdf
9.8 MB
#cookbook

Easy to Follow recipes on the most important #nginx use cases, 2021 edition.

You can find the most popular configuration samples like: load balancing, caching, security, cloud deployment and automation of containers and microservices.
#hack

Ubuntu, Chrome, Safari, Parallels and Microsoft products were hacked at the Pwn2Own 2021 competition:

Welcome to Pwn2Own 2021! This year, we’re distributed amongst various locations to run the contest, but we’ll be bringing you all of the results live from Austin with love. This year’s event is shaping up to be one of the largest in Pwn2Own history, with 23 separate entries targeting 10 different products in the categories of Web Browsers, Virtualization, Servers, Local Escalation of Privilege, and - our newest category - Enterprise Communications.

https://www.zerodayinitiative.com/blog/2021/4/2/pwn2own-2021-schedule-and-live-results (via)
#cookies in #UK

Yes, absolutely. UK websites use

£.biscuit()

instead of

$.cookie()

https://twitter.com/scattermoon/status/1385329850471358467
Channel photo updated
#video

#Microservices promise a scalable #architecture, increased flexibility, and better performance. But then you find out what’s actually involved in designing and running a microservices-based architecture. Turns out it’s not that straightforward after all.

Often the discussion around microservices is framed by a false dichotomy between the messy monolith and the lean and mean microservices architecture. Fortunately, there’s a third way: the modularized application. Functional decomposition doesn’t imply that every component has to become its own independent process.

Modularization is about strong encapsulation, well-defined interfaces, and explicit dependencies. Many languages offer in-process modularization features (for example, Java with its all-new module system). In this session we explore the right (and wrong) reasons for going with a microservices architecture, as well as what a modularized application entails. There’s a place for both independently deployed microservices and larger applications with a strong internal modular structure. Choose wisely.

https://youtu.be/AJW2FAJGgVw