Localizing a React Native mobile app 11/13/19 by Milan Susnjar The European Union has 24 official languages. If you are targeting the European market with a mobile application, you need to offer the app’s content in different languages, i.e. localize the app. Read more Leave your thoughts
AWS CDK Part 4: How to create Lambdas 11/07/19 by Kevin van Ingen and Maik Kingma AWS CDK Part 4: AWS CDK Lambda. Respond to S3 events with Lambda's in and outside a VPC. Read more Leave your thoughts
Web server to shell bridge using Node.js 09/19/19 by Terry Wahl Everything is a web application nowadays. We’re moving everything to the cloud. The ecosystem for web libraries and frameworks is... Read more Leave your thoughts
Service workers tricks and traps 09/16/19 by Jan Martijn Roetman A service worker is essentially a script running in a separate thread of the browser. It can be used to offload... Read more Leave your thoughts
Developing AWS locally with Serverless offline plugins 08/09/19 by Tobias Schaber You are using the Serverless framework on AWS? Did you know that you can develop on your local machine as well with little effort? Read more Leave your thoughts
React Native Animated with Hooks 07/29/19 by Milan Susnjar An important part of mobile applications is animations. Good animations first of all need to have a purpose. Then, they... Read more Leave your thoughts
Cooking recipes for web applications with Node.js, Express.js and TypeScript – Part 2 05/31/19 by Jonas Verhoelen The series' second article is showing hands-on recipes for web security, rate limiting, feature toggles & proper handling of configuration in Express.js & Node.js web apps written in TypeScript. Read more Leave your thoughts
Cooking recipes for web applications with Node.js, Express.js and TypeScript 05/13/19 by Jonas Verhoelen Express.js, Node.js, Webpack & TypeScript is a great stack for web development. This article shows cooking recipes building up a boilerplate project for you to build successful projects yourself. Read more Leave your thoughts
A look at Web Components 10/26/18 by Daniel Mies Certainly, component-based frameworks will continue dominate the market in 2018. However, an alternative has been emerging on the horizon for some time now: Web Components. Read more Leave your thoughts