Android screenshots for Google Play
I recently released the Android version of Plants for Cats and published it on Google Play. You can check more details in the related post: Plants for Cats on Android. One of the many steps …
Our tutorial articles are technical articles about tools and frameworks we either use or tested. Also some blog about integration with 3rd party services.
I recently released the Android version of Plants for Cats and published it on Google Play. You can check more details in the related post: Plants for Cats on Android. One of the many steps …
Meta tags are hidden information on your web page. Hidden to the user as they are not directly shown to him, however, they are used by search engines and social media platforms. So, as you …
In this tutorial, we will check how to post on a Facebook page from a Java backend. This is the Facebook equivalent of my recent post about tweeting from a Java backend. Technically wise, it’s …
Starting from today, 3rd of March 2020, Plants for Cats will select a plant from its referential and share it on Twitter. Of course, out of the question to do it manually, I decided to …
One of my recent needs was to improve my application monitoring, in particular, to have a good idea of what is happening on the server. As I already had Elasticsearch deployed for Plants for Cats, …
An SSL certificate is a must to have, the needed piece to access your website through HTTPS (instead of HTTP, noticed the missing “s”?) After listing some motivation to use an SSL certificate, we will …
For my website Plants for Cats, I tried to register to Media.net to display some ads. The process to get your website checked is fairly simple, but as I had to customized the code a …
Quasar and Google Analytics After migrating to Quasar, I needed to adapt the components loaded in my previous main.js file. One of them is the famous Google Analytics. Personally, I use the very convenient vue-analytics …
Plants for Cats is now in a stable version and is quite usable as it is. Another main step was to implement some SSR – Server-Side Rendering. If you don’t know what it is, I …