blog.jeremyquinto.comHow I Passed 3 AWS Certifications in One MonthI recently completed an AWS cloud gauntlet - obtaining 3 AWS Certifications in one month! In this article, I’ll go over what worked for me for studying for the exams. Actually, I lied. I passed AWS AI Practitioner (AIF-C01) on October 3rd, AWS Develo...Nov 11, 2025·7 min read
blog.jeremyquinto.comSpotify Listening History App #2 - Weekly Chart GenerationHello! Welcome back to my personal blog. In this article, I’ll continue talking about my personal Spotify Listening History App, which I built on AWS. If you didn’t read the the previous article, going over the capabilities of the application, then y...Oct 28, 2025·13 min read
blog.jeremyquinto.comSpotify Listening History App - Ingestion PipelineHello! Welcome back to my personal blog. In this post, I'll be going over how I implemented an app that ingests my Spotify listening history, allowing me to see detailed analytics on what I've been listening to! I know that there are many apps out th...Oct 26, 2025·8 min read
blog.jeremyquinto.comHow Cloud Managed Services Help Businesses Navigate the CloudAs technology continues to evolve, more businesses are embracing the cloud to run their operations, host applications, and store their data. But with these vast opportunities in the cloud, comes many challenges - security, scalability, monitoring, co...Oct 14, 2024·3 min read
blog.jeremyquinto.comRecords vs Maps in JavaScriptIntroduction In JavaScript, there are many methods you can use to represent key-value pairs, which is a fundamental task. Among these data structures, Records and Maps are two powerful options that serve different purposes and offer unique advantages...Aug 27, 2024·4 min read