Hacker News
- Fast Feedback Loop for Kubernetes Product Development in Kubernetes https://doordash.engineering/2022/06/23/fast-feedback-loop-for-kubernetes-product-development-in-a-production-environment/ 2 comments
- DoorDash: Migrating from Python to Kotlin for Our Back End Services https://doordash.engineering/2021/05/04/migrating-from-python-to-kotlin-for-our-backend-services/ 2 comments
- Eliminating Task Processing Outages by Replacing RabbitMQ with Apache Kafka https://doordash.engineering/2020/09/03/eliminating-task-processing-outages-with-kafka/ 64 comments
Lobsters
- Migrating From Python to Kotlin for Our Backend Services https://doordash.engineering/2021/05/04/migrating-from-python-to-kotlin-for-our-backend-services/ 10 comments kotlin , python
- How DoorDash Standardized and Improved Microservices Caching https://doordash.engineering/2023/10/19/how-doordash-standardized-and-improved-microservices-caching/ 2 comments kotlin
- How DoorDash Reduced their iOS App Launch Time by 60% https://doordash.engineering/2023/01/31/how-we-reduced-our-ios-app-launch-time-by-60/ 7 comments swift
- How DoorDash reduced their iOS app launch time by 60% https://doordash.engineering/2023/01/31/how-we-reduced-our-ios-app-launch-time-by-60/ 30 comments iosprogramming
- Five Challenges to Building an Isomorphic JavaScript Library https://doordash.engineering/2022/12/06/five-challenges-to-building-an-isomorphic-javascript-library/ 4 comments reactjs
- DoorDash uses AWS Direct Connect to bridge cloud resources with on-premise data centers https://doordash.engineering/2022/11/29/how-doordash-secures-data-transfer-between-cloud-and-on-premise-data-centers/ 4 comments terraform
- How to Boost Code Coverage with Functional Testing https://doordash.engineering/2022/11/01/how-to-boost-code-coverage-with-functional-testing/ 8 comments kotlin
- How to Boost Code Coverage with Functional Testing https://doordash.engineering/2022/11/01/how-to-boost-code-coverage-with-functional-testing/ 7 comments programming
- DoorDash Eng Blog: Augmenting fuzzy matching with human review to maximize precision and recall https://doordash.engineering/2022/10/18/augmenting-fuzzy-matching-with-human-review-to-maximize-precision-and-recall/ 5 comments datascience
- How DoorDash Ensures Velocity and Reliability through Policy Automation https://doordash.engineering/2022/09/20/how-doordash-ensures-velocity-and-reliability-through-policy-automation/ 2 comments kubernetes
- How DoorDash Ensures Velocity and Reliability through Policy Automation https://doordash.engineering/2022/09/20/how-doordash-ensures-velocity-and-reliability-through-policy-automation/ 4 comments terraform
- Five lessons to improve performance issues on high-traffic web pages https://doordash.engineering/2022/08/30/doordashs-lessons-on-improving-performance-on-high-traffic-web-pages/ 10 comments programming
- Five lessons to improve performance issues on high-traffic web pages https://doordash.engineering/2022/08/30/doordashs-lessons-on-improving-performance-on-high-traffic-web-pages/ 4 comments javascript
- Don’t do this with your k8s health checks https://doordash.engineering/2022/08/09/how-to-handle-kubernetes-health-checks/ 6 comments sre
- Don’t do this with your k8s health checks https://doordash.engineering/2022/08/09/how-to-handle-kubernetes-health-checks/ 17 comments devops
- Don’t do this with your k8s health checks https://doordash.engineering/2022/08/09/how-to-handle-kubernetes-health-checks/ 34 comments kubernetes
- Functional Core, Imperative Shell – Using Structured Concurrency to Write Maintainable gRPC Endpoints in Kotlin https://doordash.engineering/2022/07/26/functional-core-imperative-shell-using-structured-concurrency-to-write-maintainable-grpc-endpoints-in-kotlin/ 2 comments kotlin
- [D] How to handle macro factors in forecasting with ML models? https://doordash.engineering/2022/06/14/leveraging-causal-inference-to-generate-accurate-forecasts/ 2 comments machinelearning
- Improving Fault Tolerance with RPC Fallbacks https://doordash.engineering/2022/06/07/improving-fault-tolerance-with-rpc-fallbacks-in-doordashs-microservices/ 12 comments cpp
- Improving Fault Tolerance with RPC Fallbacks https://doordash.engineering/2022/06/07/improving-fault-tolerance-with-rpc-fallbacks-in-doordashs-microservices/ 6 comments scala
- [P] What if AB testing is impossible to setup? I wrote a blog to measure impact using backdoor adjustment, a type of causal analysis https://doordash.engineering/2022/06/02/using-back-door-adjustment-causal-analysis-to-measure-pre-post-effects/ 2 comments machinelearning
- Building financial integration with Cadence in doordash https://doordash.engineering/2022/05/18/enabling-faster-financial-partnership-integrations-using-cadence/ 6 comments golang
- Applying CMU research at DoorDash: Resilience Engineering/Chaos Engineering https://doordash.engineering/2022/04/25/using-fault-injection-testing-to-improve-doordash-reliability/ 2 comments compsci
- [R] Using Gamma Distribution to Improve Long-Tail Event Predictions at Doordash https://doordash.engineering/2021/04/28/improving-eta-prediction-accuracy-for-long-tail-events/ 3 comments machinelearning
- [R] Using Gamma Distribution to Improve Long-Tail Event Predictions https://doordash.engineering/2021/04/28/improving-eta-prediction-accuracy-for-long-tail-events/ 6 comments machinelearning
- Hi everyone! We introduced Next.js to DoorDash and I want to share how we did it https://doordash.engineering/2022/03/29/improving-web-page-performance-at-doordash-throughserver-side-rendering-with-next-js/ 2 comments webdev
- Hi everyone! We introduced Next.js to DoorDash and I want to share how we did it https://doordash.engineering/2022/03/29/improving-web-page-performance-at-doordash-throughserver-side-rendering-with-next-js/ 14 comments reactjs
- How to leverage functional programming in Kotlin to write better, cleaner code https://doordash.engineering/2022/03/22/how-to-leverage-functional-programming-in-kotlin-to-write-better-cleaner-code/ 4 comments kotlin
- Is functional programming a good paradigm to use for Kotlin development? Check out this guide I wrote for direct coding comparisons between functional programming and imperative programming using DoorDash engineering examples https://doordash.engineering/2022/03/22/how-to-leverage-functional-programming-in-kotlin-to-write-better-cleaner-code/ 22 comments kotlin
- [Project] Interested in Reinforcement learning? Read how DoorDash used Thompson Sampling to optimize our promotional messages to Dashers https://doordash.engineering/2022/03/15/using-a-multi-armed-bandit-with-thompson-sampling-to-identify-responsive-dashers/ 3 comments machinelearning
- Interested in Reinforcement learning? Read how DoorDash used Thompson Sampling to optimize our promotional messages to Dashers https://doordash.engineering/2022/03/15/using-a-multi-armed-bandit-with-thompson-sampling-to-identify-responsive-dashers/ 6 comments reinforcementlearning
- DoorDash's iOS team upgrades to M1 Max and sees compile times cut in half https://doordash.engineering/2022/03/01/why-apples-new-m1-chips-are-essential-for-rapid-ios-development/ 11 comments apple
- I'm curious to hear opinions on this blog post if anyone has them https://doordash.engineering/2017/05/15/tips-for-building-high-quality-django-apps-at-scale/ 11 comments django
- Migrating From Python to Kotlin for Our Backend Services https://doordash.engineering/2021/05/04/migrating-from-python-to-kotlin-for-our-backend-services/ 11 comments kotlin
- DoorDash: Migrating From Python to Kotlin for Our Backend Services https://doordash.engineering/2021/05/04/migrating-from-python-to-kotlin-for-our-backend-services/ 899 comments programming
- At DoorDash we are one of the largest adopters of Kotlin as a backend language. I wrote a blog post with a detailed comparison of all our top choices. It also explains how we overcame some challenges to realize Kotlin as a better version of Java. https://doordash.engineering/2021/05/04/migrating-from-python-to-kotlin-for-our-backend-services/ 38 comments kotlin
- Writing delightful HTTP middlewares in Go https://doordash.engineering/2019/07/22/writing-delightful-http-middlewares-in-go/ 35 comments golang