While most AI code generation examples show how to quickly bootstrap a new web application, I was curious how far an AI coding assistant can take me in an existing, non-trivial codebase – one with a Java backend, automated tests, APIs (OpenAPI), PostgreSQL database migrations (Liquibase). So, I decided to explore the open-source AI tool aider, applying it to one of my Open Source projects.
I had severe problems with PulseSecure VPN (with a MacBook Pro). Direct WiFi connections seemed to work fine, but as soon as the VPN was active, connections to the intranet were super slow or stopped working at all. When using a proxy to access the Internet, nothing went through anymore. I am still not sure about the cause, but found a solution.
In this article I collection questions which I posted on Twitter, maybe you have an answer? Looking forward to your responses!
Immer mehr Konzerne gehen aufgrund der Rechtsunsicherheit im Bezug auf rückwirkende Sozialversicherungspflicht keine Verträge mehr mit Freelancern ein, sondern beschäftigen externe Mitarbeiter nur noch über Arbeitnehmerüberlassung (ANÜ). Hier stelle ich einen Ansatz zur Berechnung eines Gehaltsäquivalents auf Basis eines Stundensatzes vor.
Checking in the Gradle Wrapper or Not?
contains audio recording
The gradle wrapper can download and verify a specified version of gradle for a project without the need of a local gradle executable. The gradle documentation suggests to check it into the VCS (version control system, e.g. git). This article discusses the advantages and disadvantages of keeping the gradle wrapper in a VCS and presents an alternative.