Hacker News
- Show HN: Flatend – Quickly build microservices using P2P networking in Node/Go https://github.com/lithdew/flatend 20 comments
- Don’t use Microservices https://medium.com/me/stats/post/c3b5484b329a 4 comments
- Creating event driven microservices using rdkafka https://www.shuttle.rs/blog/2024/04/25/event-driven-services-using-kafka-rust 2 comments rust
- Open-Source Push Notification Microservice: Easy Setup, Ready to Use https://github.com/HyperSense-Software/agnostic-push-notification-microservice 23 comments selfhosted
- Microservice Catalog: from the basics to the benefits of using one https://www.getport.io/blog/microservice-catalog 2 comments programming
- Distributed Transaction in C# Microservices using SAGA Pattern https://www.c-sharpcorner.com/article/distributed-transaction-in-c-sharp-microservices-using-saga-pattern/ 7 comments csharp
- Using GCP event driven Java microservices https://tech.loveholidays.com/how-loveholidays-used-cloud-native-event-driven-system-to-cut-hotel-content-publishing-time-from-5-690f690d1b5 13 comments java
- Best Practices for SaaS Development Using Microservices https://frontegg.com/blog/best-practices-for-saas-development-using-microservices 3 comments coding
- Stop Using Microservices. Build Monoliths Instead. https://betterprogramming.pub/stop-using-microservices-build-monoliths-instead-9eac180ac908 289 comments programming
- How Culture Impacts Technology Choice: A Review of Netflix’s Use of Microservices https://komodor.com/blog/how-culture-impacts-technology-choices-ne/ 48 comments programming
- I took a crack at writing a microservice using Go! What do you think? https://github.com/sksmith/go-micro-example 23 comments golang
- Managing Microservice Schema and Interfaces in Distributed Environments With Protocol Buffers - [Part - I] Feel free to comments your thoughts on this. All examples used in the blog is written in golang https://ednsquare.com/story/managing-microservice-schema-and-interfaces-in-distributed-environments-with-protocol-buffers-part-i-------akfvjp 4 comments golang
- An example on dockerizing Spring Boot Microservices MySQL 8 App using Docker Compose https://www.reddit.com/r/docker/comments/inl06p/an_example_on_dockerizing_spring_boot/ 3 comments docker
- Microservices using ASP.NET Core, Ocelot, MongoDB and JWT https://www.codeproject.com/Articles/5271708/Microservices-using-ASP-NET-Core-Ocelot-MongoDB-an 7 comments dotnet
- I just published: Microservices using ASP.NET Core, Ocelot, MongoDB and JWT https://www.codeproject.com/articles/5271708/microservices-using-asp-net-core-ocelot-mongodb-an 13 comments csharp
- Factorio is a great way to show the difference between using microservices and monolithic architecture. https://www.reddit.com/r/factorio/comments/g26kbc/factorio_is_a_great_way_to_show_the_difference/ 31 comments factorio
- Why I stopped using Microservices https://www.robinwieruch.de/microservices-tradeoffs 13 comments node
- Building Go Web Applications and Microservices Using Gin https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin 3 comments golang
- Microservices and Outside-in Tests Using C# and Docker Compose https://medium.com/@acraven/microservices-and-outside-in-tests-using-c-and-docker-compose-22328f47627 6 comments csharp
- Building a Dockerized RESTful API application using Go - microservices https://medium.com/learning-cloud-native-go/lets-get-it-started-dc4634ef03b 11 comments golang
- Auth Web Microservice with rust using Actix-Web 1.0 - Complete Tutorial Updated to new API https://www.reddit.com/r/rust/comments/cad4sv/auth_web_microservice_with_rust_using_actixweb_10/ 9 comments rust
- [2016] How Zalando uses flask to create RESTful API's: Crafting Effective Microservices in Python – Zalando Tech Blog https://jobs.zalando.com/tech/blog/crafting-effective-microservices-in-python/ 4 comments flask
- 6 reasons why not to use Akka Cluster for interservice communication in a microservice architecture https://blog.softwaremill.com/6-reasons-why-not-to-use-akka-cluster-for-interservice-communication-in-a-microservice-architecture-2736d5223573 17 comments scala
- Use a single repo for multiple microservices? https://www.reddit.com/r/golang/comments/b9ga3v/use_a_single_repo_for_multiple_microservices/ 45 comments golang
- Using Golang to Building Microservices at The Economist: A Retrospective https://www.infoq.com/articles/golang-the-economist 21 comments golang
- Auth Web Microservice with rust using Actix-Web - Complete Tutorial Part 1 - Harry Gill https://hgill.io/posts/auth-microservice-rust-actix-web-diesel-complete-tutorial-part-1/ 14 comments rust
- Operational challenges in Microservices and how to overcome it using Consul http://devopsgeek.online/operational-challenges-in-microservices-and-how-to-overcome-it-using-consul 2 comments programming
- Suggestions on design for microservices architecture using mono repo for reusability of code https://www.reddit.com/r/golang/comments/8v9td3/suggestions_on_design_for_microservices/ 19 comments golang
- Hosting different Microservices using Traefik https://www.digitalocean.com/community/tutorials/how-to-use-traefik-as-a-reverse-proxy-for-docker-containers-on-ubuntu-16-04 14 comments docker
- Why would you use microservices? https://www.oreilly.com/ideas/why-would-you-use-microservices 34 comments coding
- REST in Peace: real-life examples of when to use microservices and when to use monoliths https://medium.freecodecamp.com/rest-in-peace-to-microservices-or-not-6d097b6c8279#.f06h2o5da 17 comments programming
- Creating Node.js Microservices Using stdlib http://thisdavej.com/creating-node-js-microservices-with-ease-using-stdlib/ 11 comments node
- The Lagom framework for reactive microservices: why and how to use it http://musigma.org/java/2016/11/14/lagom.html 14 comments java
- Is using Scala just for web microservices under-using it? https://www.reddit.com/r/scala/comments/5ai4yj/is_using_scala_just_for_web_microservices/ 62 comments scala
- Building Go Web Applications and Microservices Using Gin https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin 16 comments golang
- Web app using Microservices in Go: Part 4 - Worker and Frontend https://jacobmartins.com/2016/03/23/web-app-using-microservices-in-go-part-4-worker-and-frontend/ 17 comments golang
- Web app using Microservices in Go: Part 2 – k/v store and Database https://jacobmartins.com/2016/03/16/web-app-using-microservices-in-go-part-2-kv-store-and-database/ 6 comments golang
- Web app using Microservices in Go: Part 1 – Design https://jacobmartins.com/2016/03/14/web-app-using-microservices-in-go-part-1-design/ 7 comments golang
- Refactoring a JavaScript Application to Use Microservices: What we Learned With Backbone and Marionette https://www.safaribooksonline.com/blog/2015/11/24/refactoring-javascript-microservice-backbone-marionette/ 5 comments javascript
- Dockpit – Painless isolation for you microservice development using Docker https://dockpit.io/ 3 comments docker