Project and Portfolio VI: Web Development at Full Sail University
A retrospective on Project and Portfolio VI, where I finalized Our Heritage Kitchen through launch planning, SEO, analytics, beta feedback, maintenance documentation, and handoff.
Loading...
Every canonical article on the site, from production web development notes to Full Sail coursework retrospectives and project case studies.
A retrospective on Project and Portfolio VI, where I finalized Our Heritage Kitchen through launch planning, SEO, analytics, beta feedback, maintenance documentation, and handoff.
A retrospective on Project and Portfolio V, the course where I moved Our Heritage Kitchen from product idea toward beta release by treating it as a real application: pitch, metrics, business viability, compliance, security, versioning, release planning, and postmortem.
A technical case study on how I built Rupert, a grounded AI assistant for my portfolio using Next.js, Vercel, Gemini, a NAS-hosted RAG service, Upstash usage tracking, streaming responses, and strict scope controls.
A technical, market, and competitor analysis of Alex Karp's viral CNBC interview: enterprise AI buyers are not just buying model access. They are buying control over data, deployment boundaries, audit trails, and the learning loop.
A retrospective on WDV4200 Secure Application Development, the course where browser trust, command injection, secrets management, JWTs, and secure deployment concepts became practical web development responsibilities.
A retrospective on Connected Devices & Applications, the course where web development moved beyond a single browser view into Expo, cross-platform app structure, tablet workflows, mobile approvals, and connected data.
If GSC is reporting /blog?tag=react and /blog?category=nextjs as separate discovered pages, your site has a crawl budget leak. Here's exactly what causes it in Next.js and how to fix it properly.
How to distribute your portfolio blog posts to Dev.to using RSS, canonical tags, and a repeatable publish-then-syndicate workflow that protects your original content from being outranked by its own reposts.
After 3+ months of emails and phone calls, I finally escaped IONOS. Here's a first-hand account of their cancellation process and why the pattern of complaints against them isn't just noise.
How I built ImageFlex, a local drag-and-drop image-to-WebP batch converter, and deployed it as a Docker container on my Synology NAS using Container Manager.
A retrospective on Content Management System Development, the course where I installed WordPress on a LAMP stack, configured a WooCommerce store, and edited PHP templates, skills that felt more like a detour than a destination after two years of building full-stack applications from scratch.
A high-level overview of how Atomic Design methodology maps to Angular's component architecture - and why it's one of the most powerful patterns for building scalable, maintainable UI at the enterprise level.
A retrospective on Project and Portfolio IV, the course where I took an existing application and made it production-grade: integrating access control, user activity auditing, cloud-native services, and a full deployment into a scalable environment, all driven by a formal discovery and milestone process.
A retrospective on Web Application Integration (WDV4416), the course where I stopped asking whether my applications worked and started asking whether they would hold up: building unit tests, load testing a live server, automating monitoring with Selenium, and stress-testing under real traffic conditions.
A retrospective on Application Integration and Security, the course where I learned Python from scratch, worked through authentication and vulnerability management, and shipped a containerized application to AWS, all under the weight of a two-strike course policy.
A retrospective on Project and Portfolio III, the course where I diverged from the suggested Spotify project and built a Full Sail Alumni Networking App from scratch, complete with user registration, social profiles, a blog, and a collaborative project board, managed entirely through Agile sprints and weekly SCRUM.
A retrospective on Cloud Application Development, the course where I left local servers behind for good, learned to build with AWS Lambda, DynamoDB, Cognito, and AppSync, and shipped a serverless application powered entirely by cloud-native infrastructure.
A retrospective on Advanced Server-Side Languages, the course where I moved past Node.js basics into TypeScript on the backend, built real-time features with WebSockets, and structured an Express application built to last rather than just to ship.
A retrospective on WDV463 Deployment of Web Applications, the course where I learned to take a project from a local development environment all the way to a live, authenticated, multi-platform web application, built around a personal migraine tracking tool.
A retrospective on Server-Side Languages with Node.js, the course where I built RESTful APIs from scratch, learned to test them with Jest and Postman, and connected a live backend to MongoDB running through Docker.
A retrospective on Project and Portfolio II: Web Development, the course where I built a full React application from prototype to finished product, integrating external APIs, MongoDB, CSS libraries, and a formal presentation showcase.
A retrospective on CTI3622 Database Systems, the course where I worked with MySQL, MongoDB, and AWS to understand how scalable, secure databases are built, managed, and protected in real cloud environments.
A reflective look at Interface Programming, the course where I learned modern JavaScript workflows, libraries, frameworks, and techniques for building dynamic, interactive frontend applications.
A reflective look at Programming for Web Applications, the course where I learned to build APIs, write tests, document endpoints, and think like a backend developer.
A reflective look at Application Development, the course where JavaScript skills expanded into asynchronous operations, APIs, and designing richer interactive experiences.
From idea to Chrome Web Store submission in a weekend. Learn how I built SEO Peek, a Chrome extension for analyzing webpage SEO, using just HTML, CSS, and JavaScript.
A retrospective look at DEV1002 Introduction to Development II, the course where programming fundamentals expanded into loops, objects, data structures, and more scalable thinking. This post outlines the weekly themes, what I learned, and how the course shaped my understanding of structured JavaScript development.
A retrospective look at Project and Portfolio 1: Web Development, the course where earlier skills came together through milestones, iteration, and a working portfolio project.
A personal retrospective on DEV1001 Introduction to Development 1, the course where I first explored JavaScript, logic structures, and interactive programming. This post walks through each week and reflects on how the material influenced my growth as a developer.
A retrospective look at DEV2319 Interfaces and Usability, the second course in my Full Sail learning journey. This post outlines the weekly themes, what I learned, and how the course shaped my understanding of effective user interface design.
A retrospective look at DEV2119 Web Architecture, my first course in the Web Development program at Full Sail University. This post outlines the weekly themes, core HTML/CSS concepts, and how it introduced the foundations of modern frontend development.
A deep dive into creating a sophisticated, user-centric filtering system that uses intent-based presets, persistent state management, and subtle UI patterns to guide visitors through portfolio content without overwhelming them.
How I built a full-featured photography portfolio website with a custom content management system. Learn about the architecture, gallery optimization, and photographer-friendly admin interface that powers this modern portfolio site.
Complete technical breakdown of Pawfect Match, a responsive pet adoption website that integrates multiple APIs to help users find their perfect pet companion. Learn about API integration strategies, error handling, data normalization, and creating intuitive matching experiences.
Deep dive into Process Mapper, a drag-and-drop workflow visualization tool. Learn about the technical architecture, design decisions, and key features that make complex process mapping simple and intuitive.
A comprehensive look at building Typing Force, a typing speed test application with real-time WPM calculation, accuracy tracking, and performance analytics. Learn about the algorithms, React state management, and deployment strategies behind this interactive web app.