Trusted Web Activity (TWA) is a way to display Progressive Web Apps (PWA) using Chrome Custom Tabs. This technology allows you to quickly use your current website to create an "installable" application for Android and publish it on Google Play Store. Such application works in full screen mode, without the address bar, giving the impression of using a native application.
Read more
Adding multilanguage support to Laravel application requires focusing on three main aspects: routing, user interface translation and database structure modification. In this article I will describe each of them and draw attention to good practices that are worth following.
Read more
This tutorial will show you the process of creating a simple chat application in React Native. Instead of the traditional, text-based look, we will use Google Maps to visualize messages that will be fetched in real time from Firebase Realtime Database.
Read more
When implementing WebP on a website, the main problem is to provide support for browsers that do not support it. I will show you how to quickly and sensibly add WebP support on the webserver level (NGINX and Apache) without any modification of the front- and back-end code which, depending of its complexity, could be very time-consuming.
Read more
PWA (Progressive Web App) is a web application that in theory works in a similar way to a native application installed on a desktop or mobile device. In this article you will learn how to make your application meet all the minimum PWA requirements in 15 minutes and make it installable.
Read more