JavaScript test performance: getting the best out of Jest 11/12/21 by Edward Byne In recent years Jest has established itself as the go-to testing framework for JavaScript and TypeScript development. It provides a... Read more Leave your thoughts
Deployment of configurable Single Page Applications 06/09/21 by Philip Sanetra This blog post introduces a base image for Single Page Applications. Read more Leave your thoughts
Remix Run: A new React framework on the horizon 06/02/21 by Andreas Muttscheller When you are developing React apps, you have heard about Create React App, Next.js, Gatsby and others. Those frameworks make... Read more Leave your thoughts
Automating package publishing in JavaScript projects 02/12/21 by Dragan Jakovljevic Having a code versioned according to SemVer standards can simplify everyone’s life. This post shows you how to automate package publishing using some helpful tools and best practices. Read more Leave your thoughts
ReScript – the language after TypeScript? 01/25/21 by Marco Emrich This article takes a detailed look at ReScript – but also sheds light on the limitations of the young language. In what projects does its use make sense? What projects should rather use TypeScript? Read more Leave your thoughts
Detox vs. Appium – a comparison of React Native testing frameworks 07/17/20 by Anja Bender Currently, there are especially two end-to-end testing frameworks which are interesting for React Native developers: Detox and Appium. During my... Read more Leave your thoughts
Code-based remote API mocking with Typescript and Webpack 07/14/20 by Dobroslav Totev A short write-up on how to replace the infrastructure mocks with code based dependency mocks in the frontend part of a Jamstack project. Read more Leave your thoughts
PayPal integration with React Native 05/26/20 by Bojan Aleksic and Nemanja Vasic PayPal integration with React Native using Smart Payment Buttons. Complete payment flow with diagram explaining interaction between services. Read more Leave your thoughts
How to secure a GraphQL service using persisted queries 05/01/20 by Christoph Walter Using persisted queries can help you to improve the performance and security of your applications. Learn how you can use this approach with every GraphQL service. Read more Leave your thoughts