<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cody.WithDesign | All about my world: product, software, design and life experiences | @codyreeves]]></title><description><![CDATA[The transparent; personal and professional learnings, thoughts and opinions from Cody Reeves @ WithDesign; A product manager, software engineer, marketer, designer, and strategist.]]></description><link>https://cody.withdesign.ca</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1616873287676/b7K9O1Bvw.png</url><title>Cody.WithDesign | All about my world: product, software, design and life experiences | @codyreeves</title><link>https://cody.withdesign.ca</link></image><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 15:38:19 GMT</lastBuildDate><atom:link href="https://cody.withdesign.ca/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[The Easy Way to Develop a Virtual Clone of Yourself Using OpenAI GPT.]]></title><description><![CDATA[Artificial Intelligence (AI) and machine learning is revolutionizing the way we interact with technology, enhancing everything from mundane tasks to complex decision-making processes.
Among the most significant advances in AI are Generative Pre-train...]]></description><link>https://cody.withdesign.ca/the-easy-way-to-develop-a-virtual-clone-of-yourself-using-openai-gpt</link><guid isPermaLink="true">https://cody.withdesign.ca/the-easy-way-to-develop-a-virtual-clone-of-yourself-using-openai-gpt</guid><category><![CDATA[chatgpt]]></category><category><![CDATA[AI]]></category><category><![CDATA[openai]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Sat, 06 Apr 2024 22:59:33 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1712443523326/5f713748-2ef3-42b5-b5b4-29aa6f4207b4.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Artificial Intelligence (AI) and machine learning is revolutionizing the way we interact with technology, enhancing everything from mundane tasks to complex decision-making processes.</p>
<p>Among the most significant advances in AI are Generative Pre-trained Transformers (GPTs), a type of model that's been making waves. As these models evolve, they're becoming more integrated into our daily lives, ushering in a new era of personalized digital experiences.</p>
<p>Imagine creating an AI pal that speaks your language, cracks your kind of jokes, and maybe shares your love for outdoor adventures or tech tinkering. That's what personal GPTs are all about. They learn from your online footprint, especially your social media shenanigans, to become a mini-you in digital form.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712440663445/f83b791b-01ab-4438-b703-1e91b15c491f.webp" alt class="image--center mx-auto" /></p>
<p>Lets dive into the process of creating your own GPT based on your social media presence. By the end, you'll understand not just the technicalities but also the potential of personalizing AI to mirror, augment, and enhance your digital identity.</p>
<h2 id="heading-background-before-we-get-started"><strong>Background Before We Get Started</strong></h2>
<h3 id="heading-basic-explanation-of-how-gpts-work">Basic Explanation of How GPTs Work</h3>
<p>Generative Pre-trained Transformers (GPTs) are a class of AI models designed to generate text by predicting the next word in a sequence based on the words that precede it. Trained on vast datasets of text from the internet, GPTs learn language patterns, grammar, and even the style of writing. This enables them to produce coherent, contextually relevant text spanning various topics and styles.</p>
<h3 id="heading-the-evolution-of-gpt-models">The Evolution of GPT Models</h3>
<p>Since the introduction of the original GPT model by OpenAI, there have been several iterations, each more sophisticated than the last. These models have evolved in size, from millions to billions of parameters, improving their ability to understand and generate human-like text. Each new version has marked a significant step forward in AI's capability to process natural language, making GPTs increasingly versatile tools in technology.</p>
<h3 id="heading-using-openai-gpts">Using OpenAI GPTs</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712444054407/fcaa7159-250b-4241-89cc-22366f203058.png" alt class="image--center mx-auto" /></p>
<p>GPT models find applications across a broad spectrum of industries, from creating realistic dialogue in chatbots and virtual assistants to generating articles, stories, and even code. In education, they're used as tutoring aids, providing explanations and solving queries. Marketers utilize GPTs to generate creative content and ad copy, while researchers leverage them to summarize studies and generate research ideas. The adaptability of GPTs to different contexts and their ability to produce nuanced text make them invaluable across fields.</p>
<h3 id="heading-the-significance-of-social-media-data"><strong>The Significance of Social Media Data</strong></h3>
<p><a target="_blank" href="https://wearesocial.com/ca-en/blog/2024/01/digital-2024-5-billion-social-media-users/"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712441115233/cfec5de9-db46-4a38-9941-631c96b94f4a.png" alt class="image--center mx-auto" /></a></p>
<p><strong>Overview of Social Media's Role</strong></p>
<p>Social media has transcended its original purpose of connecting people, becoming a vital part of personal expression and professional branding. It's a digital canvas where individuals paint pictures of their lives, interests, and opinions. For professionals and businesses, it's platforms for marketing, networking, and community building. This rich tapestry of social interactions and digital footprints offers invaluable data about users' preferences, behaviors, and communication styles.</p>
<p><strong>Reflecting Personality and Interests</strong></p>
<p>The content we share, the posts we like, and even the way we express ourselves on social media can provide deep insights into our personalities. From the topics that excite us to the causes we advocate for, social media profiles are windows into what makes us unique. This data, when analyzed, can reveal patterns and preferences that are distinctly ours.</p>
<p><strong>Potential of Social Media Data in Training GPTs</strong></p>
<p>Given its reflective nature of individual personalities and interests, social media data is a goldmine for training personalized GPT models. When fed into GPTs, this data allows the models to "learn" from our digital personas, enabling them to mimic our writing style, champion our causes, and even resonate with our sense of humor. This personalized approach opens up new avenues for digital interaction, where AI can communicate in a manner that feels familiar and authentic to us.</p>
<h2 id="heading-jumping-in-to-create-your-own-alter-ego-gpt">Jumping in to create your own alter ego GPT</h2>
<h3 id="heading-step-1-data-collection"><strong>Step 1: Data Collection</strong></h3>
<h4 id="heading-1-set-up-an-account-on-apify">1. <strong>Set Up an Account on Apify</strong></h4>
<p>First, create a free account on <a target="_blank" href="https://apify.com/">Apify</a>. This platform provides access to various actors (scrapers) you'll need to collect data from different social media and web platforms.</p>
<p><a target="_blank" href="https://apify.com/"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712441549266/2220c314-5bf5-48bb-a13a-9f316816a0dc.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-2-website-and-social-profiles">2. <strong>Website and Social Profiles</strong></h4>
<p>Identify and list all websites and social media profiles that reflect your online presence. This includes your personal or company website, Instagram, Threads, TikTok, and any other platforms where you actively engage.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712441446789/2b4dd27b-3b7a-4135-a766-61c1529eee5f.webp" alt class="image--center mx-auto" /></p>
<h4 id="heading-3-data-scraping">3. <strong>Data Scraping</strong></h4>
<p><em>For website content</em>, use the specific <a target="_blank" href="https://console.apify.com/actors/aYG0l9s7dbB7j3gbS/console">Apify actor</a> designed for web crawling. Post scraping, download the CSV with all the necessary fields.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712441577743/23fbe7be-5fa1-4dee-b880-f052ee4fc100.png" alt class="image--center mx-auto" /></p>
<p>Once completed, download the information in a JSON and CSV formats.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712442003973/f90ba4c9-20e2-4561-ac99-ec134ff3ec16.png" alt class="image--center mx-auto" /></p>
<p><em>Repeat similar processes for</em> <a target="_blank" href="https://console.apify.com/actors/LnCvmgElmmlHN1gvZ/console"><em>Threads</em></a> <em>and</em> <a target="_blank" href="https://console.apify.com/actors/OtzYfK1ndEGdwWFKQ/console"><em>TikTok</em></a> using their respective scraping actors provided on Apify.</p>
<p><em>For Instagram</em>, utilize separate actors for posts, reels, comments and profile details. Use these links to access the respective scrapers:</p>
<ul>
<li><p><a target="_blank" href="https://console.apify.com/actors/shu8hvrXbJbY3Eb9W/console">Posts</a></p>
</li>
<li><p><a target="_blank" href="https://console.apify.com/actors/xMc5Ga1oCONPmWJIa/console">Reels</a></p>
</li>
<li><p><a target="_blank" href="https://console.apify.com/actors/dSCLg0C3YEZ83HzYX/console">Profile</a></p>
</li>
<li><p>Scrape comments of Reels and Posts by downloading CSVs once complete and copying the URL column, and pasting into the <a target="_blank" href="https://console.apify.com/actors/SbK00X0JYCPblD2wp/console">actor</a> via "Bulk Edit".</p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712441821050/0f5a9372-1bbd-43d9-962b-64b94aabbeaf.png" alt class="image--center mx-auto" /></p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712441904531/9e34a997-82ce-436f-9c0c-c045d4c5b30c.png" alt class="image--center mx-auto" /></p>
</li>
</ul>
<h3 id="heading-step-2-creating-your-gpt"><strong>Step 2: Creating Your GPT</strong></h3>
<h4 id="heading-1-login-into-chatgpt">1. <strong>Login Into ChatGPT</strong></h4>
<p>For this step, you'll need either ChatGPT Paid or access to the OpenAI API.</p>
<h4 id="heading-2-gpt-configuration">2. <strong>GPT Configuration</strong></h4>
<p>Create a new GPT instance. Upload the JSON files obtained from your data scraping activities to this GPT.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712442466369/1bf24f03-c044-403e-bfa7-dafc60e8f9c4.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712442499715/3d5c5fe6-a0dc-408e-98ee-506f7cfff0fd.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-3-contextual-setup">3. <strong>Contextual Setup</strong></h4>
<p>Configure your GPT with prompts that help it understand the context of your data. This includes describing the data, making the GPT concise, and setting up your persona. Here's an example of how to frame these prompts:</p>
<ul>
<li><p><strong>Chat Prompt 1:</strong></p>
<ul>
<li><p>"Can you please describe each file in your knowledge so it's easier for you to answer questions in your prompt?"</p>
<ul>
<li><p>Wait for Responce.</p>
</li>
<li><p><strong>Chat Prompt 2:</strong></p>
<ul>
<li>"Can you please be more concise and just provide the details the GPT will need in bullets?"</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712442519547/ad8e46f5-70eb-4476-95eb-14a786f8c61d.png" alt class="image--center mx-auto" /></p>
<p>  <strong>Instruction to Enter and Edit</strong></p>
</li>
<li><p>Copy over the instruction below after you received the output and fill in the blanks in uppercase to fit you!</p>
</li>
<li><p>```plaintext
  Your Persona is [ENTER A NAME], who is [ENTER GENERAL DETAILS] with [AUDIENCE]. Be the copywriter for them. </p>
<p>  This is the data you have access to in your knowledge. You will review the data every time before responding.</p>
</li>
</ul>
<p>    [PASTE RESULTS OF THE RESPONCE INTO INSTRUCTIONS]
    ```</p>
<h4 id="heading-4-generate-a-persona">4. <strong>Generate a Persona</strong></h4>
<p>Use the GPT to generate a persona for the name you've chosen. This may require refinement to ensure conciseness and relevance.</p>
<ul>
<li><p><strong>Chat Prompt 3:</strong></p>
<ul>
<li><p>"Can you please generate a persona for [Name].</p>
<ul>
<li><p>You may need to shorten it if too long of a responce, if so ask</p>
<ul>
<li>“Can you please be more concise.”</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Once you generate your persona, add to the instructions under what currently exists.</p>
</li>
</ul>
<h4 id="heading-5-detailing-writing-style">5. <strong>Detailing Writing Style</strong></h4>
<p>Finally, ask the GPT to detail your writing style focusing on word choice, syntax, and literary devices in bullet points. This step ensures the created GPT mimics your writing style closely.</p>
<ul>
<li><p><strong>Chat Prompt 4:</strong></p>
<ul>
<li><p>"Based on your knowledge, detail [PERSONA NAME] writing style focusing solely on its Word choice, Syntax, Economy and concision, Literary devices, Context and purpose characteristics, presented in bullet points."</p>
<ul>
<li>Once you get the writing style you like, add to the instructions under what currently exists.</li>
</ul>
</li>
</ul>
</li>
</ul>
<ol start="6">
<li><p><strong>Save and Test It Out!</strong></p>
<p> <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1712442967859/4d717856-f485-41d7-8b71-1419f65f2258.png" alt class="image--center mx-auto" /></p>
</li>
</ol>
<h2 id="heading-addressing-ethical-and-privacy-concerns"><strong>Addressing Ethical and Privacy Concerns</strong></h2>
<h3 id="heading-the-ethical-implications-of-creating-a-digital-replica">The Ethical Implications of Creating a Digital Replica</h3>
<p>Creating a personal GPT involves generating a digital entity that mirrors an individual's communication style, preferences, and potentially, their thought processes. This raises ethical questions about identity, consent, and the nature of interaction with AI that simulates human attributes. Concerns also emerge regarding the perpetuation of biases, as the data used to train these models may reflect or amplify existing societal biases.</p>
<h3 id="heading-privacy-issues-related-to-using-and-sharing-social-media-data">Privacy Issues Related to Using and Sharing Social Media Data</h3>
<p>The use of personal and sensitive data, particularly from social media, is at the heart of privacy concerns surrounding personal GPTs. This includes not just the individual's data but also data related to others who interact with the individual online. Ensuring the privacy and security of this data is paramount, necessitating strict data handling protocols and transparency about how the data is used, stored, and shared.</p>
<h3 id="heading-what-can-we-do-about-it">What Can We Do About It?</h3>
<ol>
<li><p><strong>Regularly Review Social Media Privacy Settings:</strong> Regularly check and adjust your social media privacy settings to control who can see your posts, comments, and likes. This can help minimize the amount of data publicly available for scraping.</p>
</li>
<li><p><strong>Be Mindful of What You Share:</strong> Before posting on social media, consider the sensitivity of the content. Ask yourself if it's something you're comfortable with potentially being used to train AI models. If not, it might be best not to share it.</p>
</li>
<li><p><strong>Use Data Download Features:</strong> Most social media platforms offer a feature that allows you to download all the data they have collected on you. Utilize these features to review what data is being collected and make more informed decisions about what to share in the future.</p>
</li>
<li><p><strong>Support Ethical AI Development:</strong> When using AI services, prefer companies and platforms that transparently disclose their data usage policies and are committed to ethical AI development practices. Your support as a user can drive more businesses to adopt responsible practices.</p>
</li>
<li><p><strong>Engage in Conversations:</strong> Be part of the discussion on privacy and ethics in AI. Whether it’s through social media, blog posts, or conversations with friends and family, raising awareness about these issues can contribute to a more informed public discourse.</p>
</li>
<li><p><strong>Educate Yourself:</strong> Stay informed about the latest developments in AI and privacy. Understanding the basics of how GPTs and other AI models are trained can help you make better decisions about your data.</p>
</li>
</ol>
<h2 id="heading-the-future-of-personal-gpts"><strong>The Future of Personal GPTs</strong></h2>
<h3 id="heading-emerging-trends-and-potential-future-developments">Emerging Trends and Potential Future Developments</h3>
<p>The frontier of personal GPTs is expanding rapidly, driven by advancements in AI and machine learning. Emerging trends include the integration of multimodal capabilities, allowing GPTs to understand and generate not just text but images, videos, and audio.</p>
<p>The development of more efficient algorithms means personal GPTs will become more accessible, requiring less computational power and becoming more environmentally sustainable. Moreover, the push towards better understanding and generating diverse languages and dialects promises to make personal GPTs truly global tools.</p>
<h3 id="heading-the-role-of-personal-gpts-in-the-evolving-landscape-of-ai-and-society">The Role of Personal GPTs in the Evolving Landscape of AI and Society</h3>
<p>Personal GPTs are poised to play a pivotal role in the evolution of AI, offering bespoke digital experiences that can enhance creativity, productivity, and learning. As AI becomes more intertwined with daily life, personal GPTs could serve as digital companions, educators, and creative partners, offering personalized insights and support. However, their integration also raises critical questions about privacy, ethics, and the digital divide, necessitating thoughtful discourse and policy-making to ensure equitable and respectful use.</p>
<h2 id="heading-conclusion"><strong>Conclusion</strong></h2>
<p>We traversed the journey of creating a personal GPT, from understanding the basics of GPT models and the importance of social media data, to gathering, preparing, and using this data to train a GPT model that mirrors your digital persona. The potential applications of such a personalized AI are vast, offering new ways to interact with digital content, manage daily tasks, and express creativity.</p>
<p>As we look forward to the future of personal GPTs and AI at large, it's crucial to navigate this terrain responsibly. The development and use of personal GPTs offer a unique opportunity to enhance our digital lives, but they also pose challenges that must be addressed with care. I encourage you to explore the possibilities of personal GPTs, armed with the knowledge to do so thoughtfully and ethically.</p>
<p>The future of AI and digital identity is incredibly bright, filled with opportunities for innovation and personalization. As we venture further into this digital age, let's embrace these advancements while remaining mindful of their impact on society and individual privacy. The journey towards a more personalized digital world is just beginning, and personal GPTs are at the forefront of this exciting frontier.</p>
]]></content:encoded></item><item><title><![CDATA[Must-Have Tools That Offer Notable Benefits]]></title><description><![CDATA[If you're anything like me, always on the lookout for ways to make your product management process smoother and more effective, you'll love this deep dive into some tools I've found incredibly useful. I've spent years in the trenches of product manag...]]></description><link>https://cody.withdesign.ca/must-have-tools-that-offer-notable-benefits</link><guid isPermaLink="true">https://cody.withdesign.ca/must-have-tools-that-offer-notable-benefits</guid><category><![CDATA[tools]]></category><category><![CDATA[chatgpt]]></category><category><![CDATA[Productivity]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Fri, 19 Jan 2024 06:45:41 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1702846241354/256db0b1-68f6-4ecc-a46c-5960b68261d1.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>If you're anything like me, always on the lookout for ways to make your product management process smoother and more effective, you'll love this deep dive into some tools I've found incredibly useful. I've spent years in the trenches of product management, and believe me, finding the right tools can be a game-changer. So, let's explore these tools together, and I'll share not just what they do, but how they've made a real difference in my work and could in yours too.</p>
<hr />
<h3 id="heading-1-fathom-video-a-meeting-game-changerhttpsfathomvideoinvitegzyaxw"><strong>1.</strong> <a target="_blank" href="https://fathom.video/invite/Gzyaxw"><strong>Fathom Video: A Meeting Game Changer</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845080028/6453fcd0-34c0-4d24-824f-2205097d45b3.png" alt class="image--center mx-auto" /></p>
<p>I used to dread going through hours of meeting recordings. Then I found Fathom Video. Its automatic transcription and call summaries are a lifesaver. It's not perfect - clear audio is a must, and it took me a while to get the hang of it, but now I can't imagine my meetings without it.</p>
<p><em>Real Talk:</em> Picture wrapping up an intense strategy session. Instead of pages of notes, Fathom Video gives you all the key points and actions, ready for follow-up. It's like having your personal meeting assistant.</p>
<p>The Free Plan: Fathom Video's free plan offers limited but powerful features for those managing frequent meetings. It provides essential transcription services, which are a godsend for quick reference. The ability to get automatic call summaries, even in the free version, is a major time-saver, ensuring you never miss a critical point in your meetings.</p>
<h3 id="heading-2-uipath-my-secret-to-more-timehttpswwwuipathcom"><strong>2.</strong> <a target="_blank" href="https://www.uipath.com/"><strong>UiPath: My Secret to 'More Time'</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845198281/70611b9c-636e-45a3-b475-a03c1d45f506.png" alt class="image--center mx-auto" /></p>
<p>At first, I was skeptical about UiPath. Automate my tasks? Really? But once I got past the initial setup, it was like I found extra hours in my day. It handles the repetitive stuff, so I focus on what really matters - like strategy and team management.</p>
<p><em>From My Experience:</em> Imagine all the customer feedback you get, automatically compiled into one report. That's UiPath for you - more time for analysis, less for grunt work.</p>
<p>The Free Plan: UiPath's free plan is a hidden gem for automating basic tasks. Even without the full suite of features, the free version allows you to automate simple yet time-consuming tasks. It's a great starting point for anyone looking to dip their toes into automation and experience the magic of having extra hours in their workday.</p>
<hr />
<h3 id="heading-3-zapier-the-connectivity-wizardhttpszapiercom"><strong>3.</strong> <a target="_blank" href="https://zapier.com/"><strong>Zapier: The Connectivity Wizard</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845299115/2a631a47-6436-4e2a-8581-8221101a6867.png" alt class="image--center mx-auto" /></p>
<p>Zapier has been my go-to for making my apps work together. It's pretty straightforward for basic stuff, but I've also had fun (and some head-scratching moments) setting up more complex workflows. It's like digital magic when it works!</p>
<p><em>Real-Life Magic:</em> Every time I post a blog, Zapier waves its wand, and voilà - it's shared across all my social platforms. Talk about saving time and boosting my online presence!</p>
<p>The Free Plan: The free tier of Zapier is perfect for setting up basic integrations between popular apps. It allows you to create simple workflows, which is fantastic for small businesses or individual professionals. This level of connectivity, even in the free version, can significantly streamline your digital processes.</p>
<hr />
<h3 id="heading-4-hashnode-more-than-just-a-bloghttpshashnodecom"><strong>4.</strong> <a target="_blank" href="https://hashnode.com/"><strong>Hashnode: More Than Just a Blog</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845350982/bd88c830-cf97-4b3b-96a8-74e978aa3af5.png" alt class="image--center mx-auto" /></p>
<p>Hashnode isn't just where I blog; it's where I connect with fellow tech enthusiasts. It takes commitment to keep up, but the conversations and connections I've made there have been totally worth it.</p>
<p><em>In Action:</em> Sharing my product challenges and triumphs on Hashnode has not only built my personal brand but also opened doors to amazing feedback and innovative ideas from peers worldwide.</p>
<p>The Free Plan: Hashnode’s free plan is particularly appealing for its community engagement features. It allows you to publish unlimited articles and connect with a global network of tech enthusiasts. This platform is perfect for those looking to build their personal brand without any initial investment.</p>
<hr />
<h3 id="heading-5-coda-where-documents-come-alivehttpscodaio"><strong>5.</strong> <a target="_blank" href="https://coda.io/"><strong>Coda: Where Documents Come Alive</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845399050/9e74d635-bc24-4718-afc4-702a4b0ae160.png" alt class="image--center mx-auto" /></p>
<p>Coda was a bit overwhelming at first, what with all its features. But once I got the hang of it, it was like seeing my documents come alive. It's a dynamic space where my roadmaps and plans aren't just static pages.</p>
<p><em>A Coda Story:</em> Think of a roadmap that everyone can access and edit in real-time. No more "which version are we on?" - it's all there, up-to-date and interactive.</p>
<p>The Free Plan: The free version of Coda still packs a punch, offering essential document and spreadsheet functionalities with real-time collaboration features. This is especially valuable for small teams or individual project managers looking to keep their documents dynamic and interactive.</p>
<hr />
<h3 id="heading-6-figma-where-ideas-take-shapehttpsfigmaio"><strong>6.</strong> <a target="_blank" href="https://figma.io"><strong>Figma: Where Ideas Take Shape</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845455460/aeb84e0d-6d94-4ceb-a575-6ffb4ec693af.png" alt class="image--center mx-auto" /></p>
<p>Figma has changed the way I collaborate with designers. It's not always smooth sailing, especially with complex designs, but the ability to work together in real-time has been a game-changer.</p>
<p><em>Collaboration Unleashed:</em> Imagine a design meeting where changes are made on the fly, feedback is instant, and everyone's on the same page. That's Figma for us - a real-time playground for ideas.</p>
<p>The Free Plan: Figma's free plan is a boon for individual designers or small teams. It offers core design and prototyping features, facilitating real-time collaboration. This is a game-changer for those starting in design or working on small-scale projects.</p>
<hr />
<h3 id="heading-7-scraper-api-the-data-miners-dreamhttpsdashboardscraperapicom"><strong>7.</strong> <a target="_blank" href="https://dashboard.scraperapi.com/"><strong>Scraper API: The Data Miner's Dream</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845523004/ee38188d-8171-422d-9def-29c48655daec.png" alt class="image--center mx-auto" /></p>
<p>At first, web scraping sounded daunting, but Scraper API made it a lot more approachable. It's not without its challenges, especially with big data sets, but the insights I've gained have been invaluable for staying ahead of the market.</p>
<p><em>Behind the Scenes:</em> Need to keep tabs on competitor pricing? Scraper API has been my secret weapon, quietly gathering all the intel I need to stay competitive.</p>
<p>The Free Plan: For those new to web scraping, Scraper API’s free plan is a great starting point. It offers a limited number of requests, which is sufficient for small projects or for getting a feel for how web scraping can transform your data gathering process.</p>
<hr />
<h3 id="heading-8-openai-chat-my-brainstorm-buddyhttpschatopenaicom"><strong>8.</strong> <a target="_blank" href="https://chat.openai.com/"><strong>OpenAI Chat: My Brainstorm Buddy</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845645708/4ed3c12c-a332-405b-a303-a7c0035bed24.png" alt class="image--center mx-auto" /></p>
<p>When I first tried OpenAI Chat, I was skeptical. A machine helping me brainstorm? But it's been surprisingly helpful, sparking ideas I wouldn't have thought of on my own. Just remember, it's only as good as the questions you ask.</p>
<p><em>Brainstorming Reinvented:</em> Stuck for a catchy slogan or a fresh marketing angle? Chatting with OpenAI has often led me to those 'aha!' moments.</p>
<p>The Free Plan: OpenAI Chat’s free version, while limited, offers a taste of its potential in brainstorming and idea generation. It's a great tool for those moments when you need a creative nudge or a fresh perspective on a problem.</p>
<hr />
<h3 id="heading-9-utmio-tracking-made-easyhttpsutmio"><strong>9.</strong> <a target="_blank" href="https://utm.io"><strong>UTM.io: Tracking Made Easy</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845722257/4385d244-e791-4e45-8197-6e914a16b8f7.png" alt class="image--center mx-auto" /></p>
<p><a target="_blank" href="http://UTM.io">UTM.io</a> has been a lifesaver for keeping track of my marketing campaigns. It's straightforward but stick to a system for maximum effectiveness. Trust me,</p>
<p>it's worth it when you see how well your campaigns are doing.</p>
<p><em>Tracking Triumphs:</em> Launching a product and knowing exactly which channels are bringing in the traffic? That's the clarity <a target="_blank" href="http://UTM.io">UTM.io</a> brings to the table.</p>
<p>The Free Plan: <a target="_blank" href="http://UTM.io">UTM.io</a> offers a free plan that is perfect for those just starting with campaign tracking. It provides essential UTM code generation and management, which is invaluable for understanding your campaign's effectiveness on a smaller scale.</p>
<hr />
<h3 id="heading-10-status-hero-my-teams-pulse-checkerhttpsstatusherocom"><strong>10.</strong> <a target="_blank" href="https://statushero.com/"><strong>Status Hero: My Team's Pulse Checker</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845774153/b3614406-6fab-4835-b613-cb6258c786d9.png" alt class="image--center mx-auto" /></p>
<p>Remote work can be a black box, but Status Hero helps shine a light. It keeps us all in sync without feeling like Big Brother is watching. Balancing transparency with trust is key here.</p>
<p><em>Remote Work, Simplified:</em> Daily check-ins that give a quick snapshot of what everyone's up to? It's like having a virtual stand-up meeting without the meeting.</p>
<p>The Free Plan: You get a 14 day trial with the software. It allows basic check-ins and status updates, which is a great way to keep remote teams connected and in sync with each other’s progress.</p>
<hr />
<h3 id="heading-11-google-products-oldies-but-goodies"><strong>11. Google Products: Oldies but Goodies</strong></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845813107/567811b9-dac4-44ad-bd8e-21bc45b9d937.png" alt class="image--center mx-auto" /></p>
<p>I've been using Google's suite for years, and it's still my go-to for collaboration. Sure, there are occasional glitches, but the ease of use and accessibility are hard to beat.</p>
<p><em>Collaboration Classics:</em> Real-time editing in Google Docs has saved my team countless hours of back-and-forth. It's simple, it's effective, and it just works.</p>
<p>The Free Plan: Google’s suite, with its free offerings like Google Docs, Sheets, and Slides, remains an unbeatable choice for collaboration and productivity. These tools are robust and user-friendly, making them perfect for a wide range of professional needs.</p>
<hr />
<h3 id="heading-12-lastpass-my-key-to-sanityhttpswwwlastpasscom"><strong>12.</strong> <a target="_blank" href="https://www.lastpass.com/"><strong>LastPass: My Key to Sanity</strong></a></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702845851748/17323acf-143b-472f-aaac-614cd6fe77d5.png" alt class="image--center mx-auto" /></p>
<p>Managing passwords used to be a nightmare. LastPass changed that. It's not foolproof – what is? – but it's made my digital life a whole lot simpler and more secure.</p>
<p><em>Password Peace of Mind:</em> Imagine never having to remember (or forget) another password for all the tools and platforms you use. That's the peace of mind LastPass gives me.</p>
<p>The Free Plan: LastPass offers a free version that's more than sufficient for individual users. It provides essential password management and security, ensuring your digital life is both simplified and secure.</p>
<hr />
<p>There you have it - my personal take on the tools that have reshaped my approach to product management. These aren't just tools; they're allies in a journey filled with challenges and triumphs. They've saved me time, sparked creativity, and helped me connect with others in meaningful ways. I hope my experiences and insights help you find your own path to success in the dynamic world of product management.</p>
]]></content:encoded></item><item><title><![CDATA[Master the Art of Data Alchemy: Convert HTML Chaos to Clarity through Node.js]]></title><description><![CDATA[Embark on a thrilling journey into the realm of Node.js, where a meticulously crafted script transforms the chaos of HTML data into pristine, actionable text.
We will be focused on this repository here. This will be your gateway offering a deep dive ...]]></description><link>https://cody.withdesign.ca/master-the-art-of-data-alchemy-convert-html-chaos-to-clarity-through-nodejs</link><guid isPermaLink="true">https://cody.withdesign.ca/master-the-art-of-data-alchemy-convert-html-chaos-to-clarity-through-nodejs</guid><category><![CDATA[data]]></category><category><![CDATA[Node.js]]></category><category><![CDATA[HTML5]]></category><category><![CDATA[json]]></category><category><![CDATA[clean code]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Mon, 18 Dec 2023 05:39:47 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1702877497575/eb2bc842-2074-406f-ab49-d62314fccfc9.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Embark on a thrilling journey into the realm of Node.js, where a meticulously crafted script transforms the chaos of HTML data into pristine, actionable text.</p>
<p><a target="_blank" href="https://github.com/CodyReeves/data-cleaner">We will be focused on this repository here.</a> This will be your gateway offering a deep dive into the script's inner mechanics and showcasing the Node.js prowess fueling its effectiveness.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://github.com/CodyReeves/data-cleaner">https://github.com/CodyReeves/data-cleaner</a></div>
<p> </p>
<h2 id="heading-the-genesis-of-innovation"><strong>The Genesis of Innovation</strong></h2>
<p>In our data-saturated world, where HTML forms the backbone of the web, sifting through this digital deluge is both a necessity and a formidable challenge. Enter the hero of our story: a Node.js script, ingeniously designed to purify HTML data, making it a powerful ally in web scraping, data analytics, and beyond.</p>
<h2 id="heading-toolkit-of-the-titans-nodejs-modules"><strong>Toolkit of the Titans: Node.js Modules</strong></h2>
<p>Our script leverages the might of key Node.js modules, each a titan in its own right:</p>
<ul>
<li><p>Our script leverages the might of key Node.js modules, each a titan in its own right:</p>
<ul>
<li><p><code>fs</code> (File System): The script's lifeline for file interactions, handling the vital task of reading and writing files.</p>
<pre><code class="lang-javascript">  <span class="hljs-keyword">const</span> fs = <span class="hljs-built_in">require</span>(<span class="hljs-string">'fs'</span>);
</code></pre>
</li>
<li><p><code>readline</code>: Tailored for precision, it reads data methodically, line by line.</p>
<pre><code class="lang-javascript">  <span class="hljs-keyword">const</span> readline = <span class="hljs-built_in">require</span>(<span class="hljs-string">'readline'</span>);
</code></pre>
</li>
<li><p><code>cheerio</code>: The alchemist's dream, offering the prowess of jQuery for server-side operations.</p>
<pre><code class="lang-javascript">  <span class="hljs-keyword">const</span> cheerio = <span class="hljs-built_in">require</span>(<span class="hljs-string">'cheerio'</span>);
</code></pre>
</li>
<li><p><code>stream</code>: The guardian of efficiency, processing data in digestible chunks.</p>
<pre><code class="lang-javascript">  <span class="hljs-keyword">const</span> { Transform } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'stream'</span>);
</code></pre>
</li>
</ul>
</li>
</ul>
<h2 id="heading-the-alchemy-process"><strong>The Alchemy Process</strong></h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702876758238/08d51f81-6ac7-4c14-929f-c77f8a1c0e53.png" alt class="image--center mx-auto" /></p>
<p>The script is a symphony of efficiency and precision:</p>
<ol>
<li><ol>
<li><p><strong>Initiating the Process</strong>: It starts by reading a JSON Lines file.</p>
<pre><code class="lang-javascript">  <span class="hljs-keyword">const</span> inputFile = process.argv[<span class="hljs-number">2</span>] || <span class="hljs-string">'default_input.jsonl'</span>;
</code></pre>
<ol>
<li><p><strong>Data Transmutation</strong>: Here, cheerio distills the text into a refined form.</p>
<pre><code class="lang-javascript"><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">cleanHtml</span>(<span class="hljs-params">html</span>) </span>{
   <span class="hljs-keyword">return</span> cheerio.load(html)(<span class="hljs-string">'body'</span>).text().trim();
}
</code></pre>
</li>
<li><p><strong>The Final Reveal</strong>: The script crafts purified text into an output file.</p>
<pre><code class="lang-javascript"><span class="hljs-keyword">const</span> outputFile = process.argv[<span class="hljs-number">3</span>] || <span class="hljs-string">'cleaned_data.txt'</span>;
</code></pre>
</li>
</ol>
</li>
</ol>
</li>
</ol>
<h2 id="heading-the-art-of-efficiency"><strong>The Art of Efficiency</strong></h2>
<pre><code class="lang-javascript">pipeline(readStream, <span class="hljs-keyword">new</span> CleaningTransform(), fs.createWriteStream(outputFile), <span class="hljs-function"><span class="hljs-params">err</span> =&gt;</span> <span class="hljs-built_in">console</span>.log(err ? <span class="hljs-string">'Failed'</span> : <span class="hljs-string">'Succeeded'</span>));
</code></pre>
<p>The script's embrace of streaming technology is its masterstroke, adeptly handling vast volumes of data in manageable portions. This strategic approach is invaluable in the realms of big data and web scraping, where handling colossal datasets is the norm.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702876865138/cbdabc79-7d18-4207-b58c-4fb1e4015ec2.png" alt class="image--center mx-auto" /></p>
<h2 id="heading-customization-your-personal-artisan-tool"><strong>Customization: Your Personal Artisan Tool</strong></h2>
<p>This script isn't just a tool; it's a bespoke solution. It allows for personalized input and output file paths via command-line arguments, catering to diverse workflows. Adaptable to various HTML cleaning needs and scalable to different file sizes, it stands as a versatile asset in your digital toolkit.</p>
<h2 id="heading-a-practical-saga-web-scraping"><strong>A Practical Saga: Web Scraping</strong></h2>
<p>Picture a web scraping mission for market research, with web pages teeming with scripts, styles, and an array of HTML elements. Manually navigating this labyrinth is a Herculean task. This is where our script becomes your digital artisan, automating the cleaning process with precision, saving time, and elevating data accuracy.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702876909604/ab2fe3c2-cb01-416b-979c-d053766d2931.png" alt class="image--center mx-auto" /></p>
<p><em>For those new to the platform, Scraper API’s is an excellent for web scraping. It offers a sufficient number of requests for small projects, making it ideal for those looking to understand how web scraping can revolutionize their data-gathering processes.</em></p>
<h2 id="heading-the-epilogue"><strong>The Epilogue</strong></h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1702877459334/01119e92-5bb4-407c-ae5a-1a7215cfb37f.png" alt class="image--center mx-auto" /></p>
<p>This Node.js script is not just a utility; it's a testament to the elegance of smart data processing. It's a narrative of how technology can transform complex, daunting tasks into streamlined, automated systems.</p>
<p>For those poised to explore this digital frontier, the script is your companion. Customize it, harness its capabilities, and witness the metamorphosis of unruly HTML into clean, analyzable text.</p>
<p>Here's to your journey in the art of data alchemy!</p>
<p>Happy data processing!</p>
]]></content:encoded></item><item><title><![CDATA[Embracing Vulnerability and Authenticity]]></title><description><![CDATA[In the dynamic sphere of product management, the interplay between effective leadership traits and the user experience can’t be overstated. It’s here that the convergence of empathetic, authentic leadership and a thorough, user-focused design process...]]></description><link>https://cody.withdesign.ca/embracing-vulnerability-and-authenticity</link><guid isPermaLink="true">https://cody.withdesign.ca/embracing-vulnerability-and-authenticity</guid><category><![CDATA[leadership]]></category><category><![CDATA[Product Management]]></category><category><![CDATA[Strategy]]></category><category><![CDATA[team]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Sat, 16 Dec 2023 01:09:33 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1699318984523/8a36f7ad-bf52-4b6d-a96c-5ee29255b28a.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In the dynamic sphere of product management, the interplay between effective leadership traits and the user experience can’t be overstated. It’s here that the convergence of empathetic, authentic leadership and a thorough, user-focused design process becomes evident. This fusion not only steers product innovation to align with user needs but also nurtures a culture of empowerment and fulfillment within teams. Vulnerability and the pursuit of genuine connections in leadership can profoundly influence product outcomes and drive collective success, Lets dive in.</p>
<p>The journey begins with vulnerability—a concept traditionally associated with weakness has been redefined as a leadership superpower. When leaders lay down their armor, it becomes a call to action for openness and shared learning. This practice is not just beneficial; it's foundational, as it correlates directly with a team's ability to innovate with empathy for the user. By acknowledging their own limitations, leaders invite their teams to bring their full spectrum of skills and insights to the table, which is instrumental when assessing product usability and user satisfaction.</p>
<p>Authenticity complements vulnerability by solidifying trust within a team. It’s the unwavering commitment to true self-representation that inspires teams to mirror this authenticity in the products they create. A product crafted with integrity reflects the values of its makers and resonates deeply with users.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699319066086/07e7824f-71a4-4c66-bcad-a7c4e4b7648f.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-wellness-and-work-life-balance-the-unseen-drivers-of-ux">Wellness and Work-Life Balance: The Unseen Drivers of UX</h3>
<p>The wellness of a product team is a silent yet powerful contributor to user experience. A leader’s dedication to maintaining a team's mental and physical health is directly proportional to their ability to understand and design for the user's needs. When a team enjoys a healthy work-life balance, they are more attuned to the subtleties of user interaction and more invested in creating accessible and inclusive user interfaces.</p>
<h3 id="heading-user-testing-the-reflective-surface-for-leadership">User Testing: The Reflective Surface for Leadership</h3>
<p>User testing serves as a reflective surface for leadership, revealing the true needs and preferences of users. It is where the lessons of vulnerability and authenticity are put to the test. Teams that embrace diverse user perspectives during testing are rewarded with a richer understanding of the product's impact across various demographics, leading to a more intuitive and adaptable design. Such inclusive testing strategies are a direct outcome of a leadership style that values every voice and perspective, both within the team and among the user base.</p>
<h3 id="heading-customer-feedback-the-compass-for-product-evolution">Customer Feedback: The Compass for Product Evolution</h3>
<p>Constructively engaging with customer feedback is perhaps one of the purest forms of leadership in action. It demonstrates a commitment to perpetual growth and adaptation—a recognition that the product journey doesn't end at launch but evolves with every user interaction. When leaders listen to feedback with an open heart and a willing mind, they not only fix immediate issues but also chart a path for the product that aligns with the evolving desires of the user community. This responsive approach leads to a virtuous cycle of improvement and satisfaction, setting the stage for enduring product success.</p>
<h3 id="heading-positive-work-culture-the-seedbed-for-innovation">Positive Work Culture: The Seedbed for Innovation</h3>
<p>Creating a positive work culture is akin to tending a garden—it requires patience, care, and attention to the conditions that allow growth. Recognizing small wins and nurturing transparent communication are the nutrients that sustain this environment. Leaders who cultivate such a culture find that their teams are more collaborative, creative, and driven to produce work that meets the highest standards of user experience.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1700283963887/a81b07ea-498a-4830-a320-5ee1a5f991a1.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-synthesizing-leadership-and-ux-for-lasting-impact">Synthesizing Leadership and UX for Lasting Impact</h3>
<p>The synthesis of vulnerable, authentic leadership and a meticulous user-centric approach to product design forms an enduring framework for success. It’s an approach that sees team dynamics as the heartbeat of product innovation, with each beat resonating through the features and interfaces of the product itself. The result is a product that doesn’t just function but thrives, reflective of the team's health and the users' voices.</p>
<p>As leaders and product visionaries, we must continually ask ourselves how our leadership style can foster an environment where user needs are not just met but anticipated and where products are not just used but cherished. Your reflections on this symbiosis of leadership and design can inspire an industry-wide elevation of standards, leading to products that truly change lives.</p>
]]></content:encoded></item><item><title><![CDATA[Harnessing Big Data for Advertising Precision]]></title><description><![CDATA[The Result
Advanced Analytics Platform
Uncoil Classic delivered an advanced analytics solution that synthesized data from multiple advertising channels into a cohesive, actionable report. The application empowered users with insights for attribution,...]]></description><link>https://cody.withdesign.ca/harnessing-big-data-for-advertising-precision</link><guid isPermaLink="true">https://cody.withdesign.ca/harnessing-big-data-for-advertising-precision</guid><category><![CDATA[Case Study]]></category><category><![CDATA[Product Management]]></category><category><![CDATA[SaaS]]></category><category><![CDATA[Design]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Tue, 21 Nov 2023 21:10:03 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1700537879682/4d356b55-75a3-46d2-bccd-9a81f81790f0.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3 id="heading-the-result"><strong>The Result</strong></h3>
<h4 id="heading-advanced-analytics-platform"><em>Advanced Analytics Platform</em></h4>
<p>Uncoil Classic delivered an advanced analytics solution that synthesized data from multiple advertising channels into a cohesive, actionable report. The application empowered users with insights for attribution, revenue tracking, and profit analysis, leading to more informed decision-making in their advertising efforts.</p>
<h4 id="heading-data-driven-advertising-optimization"><em>Data-Driven Advertising Optimization</em></h4>
<p>With its AI and data science-backed models, Uncoil Classic provided targeted recommendations that helped businesses optimize their Facebook advertising strategies, resulting in increased efficiency and profitability of ad spends.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.youtube.com/watch?v=UkP-n9enoC4&amp;ab_channel=EggplainExplainerVideo">https://www.youtube.com/watch?v=UkP-n9enoC4&amp;ab_channel=EggplainExplainerVideo</a></div>
<p> </p>
<h3 id="heading-the-observed-problem"><strong>The Observed Problem</strong></h3>
<h4 id="heading-complexity-in-advertising-data-analysis"><em>Complexity in Advertising Data Analysis</em></h4>
<p>Businesses struggled to amalgamate and interpret vast amounts of data from their advertising campaigns, making it difficult to gauge performance and act on insights in a timely manner.</p>
<h3 id="heading-the-research"><strong>The Research</strong></h3>
<h4 id="heading-understanding-the-data-challenge"><em>Understanding the Data Challenge:</em></h4>
<p>Extensive research identified a gap in the market for a tool that could simplify the complexity of advertising data across channels, providing clarity and actionable insights for businesses, particularly in the realm of Facebook advertising.</p>
<h3 id="heading-in-the-insights"><strong>In the Insights</strong></h3>
<h4 id="heading-demand-for-simplified-data-interpretation-and-actionable-insights"><em>Demand for Simplified Data Interpretation and Actionable Insights:</em></h4>
<p>The market research indicated a strong need for a platform that could not only analyze complex data sets but also offer clear, actionable insights and recommendations to enhance advertising efficacy.</p>
<h3 id="heading-the-proposed-how-might-we-statements"><strong>The Proposed 'How Might We' Statements</strong></h3>
<h4 id="heading-simplifying-data-for-strategic-decisions"><em>Simplifying Data for Strategic Decisions:</em></h4>
<ul>
<li><p>How might we develop a system that simplifies the interpretation of complex advertising data?</p>
</li>
<li><p>How might we provide clear, data-driven insights to advertisers for immediate action to optimize campaign performance?</p>
</li>
</ul>
<h3 id="heading-strategy"><strong>Strategy</strong></h3>
<h4 id="heading-big-data-pipeline-implementation"><em>Big Data Pipeline Implementation</em></h4>
<p>The strategy centered on building a robust big data pipeline to extract, transform, and load data into Uncoil Classic. This would enable the seamless integration of data points and facilitate comprehensive reporting and insights.</p>
<h3 id="heading-business-requirements"><strong>Business Requirements</strong></h3>
<h4 id="heading-accurate-tracking-and-profit-analysis"><em>Accurate Tracking and Profit Analysis</em></h4>
<p>Uncoil Classic needed to accurately track revenue and profits while providing granular insights into advertising spend efficiency. It required a high degree of accuracy and predictive analytics to support strategic advertising decisions.</p>
<h3 id="heading-the-solutions"><strong>The Solutions</strong></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699243307531/fb617803-4a88-492f-a9fc-1543af2452b5.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-uncoil-classics-analytical-capabilities"><em>Uncoil Classic's Analytical Capabilities</em></h4>
<p>Uncoil Classic offered deep dives into time-series data, combining product sales information with attributed advertising spend. It provided predictive insights for ad management, such as when to pause ad sets or increase budgets, and identified top-performing products.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699740172081/fe859322-4b16-483a-8efd-4dbfbf63f593.png" alt class="image--center mx-auto" /></p>
<p><img src="https://img.playbook.com/GVPYjk9id1MRXEn0VDtc1CcD8KJL6ZtOTx7PHOWRja0/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzBmN2Q4OGEw/LWJmYTYtNGZhOS04/YjQwLTkwZTJiYzcy/MzZjYw" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232540230/a0730b38-36e9-433b-9103-63e056131f3c.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232467335/a2859d58-abaf-41df-89ba-90fcbfeae733.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-things-that-could-be-improved"><strong>Things that could be improved</strong></h3>
<h4 id="heading-expansion-beyond-facebook"><em>Expansion Beyond Facebook</em></h4>
<p>While Uncoil Classic specializes in Facebook advertising insights, expanding its capabilities to include other advertising platforms could increase its market applicability and user base.</p>
<h3 id="heading-the-impact"><strong>The Impact</strong></h3>
<h4 id="heading-streamlined-advertising-strategies"><em>Streamlined Advertising Strategies</em></h4>
<p>Uncoil Classic's impact on the market was significant, with users experiencing improved advertising strategies, increased ROI, and a better understanding of their overall advertising performance.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699243328478/6e1e8562-d3fd-4f97-bc1f-c59f91971b17.png" alt class="image--center mx-auto" /></p>
]]></content:encoded></item><item><title><![CDATA[Empowering Connections Through Affiliate Network Innovation and Brand Resonance]]></title><description><![CDATA[The Result
Enhanced Affiliate Network Growth
Through strategic branding and technical innovation, Ogopogo witnessed a substantial uplift in its affiliate network's growth. The project's outcome surpassed initial KPIs, with a 40% increase in affiliate...]]></description><link>https://cody.withdesign.ca/empowering-connections-through-affiliate-network-innovation-and-brand-resonance</link><guid isPermaLink="true">https://cody.withdesign.ca/empowering-connections-through-affiliate-network-innovation-and-brand-resonance</guid><category><![CDATA[Design]]></category><category><![CDATA[Case Study]]></category><category><![CDATA[Affiliate marketing]]></category><category><![CDATA[network]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Tue, 21 Nov 2023 21:08:58 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232808385/28c399c0-9bff-471d-b4ce-0ff41bd5c9bf.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3 id="heading-the-result"><strong>The Result</strong></h3>
<h4 id="heading-enhanced-affiliate-network-growth"><em>Enhanced Affiliate Network Growth</em></h4>
<p>Through strategic branding and technical innovation, Ogopogo witnessed a substantial uplift in its affiliate network's growth. The project's outcome surpassed initial KPIs, with a 40% increase in affiliate registrations within the first quarter post-launch. The vibrant and locally resonant branding, combined with a user-friendly interface, contributed to a higher engagement rate and a lower bounce rate on the affiliate sign-up pages.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232873172/504865f6-ec60-4100-8b7a-7af022b75ccc.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-high-conversion-tracking-accuracy"><em>High Conversion Tracking Accuracy</em></h4>
<p>The technical solutions implemented achieved a remarkable 99% accuracy rate in tracking conversions, ensuring that affiliates were correctly credited for their efforts. This level of precision bolstered trust in the Ogopogo network, leading to higher satisfaction among current affiliates and bolstering the network's reputation within the affiliate community.</p>
<h3 id="heading-the-observed-problem"><strong>The Observed Problem</strong></h3>
<h4 id="heading-need-for-differentiation-and-direct-engagement"><em>Need for Differentiation and Direct Engagement</em></h4>
<p>Prior to the initiative, Ogopogo's branding failed to differentiate itself within the crowded D2C affiliate market. Affiliates and partner brands sought a network that provided not only a sense of community but also a platform for direct engagement and influence over promotional offers.</p>
<h3 id="heading-the-research"><strong>The Research</strong></h3>
<h4 id="heading-market-and-competitor-analysis"><em>Market and Competitor Analysis</em></h4>
<p>A comprehensive analysis of the D2C landscape revealed that affiliates were seeking more than just competitive commissions; they wanted a network that supported their growth and provided tools for collaboration. Similarly, brands were looking for networks that could offer local market insights and a more personalized approach to campaign management.</p>
<h3 id="heading-in-the-insights"><strong>In the Insights</strong></h3>
<h4 id="heading-demand-for-localized-and-collaborative-branding"><em>Demand for Localized and Collaborative Branding</em></h4>
<p>The research pointed towards a gap in the market for an affiliate network that could offer a strong local connection and a participatory approach. Affiliates wanted to feel part of a network that understood their specific challenges and provided tailored solutions. Brands were looking for networks that could connect them with these high-performing affiliates.</p>
<h3 id="heading-the-proposed-how-might-we-statements"><strong>The Proposed 'How Might We' Statements</strong></h3>
<h4 id="heading-cultivating-a-community-centric-network"><em>Cultivating a Community-Centric Network</em></h4>
<ul>
<li><p>How might we craft a branding strategy that affiliates are proud to be associated with and which customers trust?</p>
</li>
<li><p>How might we design a system that not only tracks affiliate activity accurately but also facilitates real-time communication and collaboration between affiliates and brands?</p>
</li>
</ul>
<h3 id="heading-strategy"><strong>Strategy</strong></h3>
<h4 id="heading-localized-empowerment-and-technical-integration"><em>Localized Empowerment and Technical Integration</em></h4>
<p>Ogopogo's strategy revolved around creating a localized and vibrant brand image that would appeal to the community's culture and values. The network was designed to empower affiliates by giving them a voice in the offer creation process and providing them with advanced tracking tools to monitor their success.</p>
<h3 id="heading-business-requirements"><strong>Business Requirements</strong></h3>
<h4 id="heading-precision-and-scalability"><em>Precision and Scalability</em></h4>
<p>The business mandated precision in tracking and reporting to maintain trust and accountability. Scalable solutions were also a necessity to accommodate the anticipated growth of the affiliate network and the diversity of offers that would be managed.</p>
<h3 id="heading-the-solutions"><strong>The Solutions</strong></h3>
<h4 id="heading-affiliate-network-and-brand-asset-development"><em>Affiliate Network and Brand Asset Development</em></h4>
<p>The solution comprised the development of a robust affiliate network framework with an emphasis on local branding and customized landing pages. This framework was supported by a comprehensive tracking system, implemented via Everflow, ensuring accurate attribution for affiliates' efforts.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232894773/8e8cddd2-4ee0-42c3-a0ff-48b42d3696f5.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232884127/93b123ad-ab6f-46be-97a7-a826228aa530.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232916270/0d19a2fe-f3c0-45fa-ab64-04ace6605eaf.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232929574/1d2d03a6-47cb-40d5-aa91-8f6e44560fc8.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232935641/2c6c6c80-171b-4cad-b729-e2bb4abca833.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232940152/afaa6a17-a16a-49cb-ae25-718b900fdfd7.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232947018/c50d1329-f793-4062-98c9-938057c14ea4.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-things-that-could-be-improved"><strong>Things that could be improved</strong></h3>
<h4 id="heading-iterative-design-and-feedback-integration"><em>Iterative Design and Feedback Integration</em></h4>
<p>While the project met its primary objectives, ongoing iterative improvements, based on user feedback, could enhance the user experience further. A/B testing of landing pages and more in-depth analytics would allow for continual optimization of affiliate engagement strategies.</p>
<h3 id="heading-the-impact"><strong>The Impact</strong></h3>
<h4 id="heading-market-resonance-and-operational-excellence"><em>Market Resonance and Operational Excellence</em></h4>
<p>Ogopogo's initiative led to a reinforced market position, characterized by a strong community presence and a high degree of operational excellence. The brand's newfound resonance with local values and the network's operational efficiencies have laid a foundation for sustained growth and profitability.</p>
]]></content:encoded></item><item><title><![CDATA[Revolutionizing E-Commerce Funnel Builders]]></title><description><![CDATA[The Result
Innovative Funnel Creation Tool
Tornado transformed the landscape for marketing agencies by providing a powerful, user-friendly platform for creating dynamic, headless e-commerce D2C funnels. With its cutting-edge technology, agencies coul...]]></description><link>https://cody.withdesign.ca/revolutionizing-e-commerce-funnel-builders</link><guid isPermaLink="true">https://cody.withdesign.ca/revolutionizing-e-commerce-funnel-builders</guid><category><![CDATA[Design]]></category><category><![CDATA[Case Study]]></category><category><![CDATA[SaaS]]></category><category><![CDATA[Developer]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Tue, 21 Nov 2023 21:08:09 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1700538296190/061450ac-8586-4eac-923a-38fdf687f002.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3 id="heading-the-result"><strong>The Result</strong></h3>
<h4 id="heading-innovative-funnel-creation-tool"><em>Innovative Funnel Creation Tool</em></h4>
<p>Tornado transformed the landscape for marketing agencies by providing a powerful, user-friendly platform for creating dynamic, headless e-commerce D2C funnels. With its cutting-edge technology, agencies could design, edit, and manage multiple funnels with ease, resulting in a marked increase in campaign efficiency and engagement.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232288513/b8c6a99f-6fee-4b06-9b3c-d3a8a846b52a.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-seo-optimized-and-high-converting-pages"><em>SEO-Optimized and High-Converting Pages</em></h4>
<p>The product delivered highly optimized pages for SEO, leading to increased visibility and improved targeting via search engines and display ads. This optimization drove significant traffic and conversions, contributing to the overall success of the agencies' campaigns.</p>
<h3 id="heading-the-observed-problem"><strong>The Observed Problem</strong></h3>
<h4 id="heading-lack-of-specialized-funnel-creation-tools"><em>Lack of Specialized Funnel Creation Tools</em></h4>
<p>Before Tornado, marketing agencies lacked specialized tools to create and manage headless e-commerce funnels effectively. There was a clear market need for a solution that could handle the complexity of funnel creation without sacrificing performance and stability.</p>
<h3 id="heading-the-research"><strong>The Research</strong></h3>
<h4 id="heading-market-needs-and-technology-gap-analysis"><em>Market Needs and Technology Gap Analysis</em></h4>
<p>Research was undertaken to understand the specific needs of marketing agencies in the realm of e-commerce funnel creation. The study highlighted a technological gap in the market, which Tornado aimed to fill by providing a scalable, robust, and easy-to-use funnel builder.</p>
<h3 id="heading-in-the-insights"><strong>In the Insights</strong></h3>
<h4 id="heading-demand-for-customization-and-scalability"><em>Demand for Customization and Scalability</em></h4>
<p>Agencies required a tool that could not only generate multiple funnel variants but also scale with their clients' growing demands. The insights pointed toward a need for a hierarchy-based system that could inherit data and content across different funnel layers.</p>
<h3 id="heading-the-proposed-how-might-we-statements"><strong>The Proposed 'How Might We' Statements</strong></h3>
<h4 id="heading-enhancing-funnel-building-experience"><em>Enhancing Funnel Building Experience</em></h4>
<ul>
<li><p>How might we design a funnel builder that empowers agencies with the flexibility to create and customize without compromising on performance?</p>
</li>
<li><p>How might we ensure that each funnel page is optimized for maximum engagement and conversion?</p>
</li>
</ul>
<h3 id="heading-strategy"><strong>Strategy</strong></h3>
<h4 id="heading-headless-e-commerce-funnel-builder-development"><em>Headless E-Commerce Funnel Builder Development</em></h4>
<p>The strategic focus was to develop a first-of-its-kind headless funnel builder tailored for marketing agencies. The strategy included the development of pre-designed templates, a hierarchical data system, and optimization for high traffic performance.</p>
<h3 id="heading-business-requirements"><strong>Business Requirements</strong></h3>
<h4 id="heading-performance-stability-and-user-interface"><em>Performance, Stability, and User Interface</em></h4>
<p>Tornado was required to support high levels of customer engagement while maintaining performance and stability. Additionally, the user interface needed to be intuitive, allowing for easy edits and optimizations at various levels of the funnel hierarchy.</p>
<h3 id="heading-the-solutions"><strong>The Solutions</strong></h3>
<h4 id="heading-tornado-platform-functionality"><em>Tornado Platform Functionality</em></h4>
<p>The Tornado platform offered a range of features including predefined templates, a streamlined UI for editing pages within funnels, and a robust tracking system to ensure precise attribution of customer conversions up to the checkout stage.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232425324/e066e30b-c7e9-4e82-ad59-bfa67b2224cd.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232366984/58c6de46-d2ca-4e07-86b0-d1dec21becf9.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699656788966/503af9bb-67ca-455e-913b-9b40bb0ab3d4.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-things-that-could-be-improved"><strong>Things that could be improved</strong></h3>
<h4 id="heading-integration-of-checkout-process"><em>Integration of Checkout Process</em></h4>
<p>While Tornado excelled in funnel creation, the inclusion of an integrated checkout process could further streamline the customer journey and improve conversion tracking.</p>
<h3 id="heading-the-impact"><strong>The Impact</strong></h3>
<h4 id="heading-e-commerce-funnel-efficiency"><em>E-Commerce Funnel Efficiency</em></h4>
<p>Tornado's introduction to the market significantly improved the efficiency and effectiveness of e-commerce funnels. Its ability to generate SEO-optimized pages enhanced agencies' advertising strategies, leading to better-targeted campaigns and increased conversions.</p>
]]></content:encoded></item><item><title><![CDATA[Optimizing Conversion Attribution Through Analytics]]></title><description><![CDATA[The Result
Precision Marketing Insights
Dashboard 2 emerged as a pivotal analytics tool for marketing agencies requiring deep insights into ad spend and product sales. The platform's evolution marked a significant leap in providing granular attributi...]]></description><link>https://cody.withdesign.ca/optimizing-conversion-attribution-through-analytics</link><guid isPermaLink="true">https://cody.withdesign.ca/optimizing-conversion-attribution-through-analytics</guid><category><![CDATA[Design]]></category><category><![CDATA[SaaS]]></category><category><![CDATA[development]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Tue, 21 Nov 2023 21:07:26 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1700600794007/294d7a9d-8588-45bc-978e-ed35fd192924.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3 id="heading-the-result"><strong>The Result</strong></h3>
<h4 id="heading-precision-marketing-insights"><em>Precision Marketing Insights</em></h4>
<p>Dashboard 2 emerged as a pivotal analytics tool for marketing agencies requiring deep insights into ad spend and product sales. The platform's evolution marked a significant leap in providing granular attribution data and true cost analysis. By correlating advertising expenses with product sales, clients could discern net profits with unprecedented accuracy, leading to data-driven decision-making and optimized marketing strategies.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232170109/ce571844-e0b7-46e8-9c83-1eed1ca9750b.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-product-validation-and-market-fit"><em>Product Validation and Market Fit</em></h4>
<p>The MVP's success, verified through rigorous agency use and feedback, established strong product validation and market fit. This success was a springboard for the transition into <a target="_blank" href="http://uncoil.io">uncoil.io</a>, a platform that not only retained core functionalities but also introduced enhanced features catering to Facebook and Shopify integrations.</p>
<h3 id="heading-the-observed-problem"><strong>The Observed Problem</strong></h3>
<h4 id="heading-gap-in-integrated-marketing-analytics"><em>Gap in Integrated Marketing Analytics</em></h4>
<p>Agencies struggled with disjointed data sources that failed to provide a unified view of advertising costs and sales performance. There was a clear need for a tool that could deliver a consolidated analysis of these metrics to optimize ad spending effectively.</p>
<h3 id="heading-the-research"><strong>The Research</strong></h3>
<h4 id="heading-understanding-agency-needs"><em>Understanding Agency Needs</em></h4>
<p>In-depth market research and agency interviews were conducted to ascertain the specific analytics and attribution challenges faced. The insights gained were instrumental in shaping the development of a solution tailored to agency requirements.</p>
<h3 id="heading-in-the-insights"><strong>In the Insights</strong></h3>
<h4 id="heading-demand-for-unified-analytics"><em>Demand for Unified Analytics</em></h4>
<p>The research uncovered a pronounced demand for a unified dashboard that could present a holistic view of advertising ROI, inclusive of all associated costs and revenue streams, thereby addressing a significant pain point for marketing agencies.</p>
<h3 id="heading-the-proposed-how-might-we-statements"><strong>The Proposed 'How Might We' Statements</strong></h3>
<h4 id="heading-solving-for-comprehensive-analysis"><em>Solving for Comprehensive Analysis</em></h4>
<ul>
<li><p>How might we create a dashboard that not only tracks ad spend but also aligns it with product sales for a complete profitability picture?</p>
</li>
<li><p>How might we design a pixel that captures all necessary data points to facilitate this deep analysis?</p>
</li>
</ul>
<h3 id="heading-strategy"><strong>Strategy</strong></h3>
<h4 id="heading-integrated-solution-design"><em>Integrated Solution Design</em></h4>
<p>The strategy focused on developing an integrated solution capable of tracking and attributing sales to specific advertisements. The emphasis was on deep data transformations and custom pixel deployment to ensure detailed and actionable insights.</p>
<h3 id="heading-business-requirements"><strong>Business Requirements</strong></h3>
<h4 id="heading-accurate-and-actionable-analytics"><em>Accurate and Actionable Analytics</em></h4>
<p>The business required a robust analytics platform that could handle complex data sets and provide accurate, actionable insights. The system needed to support real-time decision-making with a high degree of reliability and user-friendliness.</p>
<h3 id="heading-the-solutions"><strong>The Solutions</strong></h3>
<h4 id="heading-dashboard2-interface-and-functionalities"><em>Dashboard2 Interface and Functionalities</em></h4>
<p>Dashboard2 was designed with an intuitive UI/UX, allowing users to view store overviews, drill down into ad and product performance, and receive tailored recommendations for increasing effectiveness. The custom tracking pixel was a cornerstone feature, enabling the precise tracking required by marketing agencies.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232177475/bb97ae20-3d5a-4ce6-9eda-5a236ce8903e.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699646397883/a4b91117-7c1b-43c3-af22-483acacae820.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699646454208/235abd16-65b2-40f2-a96c-8f633a4f718d.jpeg" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232160989/4035abf0-415f-44d1-aeca-81af25b9fc31.jpeg" alt class="image--center mx-auto" /></p>
<h3 id="heading-things-that-could-be-improved"><strong>Things that could be improved</strong></h3>
<h4 id="heading-scalability-and-integration"><em>Scalability and Integration</em></h4>
<p>The MVP's transition into <a target="_blank" href="http://uncoil.io">uncoil.io</a> recognized the need for greater scalability and broader platform integrations. Feedback suggested the inclusion of additional advertising platforms beyond Facebook and e-commerce platforms beyond Shopify.</p>
<h3 id="heading-the-impact"><strong>The Impact</strong></h3>
<h4 id="heading-market-adoption-and-enhanced-decision-making"><em>Market Adoption and Enhanced Decision-Making</em></h4>
<p>The adoption of Dashboard2 by marketing agencies led to improved advertising spend efficiency and more informed strategic decisions. Its success showcased the importance of integrated analytics platforms in the modern digital marketing landscape.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699646500049/af35f641-aa4e-4cd3-85ec-268ecb2dcac9.jpeg" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699646507711/08e41bc0-7f25-47d5-b5bc-8e178f78fdb7.png" alt class="image--center mx-auto" /></p>
]]></content:encoded></item><item><title><![CDATA[E-Commerce Evolution Through Mobile Integration]]></title><description><![CDATA[The Result
Lexton Furniture, a high-end furniture e-commerce retailer, embarked on a digital transformation journey to extend its reach through mobile platforms. Recognizing the shift towards mobile-first shopping experiences, the company aimed to cr...]]></description><link>https://cody.withdesign.ca/e-commerce-evolution-through-mobile-integration</link><guid isPermaLink="true">https://cody.withdesign.ca/e-commerce-evolution-through-mobile-integration</guid><category><![CDATA[ecommerce]]></category><category><![CDATA[branding]]></category><category><![CDATA[app development]]></category><category><![CDATA[marketing]]></category><category><![CDATA[Developer]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Mon, 20 Nov 2023 08:00:10 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/yuBjGOF8LvM/upload/6c13f86394742fee099433f59eabadf7.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h4 id="heading-the-result">The Result</h4>
<p>Lexton Furniture, a high-end furniture e-commerce retailer, embarked on a digital transformation journey to extend its reach through mobile platforms. Recognizing the shift towards mobile-first shopping experiences, the company aimed to create an app that would not only encapsulate the brand's essence of sophistication and simplicity but also offer a seamless transition between its existing Shopify website and the new mobile application.</p>
<h4 id="heading-project-background">Project Background</h4>
<p>Previously confined to a traditional e-commerce setup with a presence on Facebook and Twitter, Lexton Furniture identified the need to tap into a broader market. The project's inception was marked by a clear objective: to bridge the gap between the convenience of mobile shopping and the luxury furniture retail experience.</p>
<h4 id="heading-research-and-analysis">Research and Analysis</h4>
<p>In-depth market research was conducted to understand the nuances of mobile user behavior and expectations in the furniture retail sector. The analysis revealed that customers sought intuitive design, personalized shopping experiences, and efficient checkout processes, especially when shopping for high-ticket items.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1618340098329/hqK3uPl1s.png" alt="lexton-title.png" /></p>
<h4 id="heading-insights">Insights</h4>
<p>The research pointed towards a customer-centric approach that prioritized:</p>
<ul>
<li><p>Easy navigation and an elegant interface.</p>
</li>
<li><p>Personalized product recommendations and room planning tools.</p>
</li>
<li><p>An innovative shopping cart experience geared towards upselling and accessory pairing.</p>
</li>
</ul>
<h4 id="heading-strategic-approach">Strategic Approach</h4>
<p>The core strategy hinged on two main pillars:</p>
<ol>
<li><p><strong>Brand Continuity</strong>: Ensuring the app's look and feel was in harmony with the existing brand image, with a focus on a clean, modern aesthetic.</p>
</li>
<li><p><strong>Enhanced User Experience</strong>: Offering an engaging and interactive app interface that allowed customers to visualize their furniture choices within their personal spaces.</p>
</li>
</ol>
<h4 id="heading-business-requirements">Business Requirements</h4>
<p>The transformation required a multifaceted approach:</p>
<ul>
<li><p>Design and develop a mobile app that resonates with Lexton Furniture's branding.</p>
</li>
<li><p>Integrate upsell and cross-sell functionality within the app's checkout process.</p>
</li>
<li><p>Enable a fluid shopping experience across devices, with cloud synchronization for cart and preferences.</p>
</li>
</ul>
<h4 id="heading-solution-implementation">Solution Implementation</h4>
<p>The new mobile app featured:</p>
<ul>
<li><p>A sophisticated design with intuitive UI/UX, reflecting Lexton Furniture's brand palette and typology.</p>
</li>
<li><p>A custom-developed shopping cart that emphasized additional warranties and custom accessories.</p>
</li>
<li><p>Room customization tools that assisted users in visualizing furniture in their home environment.</p>
</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1618340090220/JkFTNSXTj.png" alt="lexton-home.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1618340081123/UVmIu4HlV.png" alt="lexton-product.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1618340073143/9EJ-7Sone.png" alt="lexton-cart.png" /></p>
<h4 id="heading-iteration-and-improvement">Iteration and Improvement</h4>
<p>Following the initial launch, continuous improvements were made, informed by user feedback and behavior analytics. These included:</p>
<ul>
<li><p>Streamlining the app's performance and checkout process.</p>
</li>
<li><p>Enhancing the product recommendation engine.</p>
</li>
<li><p>Expanding marketing strategies to include Google search and display ads, as well as influencer partnerships.</p>
</li>
</ul>
<h4 id="heading-impact">Impact</h4>
<p>The app's release marked a significant boost in customer engagement metrics:</p>
<ul>
<li><p>Increased average session durations indicated higher user engagement.</p>
</li>
<li><p>Higher conversion rates were observed, with a notable rise in upsell accessory sales.</p>
</li>
<li><p>Customer satisfaction scores improved, reflecting the success of the personalized shopping experience.</p>
</li>
</ul>
<h4 id="heading-conclusion">Conclusion</h4>
<p>The successful integration of Lexton Furniture's Shopify platform into a bespoke mobile app represented a pivotal step in the company's growth trajectory. By prioritizing user experience and brand consistency, Lexton Furniture has set a new benchmark for luxury furniture retailers in the digital space. The app's success has opened new avenues for customer engagement and set the stage for further innovation in e-commerce functionality.</p>
]]></content:encoded></item><item><title><![CDATA[A Holistic Approach to E-Commerce Excellence in Health Supplements]]></title><description><![CDATA[The Result
ProBiotics M.D. undertook a significant transformation project to redefine their brand and digital footprint in the competitive health supplement landscape. This e-commerce company required a robust platform capable of educating and conver...]]></description><link>https://cody.withdesign.ca/a-holistic-approach-to-e-commerce-excellence-in-health-supplements</link><guid isPermaLink="true">https://cody.withdesign.ca/a-holistic-approach-to-e-commerce-excellence-in-health-supplements</guid><category><![CDATA[branding]]></category><category><![CDATA[ecommerce]]></category><category><![CDATA[webdevelopment]]></category><category><![CDATA[shopify]]></category><category><![CDATA[marketing]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Fri, 17 Nov 2023 05:52:55 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1699242894601/ed29e36d-9189-46f2-97c6-1df3f90a7fe7.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h4 id="heading-the-result">The Result</h4>
<p>ProBiotics M.D. undertook a significant transformation project to redefine their brand and digital footprint in the competitive health supplement landscape. This e-commerce company required a robust platform capable of educating and converting a health-conscious audience through a direct-to-consumer sales funnel supported by strategic social media advertising. The brand refresh and website redesign were not merely cosmetic but pivotal in positioning ProBiotics M.D. as a market leader that bridges the gap between scientific innovation and consumer wellness.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232072109/65aa596e-0e4d-4d11-ba16-e526583bb245.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-project-objectives">Project Objectives</h4>
<p>The primary objectives were to:</p>
<ol>
<li><p>Develop a brand identity that resonates within the health industry and appeals to the scientific community.</p>
</li>
<li><p>Create an intuitive and informative e-commerce website to facilitate customer education and streamline the purchasing process.</p>
</li>
<li><p>Enhance online visibility and market penetration through tailored social media campaigns and sales funnels.</p>
</li>
</ol>
<h4 id="heading-initial-challenges">Initial Challenges</h4>
<p>ProBiotics M.D.'s initial brand presentation lacked coherence and modern appeal, with a website that did not support an efficient D2C model. The branding failed to communicate the advanced scientific research behind the products and did not leverage the potential of social media channels to engage with a broader audience.</p>
<h4 id="heading-strategic-research">Strategic Research</h4>
<p>A deep dive into market trends, consumer behavior analytics, and competitor benchmarking provided a data-driven foundation for the rebranding strategy. Engagement metrics from existing social media campaigns were scrutinized to understand the customer journey and identify touchpoints for improvement.</p>
<h4 id="heading-brand-and-digital-strategy">Brand and Digital Strategy</h4>
<p>The strategy was two-pronged:</p>
<ol>
<li><p><strong>Brand Identity Overhaul</strong>: A modernized logo with a fresh color scheme was created to symbolize vitality and trust. The typography choice of Avenir Next provided a clean and professional look, essential for readability and digital versatility.</p>
</li>
<li><p><strong>Website User Experience (UX) Redesign</strong>: A comprehensive UX strategy was employed to build a website that educates and guides users seamlessly from initial interest to confirmed purchase. This included clear messaging, improved product visualization, and an optimized checkout process.</p>
</li>
</ol>
<ul>
<li><strong>Visual Branding</strong>: The new logo and color palette were applied across all physical products, digital platforms, and promotional materials, creating a consistent and recognizable brand image.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699242610757/f054d59f-9523-496f-8548-d1eb9323a8b9.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1618890246861/8qDyb0J3F.png" alt="type.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232011473/557b4e28-1da7-44f6-abb9-1fa577727eef.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-the-solutions">The Solutions</h4>
<p>The solutions were implemented as follows:</p>
<ul>
<li><p><strong>Web Development</strong>: The website was restructured with a focus on user engagement. Real user testimonials were highlighted, and interactive elements were introduced to foster a sense of community and reliability.</p>
</li>
<li><p><strong>Social Media Integration</strong>: The website was equipped with social media functionality, allowing for easy sharing and engagement, thus enhancing the reach of organic and paid campaigns.</p>
</li>
<li><p><strong>Content Strategy</strong>: Educational content was developed, including informative product descriptions, blog posts, and a video sales lander that articulated the unique value proposition of the probiotics offered.</p>
</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232029092/2e5dca27-6438-4377-a335-da719752495e.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699242584434/aff49354-9462-41fd-8b92-da2aab89fc4f.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1618890297474/Z-JzUz6Cn.png" alt="cart.png" /></p>
<h4 id="heading-things-that-could-be-improved">Things That Could Be Improved</h4>
<p>Post-launch analytics pointed to areas for further enhancement:</p>
<ul>
<li><p><strong>UX Optimization</strong>: Continuous A/B testing for intuitive navigation and faster checkout.</p>
</li>
<li><p><strong>Content Expansion</strong>: Incorporation of more in-depth scientific studies to bolster credibility.</p>
</li>
<li><p><strong>Conversion Rate Optimization</strong>: Refinement of calls-to-action and user pathways to increase sales conversions.</p>
</li>
</ul>
<h4 id="heading-the-impact">The Impact</h4>
<p>The rebranding and website redesign led to measurable improvements in customer engagement, conversion rates, and overall brand perception. Key performance indicators showed an uptick in site visits, a decrease in bounce rates, and a substantial increase in sales, confirming the success of the project.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699232003402/55d485e6-21da-47b6-9ede-91637b06f1b0.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-conclusion">Conclusion</h4>
<p>This case study exemplifies the strategic necessity of aligning brand aesthetics with user experience design to craft a compelling digital presence. ProBiotics M.D. now showcases an effective blend of scientific authority and consumer-centric design, setting a new standard for e-commerce within the health supplement sector.</p>
]]></content:encoded></item><item><title><![CDATA[Culinary Rebranding and Digital Revitalization of Tasties Kitchen]]></title><description><![CDATA[The Result

Following a comprehensive rebranding initiative, Tasties Kitchen emerged with a vibrant brand identity and a dynamic, user-friendly website. The project's successful outcome resulted in a streamlined digital interface that offers custom m...]]></description><link>https://cody.withdesign.ca/culinary-rebranding-and-digital-revitalization-of-tasties-kitchen</link><guid isPermaLink="true">https://cody.withdesign.ca/culinary-rebranding-and-digital-revitalization-of-tasties-kitchen</guid><category><![CDATA[branding]]></category><category><![CDATA[Website design]]></category><category><![CDATA[ecommerce]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Fri, 17 Nov 2023 05:46:36 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1699410359271/7f699c32-97a5-423d-bb23-05d2a0e73f58.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h4 id="heading-the-result">The Result</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699231883356/9049fa9a-6a23-4a0f-a4b1-c780747d22ec.png" alt class="image--center mx-auto" /></p>
<p>Following a comprehensive rebranding initiative, Tasties Kitchen emerged with a vibrant brand identity and a dynamic, user-friendly website. The project's successful outcome resulted in a streamlined digital interface that offers custom meal planning and subscription services, facilitating easier customer decisions and enhancing user engagement.</p>
<h4 id="heading-the-observed-problem">The Observed Problem</h4>
<p>Tasties Kitchen needed to establish a distinct presence in a crowded market. The previous branding did not align with the desired company image or user expectations, and the website lacked critical functionality for meal customization and lacked engagement with potential customers.</p>
<h4 id="heading-the-research">The Research</h4>
<p>In-depth analysis and customer profiling were crucial to inform the new brand direction. Direct customer feedback was instrumental in shaping the branding strategy to ensure it resonated with the target audience.</p>
<h4 id="heading-insights">Insights</h4>
<p>The research phase provided valuable insights into the necessity for a service model that emphasized flexibility, transparency, and customer engagement through personal testimonials and a robust digital experience.</p>
<h4 id="heading-the-proposed-how-might-we-statements">The Proposed How Might We Statements</h4>
<ul>
<li><p>How might we create a branding strategy that is both appealing and reflective of the customer's needs?</p>
</li>
<li><p>How might we engineer a website that accommodates a personalized shopping experience for our users?</p>
</li>
<li><p>How might we integrate customer feedback seamlessly to enhance trust in our service?</p>
</li>
</ul>
<h4 id="heading-strategy">Strategy</h4>
<p>The strategy was designed to address the need for a strong, appealing brand and a customer-centric website. It focused on creating a seamless brand experience across all customer touchpoints.</p>
<h4 id="heading-business-requirements">Business Requirements</h4>
<p>Tasties Kitchen's requirements were multifaceted, including the development of a new brand identity, a responsive website, and a marketing suite that included various promotional materials.</p>
<h4 id="heading-the-solutions">The Solutions</h4>
<p>The solution set delivered a fresh brand identity, a functional and aesthetically pleasing website with custom illustrations, and a responsive design to enhance the overall user experience.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699231854311/2d512db4-6181-40ff-853e-fc53ecc4086c.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699231932085/edc525f8-78fa-4877-9650-5ad69704703e.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699231875760/cfc0f874-6764-4c48-ae4c-162422e6ea54.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699231910510/14049393-6f37-4022-be52-98963409c8b0.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699231889236/8df894cc-bd8e-4485-8088-701e218840d1.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1699231950852/8a35e134-74fa-4ba4-b890-5d8ca6584809.png" alt class="image--center mx-auto" /></p>
<h4 id="heading-things-that-could-be-improved">Things That Could Be Improved</h4>
<p>Identifying areas for improvement, such as user experience enhancement and feature expansions, will aid in future updates and maintain the relevance and effectiveness of the Tasties Kitchen brand and platform.</p>
<h4 id="heading-the-impact">The Impact</h4>
<p>The rebranding and website redesign have significantly influenced Tasties Kitchen's market position, user engagement, and sales, setting the stage for continued growth and customer satisfaction.</p>
]]></content:encoded></item><item><title><![CDATA[Do you know yourself well enough to flourish in your own personal growth?]]></title><description><![CDATA[I know it can be hard to balance a healthy lifestyle with the pressures of work, other day-to-day responsibilities, and all of our internal struggles. Sometimes it's easy to put your mental and physical health on the back burner. One thing slips, the...]]></description><link>https://cody.withdesign.ca/do-you-know-yourself-well-enough-to-flourish-in-your-own-personal-growth</link><guid isPermaLink="true">https://cody.withdesign.ca/do-you-know-yourself-well-enough-to-flourish-in-your-own-personal-growth</guid><category><![CDATA[mentalhealth]]></category><category><![CDATA[#growth]]></category><category><![CDATA[personal]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Thu, 03 Mar 2022 21:29:13 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1646342194933/Dc04JIw3w.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I know it can be hard to balance a healthy lifestyle with the pressures of work, other day-to-day responsibilities, and all of our internal struggles. Sometimes it's easy to put your mental and physical health on the back burner. One thing slips, then the next, and when you look back you wonder how you got there.</p>
<p>Over that time, I personally struggled with becoming a celiac, stressful but empowering jobs in tech, fending back depression, while never shaking my own anxieties and other mental quirks.</p>
<p>Through all these ups and downs I had to learn and re-learn so many elements of who I am as a person.  <a target="_blank" href="https://cody.withdesign.ca/top-5-growth-tips-i-gained-through-my-fitness-journey-while-in-lockdown">Read the story of one success.</a> Here are some re-learnings I recently experienced as I achieved my own goals in my journey of self-improvement.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646339624582/edXUT2rHY.webp" alt="giphy-5.webp" /></p>
<p>One thing that is important to understand that I learned before diving in is: </p>
<h2 id="heading-mental-health-and-emotional-maturity-are-unique-to-every-person">Mental health and emotional maturity are unique to every person.</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646338980049/ixWwP6IKX.webp" alt="giphy-3.webp" /></p>
<h3 id="heading-always-evaluate-yourself">ALWAYS Evaluate Yourself</h3>
<p>Looking within ourselves is never an easy task, and more so setting personal "goals" can be daunting. Where do you start? </p>
<p>The mental picture of "become a new and better version of yourself" or "I need to heal and reconsider myself to be 'ready' for what's next." Should truly be maturing into accepting yourself. </p>
<p>You are not becoming a better version through adding a "skill". You are just maturing into who you really are; by becoming more self-aware of that idea/skill/opinion, now found. Once one is more emotionally mature, leading to becoming more self-aware. We can all embark on new journies to further ourselves more consistently and successfully through that understanding. </p>
<p>Understanding your own self-awareness is key to personal growth, but experience only works if you are completely honest with yourself at where you are truly starting at.</p>
<h3 id="heading-just-startsomething-one-thing-at-a-time-though">Just Start.....Something! One thing at a time though.</h3>
<blockquote>
<p>The greatest success barriers will likely come from within you. </p>
</blockquote>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646334538660/FUoTvQRD8.png" alt="268502272_1765343293806429_6931341583346089113_n.png" /></p>
<p>It is common to commit self-sabotage because of a blocker that may or may not actually exist. We often act subconsciously before considering the consequences of our actions based on pure emotion. Your fear for what could happen when trying something new may cause your brain to rationalize. Limiting beliefs in order to protect yourself from failure. </p>
<p>This may lead you to believe that if there's a chance at succeeding or failing. Truly leading to you to only prove "why" an idea wasn't worth going after all along - despite knowing deep down how beneficial such progressions can be!</p>
<p>So..... Don't think too much and just start with 2 feet in!  </p>
<h3 id="heading-mental-adjustments">Mental Adjustments</h3>
<p>The biggest barrier to self-improvement I’ve noticed is the phrase “I should have...”,“What If...”, etc. We all need to eliminate those from our vocabulary if you want further ourselves from the irrational fears we may have.</p>
<p>Thinking of the past and possible futures won't get you anywhere. You can’t change the past, and you were operating with what knowledge that you have at the time. Living vicariously in the past or the future is what prevents us from moving forward. It’s never too late to find a way forward, few things are really ever truly stopping you lest you get bogged down in those “What If...”</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646338271932/V1fiF-GTu.webp" alt="giphy.webp" /></p>
<p>One method to use when facing this is what could be called the "2 Minute Rule". Whatever you are facing those anxieties like going for a run, driving to an appointment etc, whatever it is! Challenge yourself to do the first 2 minutes of the event, then check within yourself if you should just keep going. Usually, it will be a yes keep going. </p>
<h3 id="heading-negative-relationships">Negative Relationships</h3>
<p>One of the most difficult elements in personal growth is relationships and how they change as we change. </p>
<p>You may find that lifelong friends ridicule you and or try to hold you back in a way in which you did not expect. React out of emotion for what your "growth" or "change" might do to their beloved wayward relationships. Or even more so, they're just not ready yet to provide the space to grow and understand your growth. </p>
<p>One should be prepared to serve as a reminder for themselves and others of what their own potential is. In doing so it displays what could be if the choice is to put in the effort ourselves or externally in others. The reality of our relationships and communication comes to true light on how positive vs negative relationships can derail personal growth.  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646339159480/PbKT8mauX.gif" alt="giphy-1.gif" /></p>
<p>The key to any relationships we experience through life (at least in my opinion) with more understanding of who each other is will become more synergistic, allowing you to grow together in a highly positive fashion. </p>
<p>As stated by Robert Pirsig:</p>
<blockquote>
<p>“We always condemn most in others, that which we most fear in ourselves.”</p>
</blockquote>
<p>This is something I always remember.</p>
<h3 id="heading-failing-does-not-mean-complete-failure">Failing does not mean complete failure</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646338735441/O6qLd_vI4.webp" alt="giphy-1.webp" /></p>
<p>As long as you keep honestly trying and learning from your mistakes, then you have no other option but to improve. Each time-evolving, understanding, succeeding, making new mistakes while changing entire perspectives. The only true failure is outright choosing inaction.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1639279775680/9dPHsS0J5.jpeg" alt="IMG_0454.jpg" /></p>
<p>As stated by Napoleon Hill:</p>
<blockquote>
<p>“Every adversity, every failure, every heartache carries with it the seed of an equal or greater benefit, you just may not know it at the time.” </p>
</blockquote>
<h3 id="heading-when-you-do-succeed-ensure-there-is-a-proper-reward">When you do Succeed - Ensure there is a proper reward</h3>
<p>A well-defined personal growth has many steps along the way - you should feel accomplished when reaching any one of these milestones and you might want to reward yourself when you get there, too.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646339248038/5W0QRlSs3.webp" alt="giphy-4.webp" /></p>
<p>Rewarding oneself is a great thing to do, but can backfire if done irresponsibly. When you reward yourself after reaching your target for the week or hitting a milestone, you get a dopamine boost in your brain, making you feel good. </p>
<p>In turn, this helps increase or maintain your motivation. Subconsciously, your mind builds a connection between your hard work and the good feeling that comes after. </p>
<p>Rewards are great but make sure to choose a healthy reward. Moreover, we should always check in with ourselves or a partner - to hold accountability to not to overdo it, being too generous with ourselves.</p>
<blockquote>
<p>The greatest 'success' barriers will likely come from within you. If you don't reach for it, you will never find it.</p>
</blockquote>
<p>As a note of celebration for achieving a few of my personal own goals which lead to this post. I decided to start to get a sleeve developed over the next few months.... this is the first piece! </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1639277472193/r_pt8BIfn.jpeg" alt="IMG_1655.jpg" /></p>
<h3 id="heading-thanks-for-reading">Thanks for reading!</h3>
]]></content:encoded></item><item><title><![CDATA[May Editorial Design Inspiration]]></title><description><![CDATA[Every few months, I put together a small collection of editorial designs I came across and loved. I hope you can get some inspiration like I did, enjoy!
Hope you enjoyed the experience!
POLY Editorial



Credits: http://www.morphoria.com/
Not Enough ...]]></description><link>https://cody.withdesign.ca/may-editorial-design-inspiration-2021</link><guid isPermaLink="true">https://cody.withdesign.ca/may-editorial-design-inspiration-2021</guid><category><![CDATA[Design]]></category><category><![CDATA[design principles]]></category><category><![CDATA[marketing]]></category><category><![CDATA[Inspiration]]></category><category><![CDATA[animation]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Fri, 21 May 2021 01:56:40 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1621561435720/dhknfv-U0.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Every few months, I put together a small collection of editorial designs I came across and loved. I hope you can get some inspiration like I did, enjoy!</p>
<p>Hope you enjoyed the experience!</p>
<h2 id="heading-poly-editorial">POLY Editorial</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560048222/2_L9Qq5cN.jpeg" alt="de906c113630135.602beca83bc79.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560054061/PQ4EacIacu.jpeg" alt="3fef33113630135.602beca83c295.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560069525/KO3rKMC-n.gif" alt="d542a5113630135.602beca83c778.gif" /></p>
<p>Credits: http://www.morphoria.com/</p>
<h2 id="heading-not-enough-food-cookbooks">Not Enough Food Cookbooks</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560215134/ACetp_fDx.png" alt="pasted image 0-1.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560221795/BouQq3I8l.png" alt="pasted image 0.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560228495/-FmTEBKTH.png" alt="pasted image 0-2.png" /></p>
<p>Credits: https://www.belindaskou.com/</p>
<h2 id="heading-hackney-zine">Hackney Zine</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621559847899/-UL42c7k0.png" alt="3ae964116962621.606ce4eea2075.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621559854728/GF88qjjqh.gif" alt="535b1c116962621.606caf65599b6.gif" /></p>
<p>Credits: http://instagram.com/arthurpetrillo</p>
<h2 id="heading-a-bedtime-story-to-bring-hope-and-optimism-to-our-childrens-bedsides">A bedtime story to bring hope and optimism to our children’s bedsides.</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560307673/6uIMwLbhO.jpeg" alt="pandemic_mockup-cover copy.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560313982/niIe9_QkX.jpeg" alt="pandemic_mockup-flip copy.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560320421/0sfLxrr0R.jpeg" alt="pandemic_mockup-page copy.jpg" /></p>
<p>Credits: http://www.aplacewithnopandemic.com/</p>
<h2 id="heading-stylish-tropical-look-to-havaianas">Stylish Tropical Look to Havaianas</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560587461/YyzxEsHZk.jpeg" alt="aa716b82774401.5d28d4dc40191.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560592909/RQwdO9Fmv.jpeg" alt="551d2282774401.5d28d4dc3fdf8.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560605011/cW_VnXsKEj.jpeg" alt="a3069182774401.5d28757745c1f.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1621560614162/I8pNYMkxB.jpeg" alt="19c52c82713331.5d2757f9ea3d1.jpg" /></p>
<p>Credits: http://www.estudiopum.com/</p>
<h2 id="heading-hope-you-enjoyed-reading">Hope you enjoyed reading!</h2>
<p>Want to get a newsletter every month with more inspiration? Signup for my newsletter today!</p>
]]></content:encoded></item><item><title><![CDATA[Defining what a true strategic leader is in a startup environment. (Remote or In-Office).]]></title><description><![CDATA[Let's start off and define what "a startup", "strategy" and "leadership" means to provide context to the conversation.

What is a "startup"?

In this context -> A startup is a business that is under a certain scale of sustainable normalized and growi...]]></description><link>https://cody.withdesign.ca/defining-what-a-true-strategic-leader-is-in-a-startup-environment-remote-or-in-office</link><guid isPermaLink="true">https://cody.withdesign.ca/defining-what-a-true-strategic-leader-is-in-a-startup-environment-remote-or-in-office</guid><category><![CDATA[Startups]]></category><category><![CDATA[leadership]]></category><category><![CDATA[software development]]></category><category><![CDATA[software]]></category><category><![CDATA[learning]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Wed, 14 Apr 2021 21:29:44 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1617573713506/evsiu4zjn.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3 id="heading-lets-start-off-and-define-what-a-startup-strategy-and-leadership-means-to-provide-context-to-the-conversation">Let's start off and define what "a startup", "strategy" and "leadership" means to provide context to the conversation.</h3>
<hr />
<h2 id="heading-what-is-a-startup">What is a "startup"?</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616797520688/mrSrMAwK5.png" alt="Screen Shot 2021-03-26 at 3.25.12 PM.png" /></p>
<p>In this context -&gt; A startup is a business that is under a certain scale of sustainable normalized and growing business performance. Usually, startups are new companies due to this. </p>
<h2 id="heading-what-is-strategy-by-definition">What is "strategy" by definition?</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616795508013/jHNeF9D-h.png" alt="Screen Shot 2021-03-26 at 2.51.19 PM.png" /></p>
<p>We will be defining strategy as an adaptation or complex of adaptations (as of behavior, metabolism, or structure) that serves or appears to serve an important function in achieving evolutionary success. </p>
<p>At a basic level of understanding -&gt; Applying a process and actions in a way to work towards a successful goal. </p>
<h2 id="heading-what-is-leadership-by-definition">What is "leadership" by definition?</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616795991425/w7UNbglYR.png" alt="Screen Shot 2021-03-26 at 2.59.34 PM.png" /></p>
<p>How I like to think of it -&gt; The voice of a group that has the ability to gather and deploy actions cohesively through people to solve a goal.</p>
<h2 id="heading-put-it-all-together-what-is-strategic-leadership">Put it all together; what is strategic leadership?</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616797824472/c5kMXh6MU.png" alt="Screen Shot 2021-03-26 at 3.30.04 PM.png" /></p>
<p>What the definition does not indicate is what someone should have in their "toolbelt" to be a possible strategic leader.  Here are my thoughts to help you begin and/or improve your strategic leadership skills in your organizations.</p>
<h2 id="heading-the-true-definition">The true definition</h2>
<blockquote>
<p>A true strategic leader is a supportive, empathetic mentor, that works with each member of the team to improve their professional well-being. But in tandem, challenging each member to help them grow to produce the best plan and actions for success, now and in the future. These leaders air on the side of openness and collaboration, to bring together every perspective at their disposal. They make concise structured data-backed decisions and actions to work to bring detailed clarity to the team on the goals. The different perspectives, tactics, and experiences the leader has endured each time a goal is met (or not), adds more insightful approaches to their own toolbelt. This, as a result, gathers the team to facilitate some of the best work, processes, and decision-making to achieve a short-term goal for term success in growing sustainable revenue.</p>
</blockquote>
<h3 id="heading-what-splits-apart-the-good-strategic-leaders-from-the-great-ones">What splits apart the good strategic leaders from the great ones?</h3>
<p>A great strategic leader will go out of their way to attribute their own time to solve the goal through additional brainstorming and discussions, no matter how long it takes (to a certain extent**). Through this, they gain high esteem from their team, but as well, gain additional understanding in a certain subject to work towards that goal even if a solution was not found at the time. </p>
<h1 id="heading-top-attributes-of-a-strategic-leader">Top Attributes of a Strategic Leader</h1>
<ol>
<li><p><strong>Background:</strong> Experiencing ups and downs will build your career towards becoming a highly successful strategic leader. It's not the things that go right that teach us, but the things we have failed at. These experiences all culminate in a broader understanding to avoid those mistakes in the future.</p>
</li>
<li><p><strong>Background:</strong> Some of the best strategic leaders I have worked with have started at the ground and worked their way up to leadership in their career. This not only makes you a better "strategic thinker," but also a more thoughtful, empathetic manager for those on the ground.</p>
</li>
<li><p><strong>Skill:</strong> Full accountability and honest transparency with words and actions. </p>
</li>
<li><p><strong>Skill:</strong> Be completely comfortable and confident to take full control if something is out of place, no matter what. </p>
</li>
<li><p><strong>Skill:</strong> Set the guardrails that lead creativity to the big ideas. When brainstorming it's easy to go into the cloud. A strategic thinker should be thinking from the ground up but building the plan to get to the cloud. Setting those boundaries is key to "How high can we built this iteration to reach that goal?"</p>
</li>
<li><p><strong>Skill:</strong> Knowing wealth comes from solving problems. You can solve small problems for many people, big problems for few people, or big problems for lots of people. But, avoid solving small problems for a few people. Whether you’re launching a new product, entering a new market, or iterating a feature; This still applies. Prioritization is key under constraints.</p>
</li>
<li><p><strong>Skill:</strong> Nobody is going to solve your problems. You can get advice and help. But in the end, you’ll be working it out on your own. </p>
</li>
<li><p><strong>Skill:</strong> Be a long-term investor in the short-term vision. Short-term starting and stopping campaigns frequently will vaporize capital, especially if you're not making any money. In the long term, this approach will create disparate audiences that will not perform, thus losing even more money. If you invest in the short term while always keeping an eye on the long term. It will give the ability to the correct actions are taken at the right time. That said, everyone will have great success in the end!</p>
</li>
<li><p><strong>Mentor:</strong> Always gives people bad news promptly. But ideally, give bad news only when you have found a solution or suggestion to fix that problem. </p>
</li>
<li><p><strong>Mentor:</strong> Thank your employees often. You can use words or bonuses that are not necessarily made of cash. People like to feel compassion and gratitude for a job well done. Celebrate the small wins! </p>
</li>
<li><p><strong>Mentor:</strong> All people go through ups and downs. Be tolerant of their down periods, but not indefinitely. People are people, but there's a line. </p>
</li>
</ol>
<hr />
<h2 id="heading-i-hope-you-enjoyed-reading-and-learning">I hope you enjoyed reading and learning!</h2>
<hr />
<h3 id="heading-closing-remarks">Closing Remarks</h3>
<p>These thoughts and opinions above are a combination of my experience working in the tech industry over the past 9 years in a startup environment. I have worked as a free web designer, as a  jr. web developer and over the years worked my way to become a director.</p>
<h2 id="heading-shout-out">Shout Out</h2>
<p>I would like to shout out a few of my leaders** who I have had the pleasure to work with through this time. Which have taught me in ways I could not expect. Thank you for so many new learning opportunities and support over the years.</p>
<p>** I have not gotten permission to include their names in this post.</p>
<hr />
<p>If you disagree, have something to add or remark to the topic, I would love to discuss it in the comments!</p>
]]></content:encoded></item><item><title><![CDATA[April Editorial Design Inspiration]]></title><description><![CDATA[Every few months, I put together a small collection of editorial designs I came across and loved. I hope you can get some inspiration like I did, enjoy!
Hope you enjoyed the experience!
Typographic inspired edition of On the Origin of Species by Char...]]></description><link>https://cody.withdesign.ca/april-editorial-design-inspiration-2021</link><guid isPermaLink="true">https://cody.withdesign.ca/april-editorial-design-inspiration-2021</guid><category><![CDATA[design principles]]></category><category><![CDATA[Design]]></category><category><![CDATA[design review]]></category><category><![CDATA[graphic design]]></category><category><![CDATA[Inspiration]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Fri, 09 Apr 2021 19:01:09 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1617562816238/MlLMFpyHL.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Every few months, I put together a small collection of editorial designs I came across and loved. I hope you can get some inspiration like I did, enjoy!</p>
<p>Hope you enjoyed the experience!</p>
<h3 id="typographic-inspired-edition-of-on-the-origin-of-species-by-charles-darwin">Typographic inspired edition of On the Origin of Species by Charles Darwin</h3>
<p>This is an absolute typographic masterpiece. My favorite editorial design this month!</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617555031947/qGTfPEOuC.jpeg" alt="Front&amp;back.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617555039834/ZZCfAKmlG.jpeg" alt="Page_291.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617555045261/ifiWOsBeY.jpeg" alt="Gate_Fold.jpg" /></p>
<p>Credit: https://www.simonphillipson.com/origin-of-species</p>
<h3 id="morphoria-collective-shared-a-super-stylish-editorial-design-project-for-poly">MORPHORIA COLLECTIVE shared a super stylish editorial design project for Poly.</h3>
<p>Really enjoyed the layout and the color choices. I do think the font choice could be a bit more unique as this style is beginning to feel a bit overused now, but hey that just me!</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617555406590/CHWv6UInj.jpeg" alt="2e93f1113630135.602beca83edfc.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617555418881/A_aeE1Qr2.jpeg" alt="43cf8c113630135.602beca83cf22.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617555427418/_GijCxBy1.jpeg" alt="9a28db113630135.602beca83e8d8.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617555433477/SzJOP7bt-.jpeg" alt="c767d9113630135.602beca83e347.jpg" /></p>
<p>Credit: https://www.morphoria.com</p>
<h3 id="anonymous-book">Anonymous Book</h3>
<p>Even though the world is becoming more digital, it’s still nice to receive something in the mail that you can hold in your hands. I couldn't agree more with that statement.  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617560494347/ELpD_LaHg.gif" alt="0b5306106422267.5f8f90a3de3a9.gif" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617560495797/0zaihhnk_.jpeg" alt="edc6f6106422267.5f8f90a3e10f2.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617560505810/-k-LZSSDj.jpeg" alt="de8662106422267.5f8f90a3de921.jpg" /></p>
<p>Credit: https://www.madebyanonymous.com/our-book</p>
<h3 id="centro-cultural">Centro Cultural</h3>
<p>The mixture of the culture, colors, and you just gotta love that font Avant-Garde!</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617560872724/QSPyZF4sB.gif" alt="3bd86058029445.5a45b6383c722.gif" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617560885567/H8LQnhbxm.jpeg" alt="8e345458029445.5a1a4d9f538ca.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617560895603/pVewTqymW.jpeg" alt="acb90758029445.5a36e708cff75.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561024539/G-aWXsady.jpeg" alt="dd836c58029445.5a5ba8475c8a6.jpg" /></p>
<p>Credit: https://www.behance.net/angello_torres</p>
<h3 id="budweiser-and-barbecue">Budweiser and Barbecue</h3>
<p>It's an editorial design but also graphic design and illustration effort by a collective of individuals for what seems to be a book about Budweiser and Barbecue. I loved the variety of print techniques in these designs! </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561215542/qYLZwW6vf.jpeg" alt="d21d8357141205.59ca70aa37d9a.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561227715/ILTrEHN0U.jpeg" alt="9364c657141205.59caa661844fd.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561247355/5NBn72PbI.jpeg" alt="3dee3657141205.59caa6611ca14.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561260550/45CdM47j1.jpeg" alt="d8198b57141205.59caa660abaf5.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561401730/jju0zenIX.jpeg" alt="cefc3357141205.59caa660ac1db.jpg" /></p>
<p>Credit: https://www.behance.net/folster</p>
<h3 id="design-across-america">Design Across America</h3>
<p>Getting that 90's feel! </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561706735/RJSbXYjuM.jpeg" alt="6deb1d51274591.58e7d02962d0e.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561717053/3d8WHSRMp.gif" alt="2f1efd51274591.58e7d02a12228.gif" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617561726788/THZ07pmkj.jpeg" alt="44127e51274591.58e7d02a12b81.jpg" /></p>
<p>Credit: https://www.behance.net/astrobrett</p>
<h3 id="hope-you-enjoyed-it">Hope you enjoyed it!</h3>
<h2 id="want-to-get-a-newsletter-every-month-with-more-inspiration-signup-for-my-newsletter-today">Want to get a newsletter every month with more inspiration? Signup for my newsletter today!</h2>
]]></content:encoded></item><item><title><![CDATA[Created a custom game board that gave new insights to take into the future.]]></title><description><![CDATA[How it all started
Through the years, especially during my university days, my friends and I would play Settlers of Catan. 
Grab a few drinks, and head over to meet the group to battle it out on the board! We usually had a great time playing. The few...]]></description><link>https://cody.withdesign.ca/created-a-custom-game-board-that-gave-new-insights-to-take-into-the-future</link><guid isPermaLink="true">https://cody.withdesign.ca/created-a-custom-game-board-that-gave-new-insights-to-take-into-the-future</guid><category><![CDATA[3d]]></category><category><![CDATA[Design]]></category><category><![CDATA[Games]]></category><category><![CDATA[Game Development]]></category><category><![CDATA[project management]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Fri, 09 Apr 2021 03:54:24 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1617578565517/Os5I6e1rY.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-how-it-all-started">How it all started</h2>
<p>Through the years, especially during my university days, my friends and I would play Settlers of Catan. </p>
<p>Grab a few drinks, and head over to meet the group to battle it out on the board! We usually had a great time playing. The few times we didn't, the board became too soggy to play on.....Liquid vs cardboard. Liquid wins every time. </p>
<p>So seeing this issue and going through 2 boards in a month, I began developing an idea to recreate the board in a way that would not break apart when something spilled. After 350 hours of work, all the pieces came together to create something that stands up to any liquid no matter how rowdy the team gets.</p>
<p>Through this process, I gained a few new perspectives that I did not expect to learn.  </p>
<h1 id="heading-the-insights">The Insights</h1>
<h2 id="heading-perspective-1">Perspective 1:</h2>
<p><strong>Sometimes there are no shortcuts or optimizations you can do to get a job done faster or better.</strong></p>
<p>Who doesn't like shortcuts? We all use them at some point in our day-to-day. Shortcuts are awesome; why wouldn’t we take advantage if there a possible way to get the job with the same results but more efficient? It’s almost instinctive and expected today that we want things to be easier, faster, and better. But shortcuts don’t guarantee success. It can result in the opposite. When we take shortcuts we tend to get careless and place more emphasis on speed than on quality. I found this out the hard way especially when it came to the 3D printing optimizations and painting all the pieces by hand. The faster I went the worse it looked! Slow and steady will always win the race.</p>
<h2 id="heading-perspective-2">Perspective 2:</h2>
<p><strong>Small iterations are key to sustained interest, quality, and can add up quickly to a complete project.</strong></p>
<p>An iterative process is one that makes progress through successive refinement. As a development team takes the first cut at a system, knowing it will be incomplete in some areas. The team understands through iterative refinements those areas will improve in the future. With each iteration, the software is improved through the addition of greater detail. I took the very same approach with this project. Each task in the process I broke up into small chunks of work to ensure I stayed interested and to produce the best quality of results; instead of just completing the project to complete it. This approach gave me the result you see today, with the only downside of the project taking longer than initially intended. </p>
<h2 id="heading-perspective-3">Perspective 3:</h2>
<p><strong>The best ideas appear when you "go offline".</strong> </p>
<p>When we use our hands on a task that doesn’t demand much cognitively, it gives the mind a chance to relax and rest; or at least it did for me when I was sanding and painting. As a Director for a big data platform, I’m constantly using my brain. My brain rarely catches a break, so this was a great way to focus on something simple. When my brain is in an ‘offline” state, it gives it a chance to work on problems behind the scenes. From a number of papers and articles that I read on a topic to having breakthrough ideas while "mindlessly" working on the project. The time spent on the project was very impactful to both my work and personal life. This leads me to hightly recommend everyone should try to find a hobby or project to go "offline". Try it out! Let me know what you think!? </p>
<h1 id="heading-the-game-board">The Game Board</h1>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617770954221/XY87xMnvr.jpeg" alt="1 - g2vFg7i.jpg" /></p>
<h2 id="heading-game-board-for-playing-settlers-of-catan-4-or-6-person-set">Game board for playing Settlers Of Catan 4 or 6 person set.</h2>
<p>The project took approximately 350 hours in total to complete. This includes designing &amp; modifying models for 3D printing, painting, creating the platforms, and finishing touches.</p>
<p>What's cool is we don't have to use cards for this board. Instead, all resources are small tokens that are kept in your very chest. Each of the token sets took about 4-6 hours to complete 12 at a time for the best printing quality.</p>
<p>Each resource and port piece is placed on a stained pine platform with a 3D printed terrain piece glued to the top to represent the respected resource.</p>
<h3 id="heading-tools">Tools</h3>
<ul>
<li>3D Printer </li>
<li>Computer</li>
<li>3D software</li>
<li>Table Saw</li>
<li>Drill Press</li>
<li>Sand Paper</li>
<li>Small paintbrushes</li>
<li>Two or more hands</li>
<li>Lots of time</li>
</ul>
<h3 id="heading-materials">Materials</h3>
<ul>
<li>1.5Kg of PLA (3D printer filament) </li>
<li>70 0.5mm magnetic steel balls</li>
<li>White glue</li>
<li>PLA paint primer</li>
<li>A variety of acrylic paint </li>
<li>1/8" Pine veneered plywood</li>
<li>Wood stain</li>
<li>Rags</li>
<li>Clean up stuff</li>
</ul>
<h3 id="heading-the-process">The Process</h3>
<p>Big shout out to my father who assisted with providing the woodworking tools and experience to the project!</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491011569/T8sjXDziK.jpeg" alt="2 - FPqDNBv.jpg" /></p>
<p>Primed all the 3D-printed pieces once printing was complete. Each of the resource pieces took about 4 hours each to 3D print. I could only print one at a time as I have a small 3D printer. (IIIP Monoprice MP Select)  Sorry, no pictures of the pieces being printed.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491020577/6cajhfK-S.jpeg" alt="3 - 5biWbCZ.jpg" /></p>
<p>Let the painting begin! Each piece took approximately 3-4 hours to paint in total.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491031870/a6K12rfRT.jpeg" alt="4 - dsdcFyS.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491060128/lvpw-J3nv.jpeg" alt="5 - KWzqo3H.jpg" /></p>
<p>Once we cut each of the wood bottoms, we then stained and clear-coated each piece to ensure protection and style!</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491070152/vBHTlA92d.jpeg" alt="6 - 83kdLmF.jpg" /></p>
<p>The next step was to drill the holes in the side of the pieces for the magnets to keep the pieces together on the table. 6 holes apiece, taking about 30-45seconds once the guides were set up.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491079497/ECnbqmDJo.jpeg" alt="7 - 1QB3Syz.jpg" /></p>
<p>Gluing in the magnetic balls to make the board sticks together on the table without an outer board edge.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491091667/4EX1XZbHi.jpeg" alt="8 - kX8Eice.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491105371/He_B92FMA.jpeg" alt="9 - O4huemQ.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491125069/mWJmcpQmh.jpeg" alt="10 - iWQFJJC.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491135103/qiACaLmZe.jpeg" alt="11 - yB73q07.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491146096/mbOkqJPIw.jpeg" alt="12 - PD1Kq04.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491157653/7TNYgtlp_.jpeg" alt="13 - 2ZEcpuv.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491169340/iaySGdp2R.jpeg" alt="14 - XYhklnP.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491184209/Gwwv-Nvxc.jpeg" alt="15 - 2JA3jfz.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491194661/uOQp5Set2.jpeg" alt="16 - Gu3u5Lv.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491204645/970c1TM-2.jpeg" alt="17 - KwGRcKt.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491218589/HheFF6yNE.jpeg" alt="18 - MvjXgwz.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491231857/sMzkQTsI4.jpeg" alt="19 - 5lNnRAC.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491241780/3XuSuAtuq.jpeg" alt="20 - MCFpqme.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491253175/ogNQuuKrq.jpeg" alt="21 - 7xqc0D6.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491264910/EUfoDvu37.jpeg" alt="22 - V6SRFFj.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491275143/Ex2ibnn_M.jpeg" alt="23 - sE0Gj6P.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491287572/A661AtinW.jpeg" alt="24 - R53ErIA.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491296693/-XsYFeUDS.jpeg" alt="25 - UTELjs1.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491305008/kr4pT0LDK.jpeg" alt="26 - zw56Uuo.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491316445/HE69N3gRW.jpeg" alt="27 - cx90gEm.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491325127/GfiYpUUkj.jpeg" alt="28 - rIGsTV3.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617491334750/8t8Kes8h6.jpeg" alt="29 - uLbpz7S.jpg" /></p>
<h3 id="heading-hope-you-enjoyed-hit-me-up-if-you-ever-want-to-play">Hope you enjoyed! Hit me up if you ever want to play!</h3>
]]></content:encoded></item><item><title><![CDATA[Designing the brand and app for CryptoByte]]></title><description><![CDATA[What is CryptoByte?
CryptoByte is a cryptocurrency exchange built for specifically users who are new to cryptocurrency markets and exchanges.
The challenge
The client came to us with a vision to create a new cryptocurrency exchange. The app would be ...]]></description><link>https://cody.withdesign.ca/designing-the-brand-and-app-for-cryptobyte</link><guid isPermaLink="true">https://cody.withdesign.ca/designing-the-brand-and-app-for-cryptobyte</guid><category><![CDATA[branding]]></category><category><![CDATA[app development]]></category><category><![CDATA[Cryptocurrency]]></category><category><![CDATA[Design]]></category><category><![CDATA[Developer]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Wed, 31 Mar 2021 00:48:02 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1617074076634/M3eTd76pW.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-what-is-cryptobyte">What is CryptoByte?</h2>
<p>CryptoByte is a cryptocurrency exchange built for specifically users who are new to cryptocurrency markets and exchanges.</p>
<h2 id="heading-the-challenge">The challenge</h2>
<p>The client came to us with a vision to create a new cryptocurrency exchange. The app would be targeted at an audience consisting of specifically new users to the subject. The client requested a full iteration of our product process which included: a new brand and guidelines, wireframes of views (website, onboarding, app), and lastly Hi-Fi Mockups of the approved wireframes to handoff to a development team.   </p>
<h2 id="heading-the-brand-process">The brand process</h2>
<h4 id="heading-a-brief-overview-of-the-process-to-create-a-brand-mark">A brief overview of the process to create a brand mark.</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617074322490/XRrKa5aFt.png" alt="brand-development.png" /></p>
<h2 id="heading-design-the-onboarding-amp-website">Design the onboarding &amp; website</h2>
<h4 id="heading-taken-from-the-hundreds-of-sketches-developed-in-the-product-process">Taken from the hundreds of sketches developed in the product process.</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617074471252/6mqBwvVIc.png" alt="sketchbook.png" /></p>
<h4 id="heading-crafting-the-product-starting-with-the-layout-and-functions">Crafting the product starting with the layout and functions.</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617074795663/S58LVD3vS.jpeg" alt="wireframe.jpg" /></p>
<h2 id="heading-the-final-product">The final product</h2>
<h4 id="heading-fresh-clean-easy-the-future-of-crypto">Fresh, Clean, Easy, The future of crypto?</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617074607956/5Z9Xp7_xm.png" alt="lander.png" /></p>
<h4 id="heading-a-small-sample-of-screens-from-within-the-app">A small sample of screens from within the app.</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1617074568112/Z_Bk1Sor2.png" alt="mockup.png" /></p>
<h2 id="heading-hope-you-have-enjoyed-getting-a-glimpse-into-the-product-design-process">Hope you have enjoyed getting a glimpse into the product design process!</h2>
]]></content:encoded></item><item><title><![CDATA[March Editorial Design Inspiration]]></title><description><![CDATA[Every few months, I put together a small collection of editorial designs I came across and loved. I hope you can get some inspiration like I did, enjoy!
Hope you enjoyed the experience!



https://www.behance.net/gallery/106161273/Infographic-style

...]]></description><link>https://cody.withdesign.ca/march-2021-editorial-design-inspiration</link><guid isPermaLink="true">https://cody.withdesign.ca/march-2021-editorial-design-inspiration</guid><category><![CDATA[design principles]]></category><category><![CDATA[Inspiration]]></category><category><![CDATA[images]]></category><category><![CDATA[Design]]></category><category><![CDATA[design review]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Fri, 26 Mar 2021 01:03:21 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1616720294318/okvhWz_v5.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Every few months, I put together a small collection of editorial designs I came across and loved. I hope you can get some inspiration like I did, enjoy!</p>
<p><strong>Hope you enjoyed the experience!</strong></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616558772892/J95eNQ0AM.jpeg" alt="4ffb5c106161273.5f89693382742.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616558784083/a9n4_kJtv.jpeg" alt="505675106161273.5f89693380db5.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616558791201/zECCeBpBs.jpeg" alt="be72b9106161273.5f8969338395c.jpg" /></p>
<p>https://www.behance.net/gallery/106161273/Infographic-style</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719377316/U_kGrDsRl.jpeg" alt="ce539189311915.5df0d9aef15dd.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719386601/3VOUeHv5g.jpeg" alt="f256e289311915.5df0d79284bc7.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719399536/hs-ziCXI9.jpeg" alt="63f7dd89311915.5df0d9aef2260.jpg" /></p>
<p>https://www.behance.net/studiobruch</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719504125/3v26Rv2Ie.jpeg" alt="918ac274243529.5c27ef23d1a85.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719511652/GfLj4nzig.jpeg" alt="cbd85174243529.5c27ef23d17b2.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719522685/R-Wg0ENDT.jpeg" alt="1779c674243529.5c27ef23d30dc.jpg" /></p>
<p>https://www.behance.net/lyneeea5863</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719659257/59FZvl3kg.jpeg" alt="9dbf1c102554235.5f399e0821c92.jpg" /></p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.youtube.com/watch?v=w8AQQcH5ahU">https://www.youtube.com/watch?v=w8AQQcH5ahU</a></div>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719859081/_OFtg6ZTy.jpeg" alt="Slanted-Magazine-35-LA_07.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719868745/WY9wpbLVg.jpeg" alt="Slanted-Magazine-35-LA_13.jpg" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616719874329/Pob0uvwTl.jpeg" alt="Slanted-Magazine-35-LA_25.jpg" /></p>
<p>https://www.slanted.de/product/limited-special-edition-la/</p>
]]></content:encoded></item><item><title><![CDATA[An Honest Review From A Product Director; Test Driving a 4 Day Work Week For 3 Months]]></title><description><![CDATA[Over the past 3 months, I have been test-driving a 4-day workweek. Instead of taking a week or two off work, I decided to take 1 day off a week. And so, I booked every Friday off for 3 months. "Give myself a short work week, why not right! Right?!" I...]]></description><link>https://cody.withdesign.ca/an-honest-review-from-a-product-director-test-driving-a-4-day-work-week-for-3-months</link><guid isPermaLink="true">https://cody.withdesign.ca/an-honest-review-from-a-product-director-test-driving-a-4-day-work-week-for-3-months</guid><category><![CDATA[Startups]]></category><category><![CDATA[software development]]></category><category><![CDATA[Productivity]]></category><category><![CDATA[Self Improvement ]]></category><category><![CDATA[tips]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Sat, 20 Mar 2021 23:58:21 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1616283151452/sbkWPE1UG.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Over the past 3 months, I have been test-driving a 4-day workweek. Instead of taking a week or two off work, I decided to take 1 day off a week. And so, I booked every Friday off for 3 months. "Give myself a short work week, why not right! Right?!" Inadvertently little did I know at the time, I was testing a 4 day work week. This was until my boss mentioned, "Hey, why don't you give us a little report on what you thought of a 4 day work week after this experience?".  Then it clicked... I guess I am! </p>
<p>And if you know me, data tracking is somehow going to be involved...</p>
<h2 id="a-little-background">A little background</h2>
<p>I am currently a Director of Product, who manages an analytics mar-tech SaaS platform. Trust me when I tell you, things get crazy in eCommerce data at scale, especially when you are intaking and crunching all the numbers on our customer's behalf. The team is under 5 which excludes contractors. The company is very fast-moving, 1 day missed feels like a lifetime some days.  My boss's only stipulation to the shortened workweek was for me to attempt to be as productive as possible to succeed in achieving the quarterly goals. </p>
<p>Here's an example of an average week based on scheduled meetings, anything in white is time to get shit done! So seems like I may have some time to fit in the extra daily work, Right? </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616220901986/tZOFaUJnw.png" alt="Screen Shot 2021-03-19 at 6.13.04 PM.png" /></p>
<h2 id="what-happened-how-did-it-go">What happened? How did it go?</h2>
<p>In the first two weeks, I figured out quickly prioritization of time was key. My schedule always seemed all over the place with attempting to achieve this task and that task. I found it difficult to balance the number of meetings with elements of my required role with a lost day in the week. This challenge required reflection on how I could "make up" the lost time, without adding time. Oh, the riddle! </p>
<p>I began to document what I did hour by hour for a week. What I did, Where I went, What I ate etc. You name it I have the data point! Through this extensive exercise, I began to take notice of overlapping patterns in my activity I never pick up on before. Leading me to the hypothesis of, without a tight prioritization process and a deep understanding of how my mental and physical state works. Focused work would be difficult be achieve due to having a larger task list, which means more context switching. </p>
<p>By week four, I had a more refined process in place to begin iteration on over the coming eight weeks. What was this process you may ask? I would block my time in 20 min increments, working on that task for 20min (unless I planned a 40min session for it). At the end of the 20 min, I would stop and move on. Each day I would start and reevaluate if any tasks required reprioritization. I have always used the RCVE matrix and apply it to my day-to-day.  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616205815763/kSXt9NY-z.jpeg" alt="rcve_matrix_1.jpg" /></p>
<p>This matrix plus a kanban board worked wonders for me! I was able to cut out underlying tasks I may have wanted to do or seemed like a priority at first glance but weren't, and surface the ones I should do based on the analysis. </p>
<p>By week eight, I was powering through my objectives and tasks within the 4 day week. Noticing an increase in ease of completion, but a reduction of the time throughout the day to "think". Especially when it came to challenges that required out-of-the-box thinking.</p>
<p>By week ten, I began to notice I worked long hours each day (almost a full 1-2 hours) extra each day, especially when marketing is pushing users to the platform. Also, I had to be more reliant on the team to cover customer queries and responses on the Fridays I was off.</p>
<p>By week twelve, having Fridays off felt like the weekly routine. My workflows were streamlined with a better understanding of how I personally work. Support for the team on the day off seemed to be cover with a new process. With that, the 4-day week experiment comes to a close, with some success and many learnings. I began to reflect on how this 4 day work week has truly gone and produce a quick retrospective on my productivity based on some data collected. </p>
<h2 id="final-productivity-results">Final productivity results</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1616274459363/YR83QnYoi.jpeg" alt="Screen Shot 2021-03-19 at 6.13.04 PM copy.jpg" /></p>
<p>As you can observe, A small decrease in the number of activities, but overall stayed consistent when compared to the last 3 months of a 5-day workweek to a 4-day workweek.  That's pretty great to see productivity was kept the same. But was the quality kept as high? As for that, I am confident in the quality and achieving the quarterly goals. But we will see when it comes to reviewing time.</p>
<h2 id="the-learnings">The learnings</h2>
<ol>
<li>Think of your time and brain energy as a daily currency. You only have so much to spend over the day, so using it decisively will provide more impact on your tasks. </li>
<li>Always start the day by reviewing the previous day's priorities. </li>
<li>Find a prioritization method that works best with your workflow. By documenting what I did hour by hour for a week helped me, identify the RCVE matrix, which worked best for my daily workflow.</li>
<li>Think of time as blocks and schedule your days accordingly. There will always be variance, and that's ok.)</li>
<li>Schedule time to think. I noticed that my creative energy was reduced unless I scheduled time for it, it's something that can be easily overlooked but can provide impact to glean proper success to your solutions.</li>
<li>Use the 80-20 Rule for certain tasks. I found some tasks I did not need to make perfect. Does that wireframe need to be pixel perfect or can it be a bit off to still get the point across to the internal stakeholder? Eight times out of ten this will be the case. </li>
<li>Understand how your "focus" works and schedule certain tasks at those "peak hours". How I like to think of it, is my brain is a battery - There is only so much energy it can output.</li>
<li>Always leave yourself notes on where you left off. This will ensure you can hit the ground running the next day.</li>
<li>Keep the weekend sleep schedule to only 2 of the 3 days. I found when you sleep in 3 days in a row, that Monday will seem like a struggle in the morning. </li>
<li>Sticking to a consistent weekday routine will ensure high energy through the week. Once I reflected on my daily patterns, I built a routine that best supported the good patterns but deflects the bad patterns out of my day. </li>
</ol>
<h2 id="recommendation">Recommendation</h2>
<h3 id="pros">Pros</h3>
<ul>
<li>Shorter week.</li>
<li>Feel well-rested at the start of the week.</li>
<li>Better feeling of work-life balance.</li>
</ul>
<h3 id="cons">Cons</h3>
<ul>
<li>No downtime to think more freely about the challenges you are solving. </li>
<li>Takes longer to start the week and reacquaint with the tasks at hand.</li>
<li>Prioritization of time takes skill through being self-aware, which takes time to learn. (And it's not easy at times.)</li>
</ul>
<h3 id="overall">Overall</h3>
<ul>
<li>If the expectation is to do a full of 40-hour workweek in 32 hours, some will not be able to achieve it easily. I took it upon myself to invest and understand how I could optimize my own workflows to streamline work and cut through the not as impactful activities. This is something that some could find a hard time committing to at times. It's always easier to be compliant than work to improve; Making it more so, by our nature to fall into, without taking note. If it was a regular 32 hours, well that be great! </li>
<li>New processes should be put in place to ensure communication, status, and the success of the tasks and visibility across the team. </li>
<li>Having an optimized workflow such as the one I strived for, requires an extra day of rest to fully recharge. </li>
<li>An extra day made me actually relax. It was great! I had got one day with no chores or any required outings. Its the type of recharge you want!</li>
<li>Some weeks are great, others are not, and that's ok. There are so many variables that fall into productivity. From your daily life, work, health, etc. </li>
</ul>
<h2 id="closing-thoughts">Closing thoughts</h2>
<p>If I had the opportunity to have a 4 day work week, I would take it. I really enjoyed having the extra day through it purely providing a better work-life balance, even though I felt like I was working hard. </p>
<p>For this to work in a regular office or startup, I believe it will only work effectively in some industries. Software is one of them. Within this experiment, I was the only team member that was participating, which I believe created a different experience when compared to an experience, like the entire team taking a 4 day week. </p>
<p>My best recommendation is to try it out for yourself! Make sure you track the data points that are impactful with goal completion, mental state, overall productivity, and quality of work. These data points can be leverage during a retrospective to see if a 4 day work week is achievable for your team. </p>
<p>Good luck, have a great time experimenting!</p>
]]></content:encoded></item><item><title><![CDATA[Top 5 Growth Tips I Gained Through My Fitness Journey While In Lockdown.]]></title><description><![CDATA[The Background
Growing up, I was always considered to be a tall skinny (6'2"), kid. My friends would constantly tease me and my parents' friends and relatives would mention “Your such a skinny-mini”. It sucked, thinking back on it makes me realized h...]]></description><link>https://cody.withdesign.ca/top-5-growth-tips-i-gained-through-my-fitness-journey-while-in-lockdown</link><guid isPermaLink="true">https://cody.withdesign.ca/top-5-growth-tips-i-gained-through-my-fitness-journey-while-in-lockdown</guid><category><![CDATA[startup]]></category><category><![CDATA[Blogging]]></category><category><![CDATA[Story]]></category><category><![CDATA[analytics]]></category><category><![CDATA[Design]]></category><dc:creator><![CDATA[Cody Reeves]]></dc:creator><pubDate>Thu, 18 Mar 2021 01:54:21 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1616031731577/y6KjPlHtY.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="the-background">The Background</h2>
<p>Growing up, I was always considered to be a tall skinny (6'2"), kid. My friends would constantly tease me and my parents' friends and relatives would mention “Your such a skinny-mini”. It sucked, thinking back on it makes me realized how much has changed over time.</p>
<p>I have always had trouble fully committing to a lifestyle change to add on some extra pounds. It always seemed like a daunting idea. This being due to my thought process around combining more eating food and increased physical stress; with my ongoing celiac battle in my digestive tract. Little did I know I was going to be proven myself very wrong.</p>
<p>When lockdown hit, I took it as an opportunity to focus on myself and reflect on how I could become a better me, mentally and physically. What else could I do during lockdown…...</p>
<p>Huge shoutout to the community, friends, and family for providing so much in-depth, knowledgeable information, one could ask for on topics of fitness! I don't think my mindsets, workout plan, and diet would be as optimized without you all.</p>
<p>And so...</p>
<p>Armed with new mindsets, a +3300 calorie diet, a gym membership, a mask, and no daily plans. I started to commit to my mission and stick with it.</p>
<p>I love data and making it look beautiful! It's a passion of mine to track things close to me to see how to learn and grow. It's one of the main reasons why I am a Director of Product at a Mar-Tech SaaS.</p>
<p>As with many of my goals, I attempted to track as much of my progress as I could. Through tracking my progress, I learned many do’s and don'ts when bulking, lifting, and personal growth.</p>
<h2 id="the-journey">The Journey</h2>
<p>Here is my recent journey over the past year all visualized! Wrapped up in a bow just for you! The reports include my full workouts, workout performance, progress, calories, etc.</p>
<div class="hn-embed-widget" id="fitnessdashboard"></div><h2 id="the-tech-stack-anyone-can-do-it">The Tech Stack (Anyone can do it!)</h2>
<h3 id="visualizations">Visualizations</h3>
<ul>
<li>Google Data Studio for visualization.</li>
<li>Google Sheets/Drive for the data warehouse.</li>
</ul>
<h3 id="data-tracking">Data Tracking</h3>
<ul>
<li>Samsung health, all apps I leverage sync their data back to this app.</li>
<li>Samsung Gear Sport Watch for activities.</li>
<li>Fitdays (Smart Scale app) for weight and body composition.</li>
<li>MyfitnessPal for food tracking.</li>
<li>Sleep as Android for sleep.</li>
</ul>
<h3 id="data-access">Data Access</h3>
<p>All the apps I use sync to Samsung Health. Through the service, they offer a way for you to request your raw health data in JSON and CSV format. Trust me is very RAW! Upload it to Google Drive and Voila! It's ready for Google Data Studio.</p>
<p>I hope to one day pull the data from Samsung Health automatically through a REST API but none is available at this point and time. I do hope for Google Health to add back the connector for Data Studio though that I have heard rumors about!</p>
<h2 id="top-5-learnings">Top 5 Learnings</h2>
<p>Upon reflecting on this journey, I started to document all the tips and tricks in a journal. Through this I came to the realizations, the mindset tricks I discovered going through this process could also be applied to professional growth as well. Here they are:</p>
<ol>
<li>Short-term pain, for long-term gain.</li>
<li>The mindset to persevere through the ups and downs helps drive resilience and strength for the future.</li>
<li>Fitness is crucial to balance out the brain to alleviate and improve mental health.</li>
<li>Trusting yourself to push further than what you thought possible is key to growth.</li>
<li>Being consistent is better than trying to be the "best" every day (It's just not sustainable!). </li>
<li>Consistency is key to steady, stable improvements.</li>
<li>Failure is good! You need to fail to succeed. Those failures will teach you how to improve through reflection.</li>
</ol>
<p>Through this time, I have learned many new personal growth methodologies, successfully gained an extra 25+ pounds of extra weight, and have a newfound passion for weight lifting. I still have a long way to go to reach my next goal but I’m happy with the progress so far.</p>
<p><strong>tl;dr</strong> started taking my health seriously when lockdown hit. Ate a lot of healthy food and lifted heavy weights to gain 25 pounds. I tracked it all in a dashboard. Upon reflecting, I discovered my learnings through this journey can also be applied to professional growth as well.</p>
]]></content:encoded></item></channel></rss>