by milescatlett@gmail.com | Jan 12, 2025 | Thoughts
I am in the middle of a project for work right now requiring me to grab a list of files, identifying the parent directories, file names, and other information. I then use the path and an Amazon module to upload the files to an S3 bucket. I have used the os module in...
by milescatlett@gmail.com | Jan 12, 2025 | Projects
I recently created a small app for Android using React Native. This process was not as difficult as a thought it would be, based on what I’ve heard from others. I used this only to generate the ADK file, without taking the additional step to submit the app to...