Skip to content

Commit

Permalink
Issue #698
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed May 19, 2024
1 parent f30d643 commit afa52a9
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 0 deletions.
51 changes: 51 additions & 0 deletions _posts/2024-05-19-698.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: DEVOPS WEEKLY ISSUE \#698 - 19th May 2024
date: 2024-05-19T08:58:31+01:00
---

This week we have posts on APIs, behind the scenes of a large production infrastructure, speeding up monorepo builds and tools for managing feature flags and a new programming language for large scale data processing.


StackHawk sponsors Devops Weekly
============================

[ICYMI] DAST is Dead! Long Live DAST! The Evolution of Dynamic API security Testing webinar is now available on YouTube. Watch on-demand here.
<br>[https://sthwk.com/long-live-dast-webinar](https://sthwk.com/long-live-dast-webinar)


News
====

An interesting look at a large production infrastructure, including anycast routing, Kubernetes and AWS Serverless features.
<br>[https://vercel.com/blog/behind-the-scenes-of-vercels-infrastructure](https://vercel.com/blog/behind-the-scenes-of-vercels-infrastructure)


A presentation on building an SDK program, automatically generating API clients and documentation from OpenAPI specifications.
<br>[https://www.apimatic.io/events/build-a-winning-sdk-program-in-2024-event](https://www.apimatic.io/events/build-a-winning-sdk-program-in-2024-event)


Large monorepos can often pose a challenge for traditional CI systems, leading to slow build times. This post looks at using Yarn to only run tests against components that have changed, speeding up feedback.
<br>[https://mathieularose.com/ci-cd-pipeline-change-based-testing-yarn-based-monorepo](https://mathieularose.com/ci-cd-pipeline-change-based-testing-yarn-based-monorepo)


A run down of what makes a good REST API. Looking at OpenAPI and associated tooling, rate limiting tips, asynchronous APIs and more.
<br>[https://apitally.io/blog/what-makes-a-good-rest-api](https://apitally.io/blog/what-makes-a-good-rest-api)


A tutorial combining Pulumi with Docker Build Cloud, including caching images to AWS ECR and building multi-platform images.
<br>[https://www.docker.com/blog/pulumi-and-docker-build-cloud/](https://www.docker.com/blog/pulumi-and-docker-build-cloud/)


Tools
=====

Bend is a massively parallel, high-level programming language. Think the expressiveness of Python, but with near-linear speedup on multi-core hardware like GPUs, but with zero explicit parallel annotations.
<br>[https://github.com/HigherOrderCO/Bend](https://github.com/HigherOrderCO/Bend)


Unleash is a feature flagging framework and application with a wide range of clients for different programming languages and frontend frameworks.
<br>[https://github.com/Unleash/unleash](https://github.com/Unleash/unleash)




77 changes: 77 additions & 0 deletions originals/698.mail.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
Subject: =?utf-8?Q?Devops=20Weekly=20#698?=
Date: Sun, 19 May 2024 07:58:31 +0000

DEVOPS WEEKLY
ISSUE #698 - 19th May 2024

This week we have posts on APIs=2C behind the scenes of a large production=
infrastructure=2C speeding up monorepo builds and tools for managing feat=
ure flags and a new programming language for large scale data processing.


StackHawk sponsors Devops Weekly
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D

[ICYMI] DAST is Dead! Long Live DAST! The Evolution of Dynamic API securi=
ty Testing webinar is now available on YouTube. Watch on-demand here.

https://sthwk.com/long-live-dast-webinar


News
=3D=3D=3D=3D

An interesting look at a large production infrastructure=2C including anyc=
ast routing=2C Kubernetes and AWS Serverless features.

https://vercel.com/blog/behind-the-scenes-of-vercels-infrastructure


A presentation on building an SDK program=2C automatically generating API=
clients and documentation from OpenAPI specifications.

https://www.apimatic.io/events/build-a-winning-sdk-program-in-2024-event


Large monorepos can often pose a challenge for traditional CI systems=2C l=
eading to slow build times. This post looks at using Yarn to only run test=
s against components that have changed=2C speeding up feedback.

https://mathieularose.com/ci-cd-pipeline-change-based-testing-yarn-based-m=
onorepo


A run down of what makes a good REST API. Looking at OpenAPI and associate=
d tooling=2C rate limiting tips=2C asynchronous APIs and more.

https://apitally.io/blog/what-makes-a-good-rest-api


A tutorial combining Pulumi with Docker Build Cloud=2C including caching i=
mages to AWS ECR and building multi-platform images.

https://www.docker.com/blog/pulumi-and-docker-build-cloud/


Tools
=3D=3D=3D=3D=3D

Bend is a massively parallel=2C high-level programming language. Think the=
expressiveness of Python=2C but with near-linear speedup on multi-core ha=
rdware like GPUs=2C but with zero explicit parallel annotations.

https://github.com/HigherOrderCO/Bend


Unleash is a feature flagging framework and application with a wide range=
of clients for different programming languages and frontend frameworks.

https://github.com/Unleash/unleash



If you received this email directly then you're already signed up=2C thank=
s! If however someone forwarded this email to you and you'd like to get it=
each week then you can subscribe at http://devopsweekly.com

0 comments on commit afa52a9

Please sign in to comment.