The latest News and Information on APIs, Mobile, AI, Machine Learning, IoT, Open Source and more!
With over 50,000 active organizations and 250 million workflows, CircleCI is one of the most popular networked CI platforms. When getting started with CI pipelines, teams typically want to ensure that code will compile, pass unit tests, and build a container image. After catching these low hanging fruit of syntax errors, engineering teams need to dig much further to find business logic and scalability errors.
The telecom industry is at an inflection point today, where the endless possibilities of 5G meet the growing challenges of accelerating 5G monetization. This is particularly true for telecom providers who have pumped billions of dollars in building 5G networks. The telecom cloud market is expected to cross USD 74 billion by 2026.
Nowadays, REST is ubiquitous across most kinds of applications. It provides an easy, simple and clear language to communicate between services, usually a frontend and a backend. Although, there are many good alternatives and I want to talk about one in particular - gRPC. From my days as a Software Engineer at Google, I have grown quite fond of gRPC. Google uses it everywhere, from communicating between frontend and backend, to communicating with database servers to all kinds of microservices.