API gateways and management platforms like Azure API Management (APIM) are an excellent way to keep your APIs in order. They provide features that every API needs, like API keys, quotas, and caching in a standardized fashion. Your APIs will then behave more homogeneously and can be managed in a central place. They’re also the entry point to your cloud infrastructure and can help you abstract implementation from the interface.
Ever since I started to learn how to code, CSS has excited me. As a very visually rewarding style sheet language, it has always been an instantly gratifying language to work with. The CSS landscape at the moment is ever-changing. There are many new features that have been released recently, so I thought I’d have a look around and summarise those that caught my eye, concisely in this post.
As Halloween night quickly approaches, there is only one question on every kid’s mind: how can I maximize my candy haul this year with the best possible candy? This kind of question lends itself perfectly to data science approaches that enable quick and intuitive analysis of data across multiple sources.
Google's Cloud Functions let developers run their code in production in a scalable way without worrying about the minutiae of server administration. In this article, Subomi shows walks us through building a real-world service using GCF.