Found 49605 bookmarks
Newest
The RACI Model | RACI Charts
The RACI Model | RACI Charts
The RACI model clearly lays out roles and responsibilities for any activity or group of activities. Here are the basic elements of a RACI model -
·racichart.org·
The RACI Model | RACI Charts
Akamai Developer | EdgeWorkers Use Case
Akamai Developer | EdgeWorkers Use Case
Many websites provide a search function to help users find nearby locations such as retail stores. Typically, a store locator service is implemented on-premise or at the cloud origin, searching a database to find physical locations near the user. You can improve the performance of this search by executing it in a serverless function at the Edge with EdgeWorkers.
·developer.akamai.com·
Akamai Developer | EdgeWorkers Use Case
Akamai Developer | Serverless Computing
Akamai Developer | Serverless Computing
Learn how Akamai's serverless computing solution can help you use geolocation to improve user experience.
·developer.akamai.com·
Akamai Developer | Serverless Computing
Average color of geographic areas | FlowingData
Average color of geographic areas | FlowingData
Based on satellite imagery, Erin Davis found the average color of places around the world. The above is by county in the United States, but Davis also made maps by country, which are a mix of green…
·flowingdata.com·
Average color of geographic areas | FlowingData
Average colors of the world – Data Stuff
Average colors of the world – Data Stuff
I wrote that I wanted to expand creatively beyond maps in 2021, but here we are, halfway in, and half my posts are maps. In my defense, I made these last year and just haven’t gotten around t…
·erdavis.com·
Average colors of the world – Data Stuff
Luck is not a strategy | Seth's Blog
Luck is not a strategy | Seth's Blog
Advice from people who have gotten lucky is a tricky thing. Perhaps they did x, y and z, and then got lucky. As story telling creatures, it’s natural to assume that x, y or z had something to…
·seths.blog·
Luck is not a strategy | Seth's Blog
Why Amazon bought Whole Foods.
Why Amazon bought Whole Foods.
The health food chain that transformed the grocery industry is helping the corporate behemoth that transformed all the others.
·slate.com·
Why Amazon bought Whole Foods.
Using collections to make your SQL access easier and more efficient - Stack Overflow Blog
Using collections to make your SQL access easier and more efficient - Stack Overflow Blog
To overcome SQL limitations, many companies introduced programming languages for building applications that interface with SQL databases—for example PL/SQL from Oracle. PL/SQL applications can be inefficient. But you can streamline this interface using data type collections, making PL/SQL applications faster and more efficient.
·stackoverflow.blog·
Using collections to make your SQL access easier and more efficient - Stack Overflow Blog
Open Source Licenses: Who Holds the Power? – The New Stack
Open Source Licenses: Who Holds the Power? – The New Stack
The COVID-19 pandemic accelerated enterprises’ move to the cloud — and with it, adoption of open source software (OSS), much of which is designed specifically for the cloud. OSS means the code is freely available and distributed under an Open Source Initiative or OSI approved license. There are loads of reasons to go open source:…
·thenewstack.io·
Open Source Licenses: Who Holds the Power? – The New Stack
Sapphire Rapids Xeons with HBM could let DAOS reign – Blocks and Files
Sapphire Rapids Xeons with HBM could let DAOS reign – Blocks and Files
Coming gen-4 Xeon processors will use high-bandwidth memory (HBM) to speed processing, with Intel also announcing Ponte Vecchio GPU validation, Ethernet HPC use, and commercial support for DAOS object storage. Intel announced these moves at the 2021 International Supercomputing Conference (ISC). Trish Damkroger, VP and GM of High Performance Computing at Intel, presented the Sapphire […]
·blocksandfiles.com·
Sapphire Rapids Xeons with HBM could let DAOS reign – Blocks and Files
Artifact Hub
Artifact Hub
Find, install and publish Kubernetes packages
·artifacthub.io·
Artifact Hub
GPU-Direct Storage hitting the streets to VAST acclaim – Blocks and Files
GPU-Direct Storage hitting the streets to VAST acclaim – Blocks and Files
Nvidia’s CPU-bypass GPUDirect Storage (GDS) technology is now available, and has been added to its HGX AI supercomputer. There are three vendors already in production and five more ramping up.  The HGX is a rack-based system loaded with multiple GPUs to function as a high-end AI acceleration engine. It is based on a 2017 Microsoft HGX-1 […]
·blocksandfiles.com·
GPU-Direct Storage hitting the streets to VAST acclaim – Blocks and Files
Continuous Testing Practices - Part 2 - DevOps.com
Continuous Testing Practices - Part 2 - DevOps.com
Part 2 offers a comprehensive list of practices that can be used to understand and assess an organization’s continuous testing capabilities.
·devops.com·
Continuous Testing Practices - Part 2 - DevOps.com
why gRPC is better than REST apis that deal with json, fast
why gRPC is better than REST apis that deal with json, fast
REST is the ubiquitous way of writing APIs for as long as I can remember. Today I want to introduce you to a new way of writing APIs. Have you met gRPC? gRPC is a relatively new way to write APIs and consume them as if you're just calling a functio...
·under-engineered.hashnode.dev·
why gRPC is better than REST apis that deal with json, fast
Dimitrios Dedoussis — The journey of documenting a Socket.IO API (Pt 1)
Dimitrios Dedoussis — The journey of documenting a Socket.IO API (Pt 1)
How to document a Socket.IO API? This is the first part of a series of blog posts covering the modelling of the Socket.IO protocol using AsyncAPI objects followed by a step-by-step tutorial on how to create a specification YAML file given an existing Socket.IO API.
·dedouss.is·
Dimitrios Dedoussis — The journey of documenting a Socket.IO API (Pt 1)
Nice nginx features for operators | There is no magic here
Nice nginx features for operators | There is no magic here
In the previous post, I’ve shared a few things that were useful to me as a developer. Now wearing my “ops” hat, there are a few things that I wanted to cover - blocking bad clients, rate limiting, caching, and gradual rollout. Blocking bad clients Blocking bad clients in nginx is usually implemented with a simple return 403 for some requests. To classify request we can use any builtin variable, e.
·alex.dzyoba.com·
Nice nginx features for operators | There is no magic here