News Category: Enterprise
Medium Blog | April 20, 2018
Managing OPA
OPA is a general-purpose policy engine that let’s you offload decisions from your service. To do so, OPA needs to have access to policies and data that it can use to make decisions.
Prior to v0.8, OPA only exposed low-level HTTP APIs that let you push policy and data into the engine. With v0.8, we’...
Read 0 Comments
The New Stack | April 20, 2018
Meet Gloo, the ‘Function Gateway’ That Unifies Legacy APIs, Microservices, and Serverless
Most enterprises still have monolithic applications, but many are exploring the use of microservices. The monoliths are accessible via APIs and monitored by the traditional application performance management (APM) tools, with deep dives provided by Splunk and other log investigation tools. With...
Read 0 Comments
eWeek | April 19, 2018
Docker Enterprise Edition 2.0 Launches With Secured Kubernetes
After months of development effort, Kubernetes is now fully supported in the stable release of the Docker Enterprise Edition.
Docker Inc. officially announced Docker EE 2.0 on April 17, adding features that have been in development in the Docker Community Edition (CE) as well as enhanced enterprise...
Read 0 Comments
Dev.to | April 19, 2018
A Quick Look at the Git Object Store
Let's talk about some of the internals of git and how it stores and tracks objects within the .git directory.
If you're unaware of what the .git directory is, it's simply a space that git uses to store your repositories data, the directory is created when you run git init. Information such as...
Read 0 Comments
Network World | April 19, 2018
How to Do Math on the Linux Command Line
Can you do math on the Linux command line? You sure can! In fact, there are quite a few commands that can make the process easy and some you might even find interesting. Let's look at some very useful commands and syntax for command line math.
expr
First and probably the most obvious and commonly...
Read 0 Comments
Dev.to | April 18, 2018
Anatomy of a JavaScript Error
It’s not a pretty sight when an application dies. Error messages can be difficult to understand, and we sometimes have to put our investigator hats on to solve the mystery and find the culprit.
Most software developers spend all their time avoiding errors, but here at Bugsnag, our entire product is...
Read 0 Comments
SDx Central | April 18, 2018
Google Kaniko Tool Wrenches on Container Privilege Concern
Google unveiled an open source tool that targets container security issues tied to the granting of privileged access to a Docker-based container. Docker containers are by default not granted privileged access to root content, though that does limit their agility.
Analysts have noted that the...
Read 0 Comments
MakeUseOf | April 18, 2018
8 Ways Linux Is Taking Over the World
The Large Hadron Collider (LHC) is the world’s largest and most powerful particle accelerator. It’s a 17-mile long circular tube that’s buried 175 meters below the French-Swiss border near Geneva.
It’s common knowledge that the facility has been resounding success from a scientific perspective. But...
Read 0 Comments
Riot Games | April 18, 2018
A Taxonomy of Tech Debt
Hi there. I’m Bill “LtRandolph” Clark, and I’m the engineering manager for the Champions team on LoL. I’ve worked on several different teams on League over the past years, but one focus has been consistent: I’m obsessed with tech debt. I want to find it, I want to understand it, and where possible...
Read 0 Comments
Built to Adapt | April 17, 2018
What’s the Value of CI/CD?
There are two questions you have to ask when considering shipping software:
Can we ship?
Should we ship?
“Should we ship?” is ultimately a business decision. Is it valuable to the business to put the latest features in the hands of the users right now? The product manager (PM) represents the...
Read 0 Comments