Founder @aleph0io. Human & corgi dad. Software architect, data scientist. @KellyF5 is pretty cool. Former Head of Data Science, Chief Architect @realchemistry_.
Community @awscloud#lambda#Java21 custom base images now available on
@DockerHub https://t.co/be6VZX2d4W and ECR Public Gallery https://t.co/hkEifQn2K7 w/u https://t.co/aiunZHjHGN, custom runtime on @GitHub https://t.co/QUrDUiDYYc w/u https://t.co/nuPQw8Fd1W. Happy hacking!
Well-defined developer workflows are essential to the efficient development of software. Here's an outline of my serverless workflow, with example CloudFormation templates and GitHub Actions for CICD. https://t.co/dFj0uu3AnI
Fun fact: @awscloud lambda functions on a default #Java runtime are not executed on the classpath. Instead, they are executed by a custom classloader, which breaks things like ServiceLoader. But you can fix it with wrapper scripts! https://t.co/XSypfqLtuv
I just used @OpenAI's #ChatGPT4 to write a SQL query, and I have the say, its performance was impressive as hell. It's not in danger of replacing engineers or anything, but it was legitimately helpful.
Hey @MarkSailes3, I hope you don't mind, but I used your #Java17 lambda layer to create a #Java21 version. Many thanks for the prototype! https://t.co/QUrDUiDYYc
I finally found the answer to the PostgreSQL "was upserted row inserted or updated?" question. https://t.co/3sPauj1wV5 This is a Postgres question, so of course, thank you Erwin Brandstetter for the solution. 🙂 https://t.co/spUuhi5fvP
As I dive deeper and deeper on various subjects, the breadth and depth of open-source knowledge projects like @Wikipedia, @unicode, and @wikidata is humbling. These projects are so valuable. Donate if you can.
For all you @googlecloud#BigQuery fans, I just released an update for JDBQ, the data access framework for BQ! It's essentially #JDBI, but for BigQuery, with extra query fragment goodness. Check it out at https://t.co/rSfEED5FvN.