So you want to build a REST API, but you donβt want to worry about the management burden when it comes to scaling it to meet the demand of your users. Or maybe you know your API will experience more burst usage than constant demand and youβd like to reduce your infrastructure costs. These are two gr...
The standard SQL WITH clause has been tremendously helpful in structuring SQL queries. Instead of nesting everything in unreadable derived tables like this: People have started moving the logic up front, just like in any other programming language, where we declare things first, lexically, then use ...
We had the great opportunity of inviting Sean Whitesell to join us for a virtual Tech Talk in August to share his knowledge on Microservices. Sean is based out of Tulsa, Oklahoma and is a Senior Cloud Architect, ASP Insider, and a Microsoft MVP. For the past nine years, Sean has served as the leader...
This is not a programming post. loanwords A loanword is a term taken from another language and used without translation; it has a specific meaning that (typically) does not otherwise exist in a single English word. Sometimes the wordβs spelling or pronunciation (or both) is slightly altered to accom...
In a previous product update we announced a beta for a substantial change to the way we handle persons and events on PostHog. Today, after gatheringβ¦