
gRPC
Apache Thrift
GraphQL
Docker Hub
Protobuf
Apache ZooKeeper
Eureka
SkyDNS
Bazel
Gradle
GNU Make
Please
Apache Ant
Apache Maven
Ninja Build
Buck
BazelgRPC might be a bit more popular than Bazel. We know about 100 links to it since March 2021 and only 69 links to Bazel. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
For gRPC services, Cloud Run supports gRPC health checking probes following the gRPC health checking protocol. - Source: dev.to / 5 months ago
Issues donโt always show up directly in code, either. We have Gemini generating build artifacts, like package.json. In the case below, it was so eager to include the gRPC package that it listed the package 3 times in different ways, including one that has been deprecated. - Source: dev.to / 5 months ago
gRPC8 is an open-source RPC framework, that can run in any environment. Grpc was recently included in the .Net core platform thereby easily accessible by thousands of developers. - Source: dev.to / almost 3 years ago
Sonja Keerl, CTO of MACH Alliance, states, "Composable architectures enable enterprises to innovate faster by assembling best-in-class solutions." Developers must embrace technologies like GraphQL, gRPC, and OpenAPI to remain competitive. - Source: dev.to / over 1 year ago
gRPC is a framework for building fast, scalable APIs, especially in distributed systems like microservices. - Source: dev.to / over 1 year ago
The solution isn't always a knee-jerk switch to a polyrepo. As radwanalmsora highlighted in the discussion, more often it's about investing in robust tooling for your monorepo. Tools like Bazel, Nx, or Turborepo can build graphs to understand dependencies, ensuring CI only runs affected targets. Combined with CODEOWNERS files, these tools enable even massive monorepos (think Google or Meta scale) to function... - Source: dev.to / 3 months ago
Monorepo gave you atomic cross-service changes, a single dependency graph, unified CI/CD, and zero version skew between internal libraries. The cost was large clone sizes, slower CI without build caching, complex permission models, and the need for specialized tooling like Bazel, Pants, Nx, or Buck2 to keep builds fast. - Source: dev.to / 3 months ago
I really recommend Bazel (https://bazel.build). - Source: Hacker News / about 1 year ago
Agree regarding easiness of building rust (`cargo build`), extremely satisfying (git clone and cargo build...) Does anyone have any comments on Bazel[1] because I'm kind of settling on using it whenever it's appropriate (c/c++)?.. [1] https://bazel.build/. - Source: Hacker News / over 1 year ago
To achieve reproducibility, your build process must control for environmental differences like timestamps, file ordering, or machine-specific configurations. Tools like Bazel or Nixprovide deterministic build systems that lock down these variables. For instance, Bazel uses a content-addressable cache, meaning the same source code and dependencies always result in the same build outputs, even when run on different... - Source: dev.to / almost 2 years ago
Apache Thrift - An interface definition language and communication protocol for creating cross-language services.
Gradle - Accelerate developer productivity. Gradle helps teams build, automate and deliver better software, faster. DocsExplore the documentation of Gradle. Find installation ..
GraphQL - GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.
GNU Make - GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Docker Hub - Docker Hub is a cloud-based registry service
Please - A Cross-Language Build System