Devon Hillard’s Digital Sanctuary
-
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 […]
-
File Uploads to AWS S3 Made Easy!
If you need to let end users of your website or web application upload files, read on! Using AWS, there is an easy way to use S3 and Lambda to handle file uploads in a totally scalable way. The solution doesn’t require any changes to your web application, only a little JavaScript added on your […]
Got any book recommendations?