<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Jasper Gabriel</title><description>Thoughts on software engineering, side projects, and whatever else is on my mind.</description><link>https://jaspergabriel.dev/</link><item><title>How I Contributed to Open-Source While Learning Svelte</title><link>https://jaspergabriel.dev/blog/contributing-to-open-source-while-learning-svelte/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/contributing-to-open-source-while-learning-svelte/</guid><description>How I found and fixed documentation inconsistencies in Svelte&apos;s interactive tutorial while learning frontend development.</description><pubDate>Sun, 21 Jan 2024 00:00:00 GMT</pubDate></item><item><title>How to Make Your Awesome GitHub Profile</title><link>https://jaspergabriel.dev/blog/how-to-make-your-github-profile/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/how-to-make-your-github-profile/</guid><description>A comprehensive guide to building an impressive GitHub profile with markdown, badges, icons, and stats.</description><pubDate>Sun, 07 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Reflections and Goal Setting as a Software Engineer</title><link>https://jaspergabriel.dev/blog/reflections-and-goal-setting/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/reflections-and-goal-setting/</guid><description>A framework for reflecting on the year and setting SMART goals with checkpoint milestones and daily habits.</description><pubDate>Sun, 31 Dec 2023 00:00:00 GMT</pubDate></item><item><title>How to Create Real-Time Alerts for Blockchain Events with AWS and QuickNode</title><link>https://jaspergabriel.dev/blog/real-time-blockchain-alerts-aws-quicknode/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/real-time-blockchain-alerts-aws-quicknode/</guid><description>Create real-time blockchain event notifications using AWS Lambda webhooks and QuickNode alerts for Ethereum transactions.</description><pubDate>Sat, 23 Dec 2023 00:00:00 GMT</pubDate></item><item><title>5 Things I&apos;ve Learned from the AWS Startups Build Accelerator 2023</title><link>https://jaspergabriel.dev/blog/aws-startups-build-accelerator-2023/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/aws-startups-build-accelerator-2023/</guid><description>Key startup lessons: focus on customers, scope MVPs properly, leverage existing solutions, and iterate toward MLP.</description><pubDate>Sun, 17 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Starting My AWS Certification Journey as a Certified Cloud Practitioner</title><link>https://jaspergabriel.dev/blog/aws-certified-cloud-practitioner/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/aws-certified-cloud-practitioner/</guid><description>How I prepared for and passed the AWS Certified Cloud Practitioner exam, including study strategies and exam tips.</description><pubDate>Sun, 10 Dec 2023 00:00:00 GMT</pubDate></item><item><title>A Developer&apos;s Journal: Simplifying the Twelve-Factor App</title><link>https://jaspergabriel.dev/blog/simplifying-the-twelve-factor-app/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/simplifying-the-twelve-factor-app/</guid><description>A simplified breakdown of the 12-factor app methodology — codebase, config, processes, and deployment best practices.</description><pubDate>Sun, 03 Dec 2023 00:00:00 GMT</pubDate></item><item><title>How I Contributed One Line of Code to Ethereum</title><link>https://jaspergabriel.dev/blog/contributed-one-line-to-ethereum/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/contributed-one-line-to-ethereum/</guid><description>Story of fixing a broken Discord link in Ethereum.org docs — proof that small open source contributions still matter.</description><pubDate>Sun, 26 Nov 2023 00:00:00 GMT</pubDate></item><item><title>How to Implement and Deploy a Smart Contract Event Listener with AWS CDK</title><link>https://jaspergabriel.dev/blog/smart-contract-event-listener-aws-cdk/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/smart-contract-event-listener-aws-cdk/</guid><description>Deploy Ethereum smart contract event listeners to AWS using CDK, with WebSocket connections and CloudWatch logging.</description><pubDate>Mon, 20 Nov 2023 00:00:00 GMT</pubDate></item><item><title>OpenAI DevDay and GitHub Universe 2023: What It Means for Us Software Engineers</title><link>https://jaspergabriel.dev/blog/openai-devday-github-universe-2023/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/openai-devday-github-universe-2023/</guid><description>Analysis of GPT-4 Turbo, Copilot Chat, and Assistants API — what these AI advancements mean for software engineers.</description><pubDate>Sun, 12 Nov 2023 00:00:00 GMT</pubDate></item><item><title>How to Reliably Read QR Codes in Node.js</title><link>https://jaspergabriel.dev/blog/read-qr-codes-nodejs/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/read-qr-codes-nodejs/</guid><description>Implement a production-ready QR code decoder in Node.js using jsQR and Jimp instead of unmaintained alternatives.</description><pubDate>Sat, 04 Nov 2023 00:00:00 GMT</pubDate></item><item><title>My First Open Source Contribution: How I Did It</title><link>https://jaspergabriel.dev/blog/my-first-open-source-contribution/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/my-first-open-source-contribution/</guid><description>A walkthrough of making your first open source contribution — finding the right project, following guidelines, and navigating PRs.</description><pubDate>Sat, 12 Aug 2023 00:00:00 GMT</pubDate></item><item><title>6 Takeaways from Hashnode Bootcamp 2023 as a Beginner Writer</title><link>https://jaspergabriel.dev/blog/hashnode-bootcamp-2023-takeaways/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/hashnode-bootcamp-2023-takeaways/</guid><description>Key lessons on consistency, cross-platform posting, and building writing habits from Hashnode&apos;s 2023 technical writing bootcamp.</description><pubDate>Sat, 06 May 2023 00:00:00 GMT</pubDate></item><item><title>Step-by-Step Guide: Setting Up CI/CD for AWS SAM Applications with GitHub Actions</title><link>https://jaspergabriel.dev/blog/ci-cd-aws-sam-github-actions/</link><guid isPermaLink="true">https://jaspergabriel.dev/blog/ci-cd-aws-sam-github-actions/</guid><description>How to set up GitHub Actions CI/CD for AWS SAM serverless apps with IAM roles and automated multi-environment deployments.</description><pubDate>Fri, 28 Apr 2023 00:00:00 GMT</pubDate></item></channel></rss>