Wikimedia Slashed 300ms Off Every WASM Execution with WasmEdge
https://www.wikifunctions.org/wiki/Wikifunctions:Status_updates/2024-08-23
https://redd.it/1f82w5v
@programmingreddit
https://www.wikifunctions.org/wiki/Wikifunctions:Status_updates/2024-08-23
https://redd.it/1f82w5v
@programmingreddit
Reddit
From the programming community on Reddit: Wikimedia Slashed 300ms Off Every WASM Execution with WasmEdge
Posted by RustyLanguage - 157 votes and 20 comments
How the Adidas Platform Team Reduced the Cost of Running Kubernetes Clusters
https://www.infoq.com/news/2024/07/adidas-kubernetes-cost-reduction/
https://redd.it/1f7stf9
@programmingreddit
https://www.infoq.com/news/2024/07/adidas-kubernetes-cost-reduction/
https://redd.it/1f7stf9
@programmingreddit
InfoQ
How the Adidas Platform Team Reduced the Cost of Running Kubernetes Clusters
The multi-pronged approach the adidas team took can be useful for platform engineering teams in many other organizations, as a recent CNCF report stated that Kubernetes has driven cloud spending up for 49% of respondents.
"Things I Wished More Developers Knew About Databases"
https://rakyll.medium.com/things-i-wished-more-developers-knew-about-databases-2d0178464f78
https://redd.it/1f8244w
@programmingreddit
https://rakyll.medium.com/things-i-wished-more-developers-knew-about-databases-2d0178464f78
https://redd.it/1f8244w
@programmingreddit
Medium
Things I Wished More Developers Knew About Databases
A large majority of computer systems have some state and are likely to depend on a storage system. My knowledge on databases accumulated…
I'm dumbfounded by the number of devs that don't test and stories of devs that don't test
https://www.mindful-coding.com/softwarequality,/testing/2024/08/29/Tests-and-Sensibility.html
https://redd.it/1f9blvf
@programmingreddit
https://www.mindful-coding.com/softwarequality,/testing/2024/08/29/Tests-and-Sensibility.html
https://redd.it/1f9blvf
@programmingreddit
Reddit
From the programming community on Reddit: I'm dumbfounded by the number of devs that don't test and stories of devs that don't…
Posted by WenYuGe - 147 votes and 139 comments
Software Estimation Is Hard. Do It Anyway
https://jacobian.org/2021/may/20/estimation/
https://redd.it/1f9bjr5
@programmingreddit
https://jacobian.org/2021/may/20/estimation/
https://redd.it/1f9bjr5
@programmingreddit
jacobian.org
Software Estimation Is Hard. Do It Anyway. - Jacob Kaplan-Moss
It’s well established that estimating software projects is hard. This is true, but you should learn how anyway.
Why don't tech companies pay their engineers to stay?
https://marker.medium.com/why-dont-tech-companies-pay-their-engineers-to-stay-b9c7e4b751e9
https://redd.it/1fa09fs
@programmingreddit
https://marker.medium.com/why-dont-tech-companies-pay-their-engineers-to-stay-b9c7e4b751e9
https://redd.it/1fa09fs
@programmingreddit
Medium
Why Don’t Tech Companies Pay Their Engineers to Stay?
Staying in a role builds valuable, company-specific domain knowledge. Leaving often results in a pay day.
How to convince your Product Manager to prioritize technical debt
https://newsletter.eng-leadership.com/p/engineers-guide-to-convincing-your
https://redd.it/1faq585
@programmingreddit
https://newsletter.eng-leadership.com/p/engineers-guide-to-convincing-your
https://redd.it/1faq585
@programmingreddit
Eng-Leadership
Engineer’s guide to convincing your Product Manager to prioritize technical debt
Aligning it with the business strategy and demonstrating its direct impact is the key!
How Canva collects 25 billion events per day
https://www.canva.dev/blog/engineering/product-analytics-event-collection/
https://redd.it/1faxd4y
@programmingreddit
https://www.canva.dev/blog/engineering/product-analytics-event-collection/
https://redd.it/1faxd4y
@programmingreddit
canva.dev
How Canva collects 25 billion events per day - Canva Engineering Blog
The architecture of our product analytics event delivery pipeline.
WebP: The WebPage compression format
https://purplesyringa.moe/blog/webp-the-webpage-compression-format/
https://redd.it/1fb5pzh
@programmingreddit
https://purplesyringa.moe/blog/webp-the-webpage-compression-format/
https://redd.it/1fb5pzh
@programmingreddit
purplesyringa's blog
WebP: The WebPage compression format
I want to provide a smooth experience to my site visitors, so I work on accessibility and ensure it works without JavaScript enabled. I care about page load time because some pages contain large illustrations, so I minify my HTML.
But one thing makes turning…
But one thing makes turning…
Monorepos vs. many repos: is there a good answer?
https://medium.com/@bgrant0607/monorepos-vs-many-repos-is-there-a-good-answer-9bac102971da?source=friends_link&sk=074974056ca58d0f8ed288152ff4e34c
https://redd.it/1fbitkj
@programmingreddit
https://medium.com/@bgrant0607/monorepos-vs-many-repos-is-there-a-good-answer-9bac102971da?source=friends_link&sk=074974056ca58d0f8ed288152ff4e34c
https://redd.it/1fbitkj
@programmingreddit
Medium
Monorepos vs. many repos: is there a good answer?
For both code and configuration, both monorepos and many repositories have significant downsides as well as benefits. Choose the lesser…
Engineering Principles for Building Financial Systems
https://substack.wasteman.codes/p/engineering-principles-and-best-practices
https://redd.it/1fb2rrg
@programmingreddit
https://substack.wasteman.codes/p/engineering-principles-and-best-practices
https://redd.it/1fb2rrg
@programmingreddit
substack.wasteman.codes
Engineering Principles for Building Financial Systems
Best practices and principles to create accurate and reliable software based financial systems.
Microservices vs. Monoliths: Why Startups Are Getting "Nano-Services" All Wrong
https://thiagocaserta.substack.com/p/microservices-vs-monoliths-why-startups
https://redd.it/1fbzk5b
@programmingreddit
https://thiagocaserta.substack.com/p/microservices-vs-monoliths-why-startups
https://redd.it/1fbzk5b
@programmingreddit
Substack
Microservices vs. Monoliths: Why Startups Are Getting "Nano-Services" All Wrong
From Monoliths to Microservices: Why Startups Should Avoid Premature Complexity
A snake game made entirely in the BIOS without any OS or bootloader
https://github.com/donno2048/snake-bios
https://redd.it/1fccbd7
@programmingreddit
https://github.com/donno2048/snake-bios
https://redd.it/1fccbd7
@programmingreddit
GitHub
GitHub - donno2048/snake-bios: A snake game made entirely in the BIOS
A snake game made entirely in the BIOS. Contribute to donno2048/snake-bios development by creating an account on GitHub.
A New Giant Software Market: The Rise Of Software Defined Vehicles And The End Of Car Ownership
https://programmers.fyi/a-new-giant-software-market-the-rise-of-software-defined-vehicles-and-the-end-of-car-ownership
https://redd.it/1fcpbbn
@programmingreddit
https://programmers.fyi/a-new-giant-software-market-the-rise-of-software-defined-vehicles-and-the-end-of-car-ownership
https://redd.it/1fcpbbn
@programmingreddit
Medium
A New Giant Software Market: The Rise Of Software Defined Vehicles And The End Of Car Ownership
When General Motors launched the Oldsmobile Toronado in 1977 it was the dawn of the era of embedded automotive software. The Toronado was…
Our RNG Git Hash Bug
https://tmendez.dev/posts/rng-git-hash-bug/
https://redd.it/1fcu58s
@programmingreddit
https://tmendez.dev/posts/rng-git-hash-bug/
https://redd.it/1fcu58s
@programmingreddit
tmendez.dev
Our RNG Git Hash Bug
Background I work on the live services game Dragon Prince: Xadia. We have iOS/Android clients, hosted gameservers, and a platform. Our gameservers and clients need to be in sync, so we have a field in our platform’s YAML configuration:
gameServerVersion:…
gameServerVersion:…
Local-First Vector Database with RxDB and transformers.js
https://rxdb.info/articles/javascript-vector-database.html
https://redd.it/1fddcy4
@programmingreddit
https://rxdb.info/articles/javascript-vector-database.html
https://redd.it/1fddcy4
@programmingreddit
rxdb.info
Local JavaScript Vector Database that works offline | RxDB - JavaScript Database
Create a blazing-fast vector database in JavaScript. Leverage RxDB and transformers.js for instant, offline semantic search - no servers required!
Why I Prefer Exceptions to Error Values
https://cedardb.com/blog/exceptions_vs_errors/
https://redd.it/1fdow27
@programmingreddit
https://cedardb.com/blog/exceptions_vs_errors/
https://redd.it/1fdow27
@programmingreddit
Cedardb
Why I Prefer Exceptions to Error Values
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools and tomorrow’s challenges.