Devon Hillard’s Digital Sanctuary
-
Micronaut, GraalVM, Native, AWS Lambda, and Apple Silicon M1!
I have run into some issues getting Micronaut, GraalVM, and Native builds working correctly on my Apple Silicon M1 Max based MacBookPro. So I wanted to share what I’ve needed to do to get things working correctly.
-
A framework for building Shopify Apps using Java Spring Boot
It’s time to celebrate! As you may have seen, we’ve been asking Can You Build A Shopify App Using Java Spring Boot? And also posted a helpful guide about how to handle Shopify Embedded App Installation and Auth. Well, we’ve finally published the first version of what we’ve been working on! Our Spring Shopify App…
-
3 Reasons I’m Switching from Eclipse to VSCode as a Java Developer
I have been writing Java code for 22 years, mostly server-side web applications. I started using Eclipse as my primary IDE in 2003, 18 years ago. Since then I’ve used Eclipse, or MyEclipse, if not daily then at least several times a week. And I like it as an IDE. I’ve evangelized it to others,…
-
Jump Start Your App With A Spring User Management App
Many of the web applications I build require user management. Registration, Login, that sort of thing. Implementing that properly always takes more time than I expect. So I’ve written a flexible, easily configurable, User Management Framework on Spring Boot. It is a fully functional user management application with registration, email verification, login, logout, update…
-
Remove Metadata Online For Free
Almost every file we have on our phones, tablets, and computers, has secret information in it. This Metadata is a hidden part of photos, videos, PDFs, Word and Excel documents, and more. You should always remove metadata before you upload, email, text, or share a photo or video from your phone or computer! Much of…
-
AWS Lambda and EFS Troubleshooting
Being able to connect your AWS Lambda Serverless function to an EFS file system opens the door to a lot of new uses for Lambda functions. You are no longer limited to 512 MB of /tmp/ storage, which is shared across all active invocations. You can use the EFS file system to read, write, and…
Got any book recommendations?