Template for Typescript work. Contribute to rpgeeganage/ts-coding-challenge-template development by creating an account on GitHub. (more…)
Read more »
The strangler pattern is useful for scenarios where you can intercept the calls at the edge of your monolithic application. But what do you do in a scenario where the functionality you're trying to extract is not called directly from the outside, rather i... (more…)
Read more »
Typescript is a powerful way to build applications. Combining Jest and Typescript can help prevent many different types of bugs in applications. (more…)
Read more »
Which Postgres client have you been using? What do you really like about it? Note: I'm only asking about query builders, not ORMs or plain SQL clients. π... (more…)
Read more »