In this blog, you will take a look at Podman Compose. With Podman Compose, you can use compose files according to the Compose Spec in combination with a Podman backend. Enjoy!
#podman
Posts by Gunter Rotsaert
Learn about the OpenAI specification.
https://platform.openai.com/docs/introduction
In this blog, you will learn how to use Podman with the built-in equivalent for Docker Compose. You will learn how to use Podman 'kube play' and how to deploy your Podman Pod to a local Minikube cluster.
#podman
Failure is simply the opportunity to begin again, this time more intelligently. - Henry Ford
#quotes #quoteoftheday
In this blog, the question whether Podman is a drop-in replacement for Docker will be answered.
#docker #podman
You may have seen posts claiming METR's new study shows an 18% AI productivity boost. That's not what the article says.
tl;dr GenAI is speeding up individual coding tasks, but measuring it reliably is now v difficult, it's only one part of software delivery, and most teams aren't set up to benefit
Prompt Engineering Guide. Learn how to write efficient prompts.
https://www.promptingguide.ai/
In this blog, you will learn how to backup and restore a PostgreSQL database. Enjoy!
#postgresql #database #java
If you think good architecture is expensive, try bad architecture. - Brian Foote and Joseph Yoder
#quotes #quoteoftheday
Free course! Harvard CS50's Artificial Intelligence with Python – Full University Course.
https://www.youtube.com/watch?v=5NgNicANyqM
In this blog, you will learn more about JHipster and how it can help you with developing modern web applications. Enjoy!
#java #jhipster
Free course! Elements of AI.
https://course.elementsofai.com/
If you want to master something, teach it. - Richard Feynman
#quotes #quoteoftheday
In this post, you will learn how to create a Docker image for your GraalVM native image.
#java #docker
In this blog, you will learn how to build a GraalVM image for your Spring Boot application. Following these practical steps, you will be able to apply them to your own Spring Boot application.
#java #docker
Assumptions are made and most assumptions are wrong. - Albert Einstein
#quotes #quoteoftheday
You will learn the basics of Ansible Roles. With Ansible Roles, you can reuse Ansible content you create and share them with other users. You will learn about Ansible Roles step-by-step by means of examples.
#ansible
Join me today at ⏲️ 15:30 in Room 10 @amsterdam.voxxeddays.com 🔥 🔥 🔥
Testing Architecture Made Simple
15 minutes demonstrating the Taikai library for testing your architecture. After this session, you can start using this from tomorrow!
A Software Bill of Materials (SBOM) is getting more and more important in the software supply chain. In this blog, you will learn what an SBOM is and how to build the SBOM in an automated way. Enjoy!
#java
Make things as simple as possible, but not simpler. - Albert Einstein
#quotes #quoteoftheday
In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend.
#java #vuejs
Thanks, and you are right 🙏🏻👌
Regularily checking for vulnerabilities in your pipeline is very important. One of the steps to execute is to perform a vulnerability scan of your Docker images. Enjoy!
#java #docker #security