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
State management in Svelte 02/25/20 by Daniel Mies Svelte offers a smart store implementation to manage state in a web application. Read more Leave your thoughts
Same but different: Introduction to Svelte 02/18/20 by Daniel Mies Compared to the past few years, the JavaScript world has become relatively quiet lately. Especially in the frontend React, Angular,... Read more Leave your thoughts
Angular Components – An in-depth look 06/18/19 by Emir Ahmetovic This article will cover some common design patterns applied to Angular them and extend the view about Angular components. Read more Leave your thoughts