Endure Forever

Where Faith Meets Fashion

"Reflecting God's Enduring Love Through Premium Design"

Sales & Operations Associate – E-commerce Focus

November 2022 - Present

Visit Website
Endure Forever Premium Clothing

Brand Mission

Endure Forever stands as a symbol of faith, resilience, and excellence—a high-end clothing brand where God's enduring love and mercy is experienced by both believers and non-believers. Beyond fashion, we're building a movement that supports church and community initiatives while making a lasting, positive impact in the lives we touch.

Our premium apparel combines cutting-edge design with timeless spiritual values, creating pieces that inspire, uplift, and endure. Every garment tells a story of faith, strength, and unwavering commitment to excellence.

500+

Monthly Sales Records

55%

Page Speed Improvement

12%

Revenue Increase

99%

Website Uptime

My Role: Technical Operations & E-commerce Innovation

💻

Full-Stack E-commerce Development

Built and currently maintain the company's Shopify e-commerce site, leveraging expertise in HTML, CSS, and JavaScript to customize themes and optimize user experience. Architected performance enhancements that dramatically reduced average page-load speed from 4.2 seconds to 1.9 seconds—a 55% improvement that directly contributed to a 12% increase in online revenue within six months.

Implemented responsive design principles ensuring seamless shopping experiences across desktop, tablet, and mobile devices, optimizing conversion rates and customer satisfaction. Continuously monitor and optimize site performance through Google Analytics, PageSpeed Insights, and Shopify's native analytics tools.

📊

Operations & Data Management

Manage 500+ monthly sales records using advanced Excel techniques and custom tracking systems, ensuring 99% uptime and operational accuracy. Developed streamlined workflows for order processing, inventory tracking, and customer data management that reduced processing time and minimized errors across all operations.

Analyze sales trends, customer behavior, and inventory metrics to inform business strategy, optimize product offerings, and maximize profitability. Generate comprehensive reports for stakeholders, providing actionable insights that drive data-informed decision-making.

🎨

Creative Content Production

Lead creative content editing using Adobe Photoshop, Lightroom, and Premiere Pro, ensuring all brand visuals align with Endure Forever's high-quality standards and spiritual mission. Edit product photography, lifestyle imagery, and promotional videos that capture the brand's essence while driving engagement and conversions.

Collaborate with professional photographers to capture compelling product shots and lifestyle content for social media campaigns, email marketing, and website assets. Maintain brand consistency across all visual touchpoints while continuously innovating to stay ahead of design trends.

🤝

Customer Experience & Sales Strategy

Cultivate strong customer relationships through personalized engagement strategies that enhance the overall customer experience and drive repeat sales. Resolve product inquiries and concerns with a commitment to exceptional service, maintaining high customer satisfaction scores and positive brand reputation.

Manage social media accounts including content scheduling, community engagement, and influencer collaborations. Develop and execute marketing campaigns that authentically communicate the brand's faith-centered mission while appealing to diverse audiences across demographics.

Technical Achievements & Innovation

E-commerce Platform Performance Optimization

Shopify Theme Customization & Speed Enhancement

Challenge

The original Shopify site suffered from slow page load times (4.2 seconds average), leading to high bounce rates, abandoned carts, and lost revenue opportunities. The theme required extensive customization to align with brand identity while maintaining optimal performance across all devices and connection speeds.

Technical Solution

  • Frontend Optimization: Implemented lazy loading for images, minified CSS/JavaScript, and optimized asset delivery through CDN integration
  • Custom Liquid Code: Wrote efficient Shopify Liquid templates to reduce server-side processing and improve render times
  • Image Optimization: Converted all product images to WebP format with responsive sizing, reducing payload by 60%
  • Caching Strategy: Configured browser and server-side caching policies for static assets
  • Mobile-First Design: Rebuilt mobile experience with touch-optimized UI and streamlined checkout flow

Measurable Impact

  • 55% faster page load times (4.2s → 1.9s)
  • 12% revenue increase within 6 months
  • 99% website uptime maintained
  • 35% reduction in cart abandonment rate
  • 45% increase in mobile conversion rate
View Code Snippet: Image Lazy Loading Implementation
// Custom lazy loading implementation for product images
document.addEventListener('DOMContentLoaded', function() {
    const lazyImages = document.querySelectorAll('img.lazy-load');
    
    const imageObserver = new IntersectionObserver((entries, observer) => {
        entries.forEach(entry => {
            if (entry.isIntersecting) {
                const img = entry.target;
                const src = img.getAttribute('data-src');
                const srcset = img.getAttribute('data-srcset');
                
                // Load image
                if (src) img.src = src;
                if (srcset) img.srcset = srcset;
                
                img.classList.remove('lazy-load');
                img.classList.add('lazy-loaded');
                
                // Stop observing this image
                observer.unobserve(img);
            }
        });
    }, {
        rootMargin: '50px 0px', // Start loading 50px before entering viewport
        threshold: 0.01
    });
    
    lazyImages.forEach(img => imageObserver.observe(img));
});
📊

Advanced Sales & Inventory Management System

Excel-Based Operations Dashboard

Challenge

Managing 500+ monthly sales records across multiple product lines required a robust, scalable system for tracking orders, inventory levels, customer data, and financial metrics. Manual processes were time-consuming and prone to errors, impacting operational efficiency and customer satisfaction.

Solution Architecture

  • Database Structure: Designed normalized Excel workbook with linked tables for Orders, Products, Customers, and Inventory
  • Automated Formulas: Implemented VLOOKUP, INDEX-MATCH, and array formulas for real-time data analysis
  • Dashboard Analytics: Created interactive PivotTables and charts for sales trends, inventory alerts, and performance KPIs
  • Data Validation: Built input validation rules preventing errors and ensuring data integrity
  • Reporting System: Automated monthly reports with conditional formatting for quick insights

Operational Impact

  • 500+ monthly records managed efficiently
  • 99% operational accuracy maintained
  • 60% reduction in order processing time
  • Real-time inventory alerts preventing stockouts
  • Comprehensive analytics informing business strategy
🎥

Brand Visual Identity & Content Creation

Adobe Creative Suite Mastery

Creative Process

Lead end-to-end creative content production using Adobe Photoshop for product photography editing and graphic design, Lightroom for color grading and batch processing, and Premiere Pro for promotional video editing. Maintain brand consistency while creating visually compelling content that drives engagement and conversions.

Content Portfolio

  • Product Photography: Color correction, background removal, shadow/highlight optimization
  • Lifestyle Content: Creative compositing, text overlays, and promotional graphics
  • Social Media: Instagram Stories, Reels, feed posts optimized for platform specifications
  • Video Marketing: Product showcases, behind-the-scenes content, testimonial videos
  • Email Campaigns: Header graphics, promotional banners, product feature designs

Brand Impact

  • Professional visual identity across all channels
  • Increased engagement through compelling content
  • Photographer collaboration ensuring high-quality assets
  • Brand consistency maintaining premium positioning
  • Multi-platform optimization for maximum reach
Creative Content Examples

Brand photography and promotional content edited in Adobe Creative Suite

Skills Developed & Business Impact

💻 Full-Stack Web Development

Mastered Shopify platform development including Liquid templating, theme customization, and app integration. Gained expertise in HTML, CSS, JavaScript for frontend optimization, performance tuning, and responsive design. Developed strong understanding of e-commerce UX principles, conversion optimization, and web analytics.

📊 Business Operations & Analytics

Built comprehensive operations management capabilities managing 500+ monthly records with 99% accuracy. Developed data analysis skills using Excel, including advanced formulas, PivotTables, and data visualization. Learned to translate data insights into actionable business strategies that drive revenue growth and operational efficiency.

🎨 Creative Production & Brand Management

Achieved proficiency in Adobe Creative Suite (Photoshop, Lightroom, Premiere Pro) for professional content creation. Developed eye for design aesthetics, color theory, and visual storytelling that aligns with brand values. Gained experience in social media marketing, influencer collaboration, and multi-channel content strategy.

Technical Skills Portfolio

Shopify Development HTML/CSS JavaScript Liquid Templating Web Performance Responsive Design Adobe Photoshop Adobe Lightroom Adobe Premiere Pro Excel Advanced Data Analytics E-commerce Operations Inventory Management Customer Service Social Media Marketing Content Strategy Brand Management Sales Analysis SEO Optimization Google Analytics

Brand Values & Mission Impact

"Endure Forever isn't just a clothing brand—it's a movement. We're building a legacy that reflects God's enduring love, supports our community, and inspires excellence in everything we do. Every garment, every customer interaction, every business decision is guided by our commitment to faith, quality, and lasting impact."
✝️

Faith-Centered

Reflecting God's enduring love and mercy in every aspect of our business

Premium Quality

Unwavering commitment to excellence in design, materials, and craftsmanship

🤝

Community Impact

Supporting church initiatives and making positive differences in lives

💪

Resilience

Inspiring strength, perseverance, and enduring faith through fashion