Web Make data persistent with Pinia 08.08.2023 by Joan Frey Welcome to this comprehensive guide on implementing persistent data in your Vue application using Pinia! If you’re already running a Vue application with Pinia, you’re in the right place. But if you’re not there yet, don’t worry – I’ve got(…)
Web Setting up Your First Pinia Store in Vue with TypeScript – A Comprehensive Guide 08.08.2023 by Joan Frey Welcome to this blog, we’re going to setup our first Pinia store in a Vue application with typescript support. First, what is Pinia ? From Pinia official website, “Pinia is a store library for Vue, it allows you to share(…)
Ansible, Cloud, Database management, DevOps, Oracle OCI: Automate your Oracle Cloud Database software releases deployment (db-home) 07.08.2023 by Jérôme Witt As part of a very exciting project around Oracle Exadata Cloud @ Customer (aka. ExaCC) technology, we wanted to rollout in an automated manner the database software aka. ORACLE_HOME on ExaCC database clusters (aka. VM cluster). However, we rapidly identified(…)
DevOps, Kubernetes Kubernetes – Design HorizontalPodAutoscaler using Memory & CPU 07.08.2023 by DevOps So, you are interested to implement autoscaling in your Kubernetes cluster. I wrote a blog on that topic last year to help you see clearly what you can configure depending on the API version of HorizontalPodAutoscaler(…)
OMrun Data Migration with OMrun – Migration (part II) 04.08.2023 by Frank Zeindler In many cases, you need a data migration from an existing on-premises databases to the cloud. Not only is it necessary to move your data, but often you also need to change the technology stack. In addition, it is very(…)
Database Administration & Monitoring, Database management PostgreSQL 16: Playing with pg_stat_io (1) – extends 28.07.2023 by Daniel Westermann PostgreSQL 16 (currently in beta 2) will come with a new view for tracking I/O related statistics. I’ve written a very basic blog about pg_stat_io in the past. In this post and(…)
DevOps, Kubernetes Kubernetes is giving off good vibes 27.07.2023 by DevOps Kubernetes is the de facto standard when you think about container orchestration and scheduling, automation in software deployment, and maybe even more a whole ecosystem of tools and components orbiting around it. Since its origin in 2015, Kubernetes has been(…)
Database Administration & Monitoring, Database management Generated columns in PostgreSQL 27.07.2023 by Daniel Westermann Sometimes it becomes handy when you can auto-generate a column based on an expression. For this there is the concept of generated column. Those columns can be either of type “stored” (the derived value is computed when the column is(…)
NoSQL MongoDB: MongoDB for VS Code overview 25.07.2023 by Middleware Team Introduction: Users are always searching to ease their life when using their favorite Nosql tool such as MongoDB. Current methods are fine but what if you want to go further when developing on MongoDB?Is their any way to edit your(…)
Application integration & Middleware My JVM Memory Analyzes Toolkit 24.07.2023 by Middleware Team One of the most common errors while running an application is “out of memory”. And Java is no different besides errors being named exceptions. The exact exception name you might have encountered is: java.lang.OutOfMemoryError And, in most cases, it is(…)