Unsorted Bookmarks

49619 bookmarks
Custom sorting
LLVM Project Blog: LLVM's New Versioning Scheme
LLVM Project Blog: LLVM's New Versioning Scheme
Historically, LLVM's major releases always added "0.1" to the version number, producing major versions like 3.8, 3.9, and 4.0 (expected by March 2017). With our next release though, we're changing this.
·blog.llvm.org·
LLVM Project Blog: LLVM's New Versioning Scheme
The Open/Closed Principle · Patrick's Blog
The Open/Closed Principle · Patrick's Blog
I am a big proponent of the SOLID principles. But one of the principles - the open/closed principle - is often misunderstood. software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification This is how Bertrand Meyer stated it first in his book “Object-Oriented Software...
·patrick.louys.ch·
The Open/Closed Principle · Patrick's Blog
Gating the IoT
Gating the IoT
Your car. My toaster. Our lights. The neighbor’s thermostat. With an average of 7.8 connected devices per home, according to recent surveys, there are twice as many “things” in the house as the average 3.14 people per household in the US in...
·devcentral.f5.com·
Gating the IoT
Planning For Next Year – AVC
Planning For Next Year – AVC
For the past few weeks I have been going from Board Meeting to Board Meeting reviewing, discussing, debating, and, ideally, approving the 2017 plans for the companies that I work with. Here are some thoughts and observations about the year end planning process: 1) Companies should start the annual planning process early. I think September […]
·avc.com·
Planning For Next Year – AVC
From Japan, a Wonderfully Overcomplicated System for Self-Packaging Groceries - Core77
From Japan, a Wonderfully Overcomplicated System for Self-Packaging Groceries - Core77
How would you tackle the following design problem? Here's the desired user experience that the client, a convenience store chain, wants its customers to have: 1. Customers walk the aisles, physically selecting items for purchase.2a. They check out via machine.2b. They check out without physically handling the goods.3. Their goods
·core77.com·
From Japan, a Wonderfully Overcomplicated System for Self-Packaging Groceries - Core77
Developer Relations: More than Traveling the World and Buying People Beer - The New Stack
Developer Relations: More than Traveling the World and Buying People Beer - The New Stack
Developer relations is one of those roles that has different names and meanings that vary depending on the person talking about it. At DevRelCon in London on December 8, presenters referred to this job as "developer relations," "technical evangelism," "developer advocacy," and "community management." But, regardless of what you call it, most companies throughout the…
·thenewstack.io·
Developer Relations: More than Traveling the World and Buying People Beer - The New Stack
Sysdig: The Importance of Having Visibility into Containers - The New Stack
Sysdig: The Importance of Having Visibility into Containers - The New Stack
On today’s episode of The New Stack Analysts podcast, TNS editor Benjamin Ball spoke with Sysdig founder Loris Degioanni, in preparation for our fifth eBook, the just-posted Monitoring & Management with Docker & Containers. Sysdig’s ContainerVision technology offers developers visibility into their containerized applications without the need to place individual agents within the containers themselves. Ball and Degioanni explore…
·thenewstack.io·
Sysdig: The Importance of Having Visibility into Containers - The New Stack
Introducing Kinvey Flex: A Unified Node.js mBaaS Platform - The New Stack
Introducing Kinvey Flex: A Unified Node.js mBaaS Platform - The New Stack
There are times when developing a new app feels like constructing a Lego model (one of the really hard ones, like the giant Death Star). Even when utilizing a Backend-as-a-Service (BaaS) — or any other Fill-in-the-Blank-as-a-Service — there is still a lot of hands-on work required. You still need to integrate that smorgasbord of separate…
·thenewstack.io·
Introducing Kinvey Flex: A Unified Node.js mBaaS Platform - The New Stack
Can your Python template do this?
Can your Python template do this?
I like to imagine components of a Python web framework as personalities. Here's how I would imagine a conversation between a typical view and template would go down:
·willmcgugan.com·
Can your Python template do this?
V8 JavaScript Engine: V8 ❤️ Node.js
V8 JavaScript Engine: V8 ❤️ Node.js
This blog post highlights some of the recent efforts to make Node.js better supported in V8 and Chrome DevTools.
·v8project.blogspot.com·
V8 JavaScript Engine: V8 ❤️ Node.js
PostGraphQL: PostgreSQL meets GraphQL
PostGraphQL: PostgreSQL meets GraphQL
GraphQL is a data query language that provides a flexible syntax for client applications to describe how data is consumed. The basic idea behind GraphQL is that, rather than consuming the data specified by the server, it's the client that specifies the returned data and its format. In a previous
·compose.com·
PostGraphQL: PostgreSQL meets GraphQL
Please stop the turtles! Underlay is it’s own thing. | Rob Hirschfeld
Please stop the turtles! Underlay is it’s own thing. | Rob Hirschfeld
DISCLAIMER: “Abstractions are helpful till they are not” rant about using the right tools for the job follows… I’ve been hearing the Hindu phrase “turtles all the way …
·robhirschfeld.com·
Please stop the turtles! Underlay is it’s own thing. | Rob Hirschfeld
Event Sourcing: CQRS and querying using read models
Event Sourcing: CQRS and querying using read models
How does one query over data in an Event-Sourced system? We examine ways not to and the solution: CQRS. What is it and how do you make it work?
·erikheemskerk.nl·
Event Sourcing: CQRS and querying using read models