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.
Why Copilot is Making Programmers Worse at Programming
https://www.darrenhorrocks.co.uk/why-copilot-making-programmers-worse-at-programming/
https://redd.it/1feb9qd
@programmingreddit
https://www.darrenhorrocks.co.uk/why-copilot-making-programmers-worse-at-programming/
https://redd.it/1feb9qd
@programmingreddit
www.darrenhorrocks.co.uk
Why Copilot is Making Programmers Worse at Programming
Over the past few years, the evolution of AI-driven tools like GitHub’s Copilot and other large language models (LLMs) has promised to revolutionise programming. By leveraging deep learning, these tools can generate code, suggest solutions, and even troubleshoot…
Debugging Till Dawn: How Git Bisect Saved My Demo
https://www.mikebuss.com/posts/debugging-till-dawn
https://redd.it/1fe9v4o
@programmingreddit
https://www.mikebuss.com/posts/debugging-till-dawn
https://redd.it/1fe9v4o
@programmingreddit
Mikebuss
Debugging Till Dawn: How Git Bisect Saved My Demo
A journey through the night as Git Bisect helps locate a critical bug just hours before a crucial demo.
Video Game Developers Are Leaving The Industry And Doing Something, Anything Else - Aftermath
https://aftermath.site/video-game-industry-layoffs
https://redd.it/1fewp6i
@programmingreddit
https://aftermath.site/video-game-industry-layoffs
https://redd.it/1fewp6i
@programmingreddit
aftermath.site
Video Game Developers Are Leaving The Industry And Doing Something, Anything Else - Aftermath
From line cooks to bike repairs, people who used to be video game developers are being forced to try something new