Programming has gotten surprisingly hard. Building a simple form to POST data back to your API means wrangling with redux and thunks. Oh, and debouncing that submit button. Everything but solving the business problem. Retool is a new approach: we’ve unified the ease of visual programming with the power and flexibility of real code. Drag and drop a form together, and have it POST back to your API in minutes. Deploy instantly with access controls and audit logs. Allbirds uses Retool to measure billboard efficacy. Amazon uses Retool to handle GDPR requests. You, too, can use it to build business-critical applications fast.
Published: 19 September 2021 Tags: git
You use git, I use git, your grandmother uses git. Everyone uses git. For good reason, it's very practical. How much do you know about git though? Could you contribue a new feature tomorrow? Hmm? Well if not, Gary Verhaegen has yet again written an informative article, this time on the internal workings of the git data model, which will help you "build up a correct intuition of what various git commands actually do under the hood".
Published: 19 September 2021 Tags: elf
Procedure linkage tables convert position-independent function calls to absolute locations. In this extensive article, Fangrui Song does a deep dive into procedure linkage table, covering their design and implementations in different architectures.
Published: 1 October 2020 Tags: unity
Yeah it's an old article, but get over it. The subject matter is cool. Who doesn't like seeing under-the-hood of videogames? Tautvydas Žilys's expansive article focuses on identifying and resolving a delta time (what normalizes movement in videogames for different framerates) error in the Unity game engine.