Mini book: The InfoQ eMag: DevSecOps in Practice

InfoQ - DevOps

In this eMag, we present you expert security advice on how to effectively integrate security practices and processes in the software delivery lifecycle, so that everyone from development to security and operations understands and contributes to the overall…

8 April 2019

Presentation: The Failure of Focus

InfoQ - Culture & Methods

Liz Keogh discusses different strategies for approaching complex ecosystems, starting from where we are right now, and allowing innovation to emerge through obliquity, naivety, and serendipity. By Liz Keogh

8 April 2019

Show HN: Gfile, a WebRTC based file transfer utility in Go

Hacker News

It allows to share a file directly between two computers, without the need of a third party. This project is still in its early stage. gfile send --file filename * A base64 encoded SDP will appear, send it to the remote client * Follow the instructions…

8 April 2019

58 Bytes of CSS to look great nearly everywhere

Hacker News

when making this website, i wanted a simple, reasonable way to make it look good on most displays. not counting any minimization techniques, the following 58 bytes worked well for me: main { max-width: 38rem; padding: 2rem; margin: auto; it appears…

8 April 2019

Experimenting With #NoProductOwner at F-Secure

InfoQ - Culture & Methods

Maaret Pyhäjärvi experimented with no product owner and reported the benefits on team performance. The team developed a cross-team ownership that increased their ability to solve problems, they improved the flow of value, delivered solutions faster, and…

8 April 2019

Curl says bye bye to pipelining

Hacker News

HTTP/1.1 Pipelining is the protocol feature where the client sends off a second HTTP/1.1 request already before the answer to the previous request has arrived (completely) from the server. It is defined in the original HTTP/1.1 spec and is a way to avoid…

7 April 2019

How to design perfect software products (2013)

Hacker News

My tweet "Still amazed by the power of engineers to over-design. Complexity is easy, folks, it's simplicity that is hard" got over 50 retweets. Clearly I touched a nerve in a world swimming in hopeless complexity. But talk is easy. How do we design for…

7 April 2019

Native image lazy-loading for the web

Hacker News

In this post, we'll look at the new loading attribute which brings native and lazy-loading to the web!. For the curious, here's a sneak preview of it in action: We are hoping to ship support for loading in Chrome 75 and are working on a deep-dive of the…

7 April 2019