System Architecture

System Architecture

7670 bookmarks
Custom sorting
Event Streaming and Event Sourcing: The Key Differences
Event Streaming and Event Sourcing: The Key Differences
Event sourcing and event sourcing help coordinate events in an event-driven architecture. Together they help build a durable, high-performance application.
·thenewstack.io·
Event Streaming and Event Sourcing: The Key Differences
Ready Player Me and the Challenges of 3D Interoperability
Ready Player Me and the Challenges of 3D Interoperability
Interoperable avatars will be key in the metaverse. Ready Player Me is being used by more than 3,000 developers — but not without challenges.
·thenewstack.io·
Ready Player Me and the Challenges of 3D Interoperability
GraphQL as the New API Gateway?
GraphQL as the New API Gateway?
GraphQL gives you many of the benefits you get from an API gateway at no additional cost.
·thenewstack.io·
GraphQL as the New API Gateway?
VMware Aria Graph Powers New Multicloud Management Strategy
VMware Aria Graph Powers New Multicloud Management Strategy
VMware launches a new graph data store known as VMware Aria Graph that serves as the underpinning of the company's new multicloud management portfolio.
·thenewstack.io·
VMware Aria Graph Powers New Multicloud Management Strategy
Internal Developer Advocacy: What Should You Do Next?
Internal Developer Advocacy: What Should You Do Next?
Traditional developer relations is an inside-out form of advocacy. Internal developer advocacy is an outside-in approach focused on developer experience.
·thenewstack.io·
Internal Developer Advocacy: What Should You Do Next?
Environments on-demand (Ep. 479)
Environments on-demand (Ep. 479)
Tommy McClung, cofounder and CEO of ReleaseHub, sits down with the home team to talk about environments-as-a-service, what it’s like to work with the same cofounders for more than 20 years, and the role of karma in professional networking.
·stackoverflow.blog·
Environments on-demand (Ep. 479)
Tutorial on using LLVM to JIT PyTorch fx graphs to native code (x86/arm/risc-v/wasm) (Part I – Scalars) | Terra Incognita
Tutorial on using LLVM to JIT PyTorch fx graphs to native code (x86/arm/risc-v/wasm) (Part I – Scalars) | Terra Incognita
In 2009 I started playing with LLVM for some projects (data structure jit, for genetic programming, jit for tensorflow graphs, etc), and in these projects I realized how powerful LLVM design was at the time (and still is): using an elegant IR (intermediate representation) with an user-facing API and modularized front-ends and backends with plenty
·blog.christianperone.com·
Tutorial on using LLVM to JIT PyTorch fx graphs to native code (x86/arm/risc-v/wasm) (Part I – Scalars) | Terra Incognita
Why user stories belong in the garbage - Browser London
Why user stories belong in the garbage - Browser London
User stories should not live forever. Break them down into relevant tasks, assign the tasks across your team and then bin the user stories.
·browserlondon.com·
Why user stories belong in the garbage - Browser London
Webhooks.fyi
Webhooks.fyi
Learn the most popular approaches for building, securing, and operating webhooks, with recommendations for webhook providers and consumers
·webhooks.fyi·
Webhooks.fyi
Today in "Google broke email".
Today in "Google broke email".
Dear Lazyweb, how do I forward my employees' email to their gmail accounts and have it get there? To recap, my domain hosts its own SMTP server running Postfix, and /etc/postfix/virtual contains a bunch of entries forwarding "employee_name@dnalounge.com" to whatever their actual email address is, usually gmail. This has been mostly working fine for a decade or so, but lately there have been ...
·jwz.org·
Today in "Google broke email".
Dex
Dex
·dexidp.io·
Dex
JavaScript End to End Testing Framework
JavaScript End to End Testing Framework
Fast, easy and reliable testing for anything that runs in a browser. Install Cypress in seconds and take the pain out of front-end testing.
·cypress.io·
JavaScript End to End Testing Framework
Stacks in Javascript
Stacks in Javascript
Introduction article to the data structure. Stack concept and examples applied to the Javascript language.
·medium.com·
Stacks in Javascript
What are Diffusion Models?
What are Diffusion Models?
[Updated on 2021-09-19: Highly recommend this blog post on score-based generative modeling by Yang Song (author of several key papers in the references)]. [Updated on 2022-08-27: Added classifier-free guidance, GLIDE, unCLIP and Imagen. [Updated on 2022-08-31: Added latent diffusion model. So far, I’ve written about three types of generative models, GAN, VAE, and Flow-based models. They have shown great success in generating high-quality samples, but each has some limitations of its own.
·lilianweng.github.io·
What are Diffusion Models?