<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joshua Doodnauth</title>
	<atom:link href="https://joshua.doodnauth.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://joshua.doodnauth.com</link>
	<description>Enumerated Thoughts</description>
	<lastBuildDate>Mon, 25 May 2026 08:16:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>n8n for Developers: Workflow Automation Greatness</title>
		<link>https://joshua.doodnauth.com/2025/08/n8n-for-developers/</link>
					<comments>https://joshua.doodnauth.com/2025/08/n8n-for-developers/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Wed, 06 Aug 2025 16:06:29 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Product Development]]></category>
		<category><![CDATA[Google Sheets]]></category>
		<category><![CDATA[n8n]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1458</guid>

					<description><![CDATA[Introduction to n8n for Developers 🚀 Developers today often find themselves building custom scripts to connect disparate services. While powerful, this approach …]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Introduction to n8n for Developers <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></h2>



<p>Developers today often find themselves building custom scripts to connect disparate services. While powerful, this approach can be time-consuming and difficult to maintain. What if you could visually design and deploy these integrations in a fraction of the time, all while retaining the flexibility and control you expect? This is where <strong>n8n</strong> shines. It&#8217;s an open-source workflow automation platform that gives you the best of both worlds: a drag-and-drop interface for rapid development and the ability to extend and customize everything with code. It&#8217;s built for developers who want to streamline their work, connect APIs, and automate repetitive tasks without getting bogged down in boilerplate code. In this guide, we&#8217;ll get you up and running with n8n quickly, focusing on powerful integrations with LLMs and Google services.</p>



<h3 class="wp-block-heading">Getting Started + Credentials</h3>



<p>The fastest way to start building with n8n is to run it directly from your terminal. If you have Node.js installed, you can launch a local n8n instance with a single command:</p>



<pre class="wp-block-code"><code>npx n8n</code></pre>



<p>This command downloads and runs the latest n8n version, making the visual workflow editor available in your browser. Once running, you&#8217;ll need to connect your external services. This is done by creating <strong>credentials</strong>. In the n8n UI, you can add credentials for services like OpenAI or Google Sheets. This process securely stores your API keys and OAuth tokens, allowing you to reuse them across multiple workflows without re-entering sensitive information. This separation of logic and credentials is a key feature that simplifies management and enhances security.</p>



<h2 class="wp-block-heading">Building with Templates and Creating a Basic Workflow</h2>



<p>Let&#8217;s walk through a basic but practical workflow: adding a new item to a Google Sheet.</p>



<ol start="1" class="wp-block-list">
<li><strong>Add a Trigger</strong>: Start with a trigger node. For this example, let&#8217;s use a &#8220;Manual&#8221; trigger, which allows you to run the workflow with a single click.</li>



<li><strong>Add a Google Sheets Node</strong>: Connect a Google Sheets node to your trigger.</li>



<li><strong>Configure the Node</strong>: Select the &#8220;Append Row&#8221; operation. You&#8217;ll then specify your Google Sheet and the data you want to add.</li>



<li><strong>Connect Your Data</strong>: In the node settings, you can use the expression editor to map data from a previous step (or hardcode values for a test).</li>



<li><strong>Execute</strong>: Run the workflow. A new row will appear in your Google Sheet.</li>
</ol>



<p>This simple example demonstrates the core concept: connecting nodes and passing data between them to create an automated process.</p>



<h2 class="wp-block-heading">Workflow Templates</h2>



<p>n8n offers a vast library of <strong><a href="https://n8n.io/workflows/" data-type="link" data-id="https://n8n.io/workflows/" target="_blank" rel="noopener">workflow templates</a></strong> on its website, which are an excellent resource for learning. Browse these templates gives you a practical understanding of how complex automations are built, from multi-step data transformations to conditional logic.</p>



<p>You can find the library here: <a href="https://n8n.io/workflows/" data-type="link" data-id="https://n8n.io/workflows/" target="_blank" rel="noopener">https://n8n.io/workflows/</a></p>



<ol class="wp-block-list">
<li>Run your instance of n8n</li>



<li>On the n8n workflow templates page, select the template you want and click &#8216;Use for free&#8217;, or pay for a template.</li>



<li>Import template to localhost:5678 (or the correct port).</li>



<li>Setup any credentials required for the workflow, some workflows will have this documented.</li>



<li>Execute the workflow</li>
</ol>



<figure class="wp-block-image size-full is-resized"><a href="https://joshua.doodnauth.com/wp-content/uploads/2025/08/image.png"><img fetchpriority="high" decoding="async" width="892" height="689" src="https://joshua.doodnauth.com/wp-content/uploads/2025/08/image.png" alt="n8n template import" class="wp-image-1461" style="width:546px;height:auto" srcset="https://joshua.doodnauth.com/wp-content/uploads/2025/08/image.png 892w, https://joshua.doodnauth.com/wp-content/uploads/2025/08/image-300x232.png 300w, https://joshua.doodnauth.com/wp-content/uploads/2025/08/image-768x593.png 768w" sizes="(max-width: 892px) 100vw, 892px" /></a></figure>



<h2 class="wp-block-heading">The Power of n8n in Action</h2>



<p>n8n is more than just a simple integration tool; it&#8217;s a platform for building sophisticated automation. The real power comes from combining its vast number of integrations with the ability to add custom logic via <strong>Function</strong> nodes and its robust support for <strong>Large Language Models (LLMs)</strong>. Imagine a workflow that:</p>



<ul class="wp-block-list">
<li>Analyzing data from any source and extracting trends, outliers, sentiment or any custom data point.</li>



<li>Data processing, reporting and email communication in one tool.</li>



<li>Exposing processed data through an endpoint for application consumption.</li>



<li>Sends the summary to a team chat on Slack.</li>



<li>Adds the original email and summary to a Google Sheet for logging.</li>
</ul>



<p>This kind of multi-step, intelligent automation is what makes n8n a crucial tool for any developer looking to boost productivity and build powerful internal tools. It allows you to focus on the unique business logic of your application, letting n8n handle the glue code that connects everything.</p>



<h2 class="wp-block-heading">Tutorial videos</h2>



<p>Beginner</p>



<ul class="wp-block-list">
<li>This is a great tutorial on simply hitting a weather API, storing it in a Google Sheet and sending an email.  With a schedule trigger you can have the weather in you inbox every morning.</li>
</ul>



<ol class="wp-block-list">
<li></li>
</ol>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="From Zero to Your First AI Agent in 25 Minutes (No Coding)" width="500" height="281" src="https://www.youtube.com/embed/EH5jx5qPabU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Advanced</p>



<ul class="wp-block-list">
<li>Using the reddit API, scan for trending topics on Reddit</li>
</ul>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Using AI to Find New Business Ideas with Reddit and n8n" width="500" height="281" src="https://www.youtube.com/embed/D2Y9FKvVUig?start=1&#038;feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2025/08/n8n-for-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>2022 Urban shots with the Ricoh GR IIIx</title>
		<link>https://joshua.doodnauth.com/2023/02/2022-urban-shots-with-the-ricoh-gr-iiix/</link>
					<comments>https://joshua.doodnauth.com/2023/02/2022-urban-shots-with-the-ricoh-gr-iiix/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Thu, 23 Feb 2023 05:10:47 +0000</pubDate>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[GR IIIx]]></category>
		<category><![CDATA[Ricoh GR IIIx]]></category>
		<category><![CDATA[Street Photography]]></category>
		<category><![CDATA[Urban]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1427</guid>

					<description><![CDATA[I work in the city, and it is hard to carry around my Canon R on the off-chance that I may get …]]></description>
										<content:encoded><![CDATA[<p>I work in the city, and it is hard to carry around my Canon R on the off-chance that I may get a few minutes to go for a walk and casually do some street photography.  It takes up enough space to be inconvenient, the additional weight can be uncomfortable, and it is too obvious that I am taking pictures, and people may not like that.</p>
<p>After much searching, I think I have found the perfect alternative to actually do some street photography while being discrete and blending into the world.  The Ricoh GR IIIx is such a great camera, it can literally fit into your pocket, and I cannot believe the quality of images the APS-C sensor can achieve.  I was thinking of the GR III, but the 40mm lens on the IIIx is definitely a better option.  Mainly because it is close to what your eye can see, it removes the need to reframe your shot if you have the wider III lens.  Less thinking, more shooting.</p>
<p>I&#8217;ve had the camera for a few months, here are some of the shots I managed to get around the city.</p>


<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000134.jpg"><img decoding="async" width="683" height="1024" data-id="1429" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000134-683x1024.jpg" alt="Bay and Wellington" class="wp-image-1429" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000134-683x1024.jpg 683w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000134-200x300.jpg 200w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000134-768x1152.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000134-1024x1536.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000134.jpg 1280w" sizes="(max-width: 683px) 100vw, 683px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2.jpg"><img decoding="async" width="1024" height="729" data-id="1434" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-1024x729.jpg" alt="Union Track 20" class="wp-image-1434" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-1024x729.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-300x213.jpg 300w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-768x546.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-1536x1093.jpg 1536w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2.jpg"><img decoding="async" width="1024" height="1024" data-id="1435" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-1024x1024.jpg" alt="Dust and Light" class="wp-image-1435" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-1024x1024.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-300x300.jpg 300w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-150x150.jpg 150w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-768x768.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-1536x1536.jpg 1536w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-100x100.jpg 100w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-140x140.jpg 140w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-500x500.jpg 500w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-350x350.jpg 350w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-1000x1000.jpg 1000w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2-800x800.jpg 800w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000532-2.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000463.jpg"><img decoding="async" width="683" height="1024" data-id="1433" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000463-683x1024.jpg" alt="Rogers Center" class="wp-image-1433" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000463-683x1024.jpg 683w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000463-200x300.jpg 200w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000463-768x1152.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000463-1024x1536.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000463.jpg 1280w" sizes="(max-width: 683px) 100vw, 683px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219.jpg"><img decoding="async" width="1024" height="683" data-id="1431" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219-1024x683.jpg" alt="Shadows Trail" class="wp-image-1431" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219-1024x683.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219-300x200.jpg 300w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219-768x512.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219-1536x1024.jpg 1536w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219-900x600.jpg 900w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000219.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000534-2.jpg"><img decoding="async" width="1024" height="731" data-id="1436" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000534-2-1024x731.jpg" alt="Safety Texture" class="wp-image-1436" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000534-2-1024x731.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000534-2-300x214.jpg 300w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000534-2-768x548.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000534-2-1536x1097.jpg 1536w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000534-2.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2.jpg"><img decoding="async" width="1024" height="683" data-id="1438" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2-1024x683.jpg" alt="Safety Shadows 2" class="wp-image-1438" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2-1024x683.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2-300x200.jpg 300w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2-768x512.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2-1536x1024.jpg 1536w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2-900x600.jpg 900w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000525-2-2.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000216.jpg"><img decoding="async" width="683" height="1024" data-id="1430" src="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000216-683x1024.jpg" alt="Under the bridge" class="wp-image-1430" srcset="https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000216-683x1024.jpg 683w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000216-200x300.jpg 200w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000216-768x1152.jpg 768w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000216-1024x1536.jpg 1024w, https://joshua.doodnauth.com/wp-content/uploads/2023/02/R0000216.jpg 1280w" sizes="(max-width: 683px) 100vw, 683px" /></a></figure>
</figure>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2023/02/2022-urban-shots-with-the-ricoh-gr-iiix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Styling Google Maps: Aligning for a Better UX</title>
		<link>https://joshua.doodnauth.com/2022/03/styling-google-maps/</link>
					<comments>https://joshua.doodnauth.com/2022/03/styling-google-maps/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Thu, 10 Mar 2022 15:47:17 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[UX]]></category>
		<guid isPermaLink="false">http://joshua.doodnauth.com/?p=1083</guid>

					<description><![CDATA[Styling Google Maps to perfectly match your website or application&#8217;s branding. This isn&#8217;t just about aesthetics; it&#8217;s a critical step in creating …]]></description>
										<content:encoded><![CDATA[
<p>Styling Google Maps to perfectly match your website or application&#8217;s branding. This isn&#8217;t just about aesthetics; it&#8217;s a critical step in creating a truly professional and cohesive user experience. By customizing your maps, you can reinforce brand identity, improve usability, and make a lasting impression on your users. Let&#8217;s dive into the how-to and the why.</p>



<h2 class="wp-block-heading">Why Styling Google Maps is Crucial for Branding and UX</h2>



<p>Aligning your Google Maps with your website or application&#8217;s visual identity is a strategic move that delivers significant benefits for your brand and users.</p>



<p><strong>Enhanced SEO and Local Presence</strong>: While direct SEO benefits are tied to your Google Business Profile, a beautifully integrated and helpful map can increase user engagement and time on page. This improved user experience can positively influence your site&#8217;s overall search ranking. By providing a clear, branded map with accurate location information, you enhance your local SEO presence and make it easier for customers to find your physical location.</p>



<p><strong>Cohesive User Experience</strong>: A well-styled map seamlessly integrates with the rest of your design, creating a fluid and professional experience. An unstyled, default map can feel jarring and disconnected, breaking the user&#8217;s immersion. When the map&#8217;s color palette, typography, and visual hierarchy align with your brand, it feels like a native part of your application, not an embedded third-party tool.</p>



<p><strong>Reinforces Brand Identity</strong>: The map becomes a canvas to showcase your brand&#8217;s personality. Whether you have a dark theme, a minimalist design, or a vibrant color scheme, styling the map allows you to reinforce these elements. This visual consistency builds trust and recognition, making your brand more memorable to the user.</p>



<p><strong>Improved Readability and Usability</strong>: Styling isn&#8217;t just about making things look good; it&#8217;s about improving function. You can de-emphasize less important map features (like parks or bus stations) and highlight crucial ones (such as your business location or a specific event venue). This reduces visual clutter and makes it easier for users to find the information they need, directly improving the map&#8217;s usability.</p>



<h2 class="wp-block-heading">How to Style Google Maps</h2>



<p>Styling Google Maps has become more flexible and powerful than ever, primarily through <strong>Cloud-based Maps Styling</strong> and JSON styling.</p>



<ul class="wp-block-list">
<li><strong>Cloud-based Maps Styling</strong>: This is the modern, recommended approach. It allows you to create and manage map styles directly within the Google Cloud console. You can customize various map features—such as roads, landmarks, points of interest, and water—by adjusting their color, visibility, and density. The real benefit is that once you publish a new style, it updates instantly across all platforms (web, Android, iOS) without requiring a code change. This is a game-changer for maintenance and a significant time-saver for developers. To get started, you create a Map ID, associate a map style with it, and then implement that Map ID in your application&#8217;s code.</li>



<li><strong>JSON Styling</strong>: This is the more traditional, code-based method. You create a JSON object that defines the style for different map elements. This JSON is then passed to the Google Maps API when you initialize the map. While it offers a high degree of control, it requires you to manage the style within your codebase. For larger projects or frequent style updates, the cloud-based approach is often preferred due to its centralized management and ease of deployment.</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter"><a href="http://www.hongkiat.com/blog/google-maps-styles/" target="_blank" rel=" noreferrer noopener"><img decoding="async" width="500" height="300" src="https://joshua.doodnauth.com/wp-content/uploads/2025/08/default-map.jpg" alt="Styling Google Maps" class="wp-image-1450" srcset="https://joshua.doodnauth.com/wp-content/uploads/2025/08/default-map.jpg 500w, https://joshua.doodnauth.com/wp-content/uploads/2025/08/default-map-300x180.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></a><figcaption class="wp-element-caption"><a href="https://www.hongkiat.com/blog/google-maps-styles/" target="_blank" rel="noopener">https://www.hongkiat.com/blog/google-maps-styles/</a></figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://developers.google.com/maps/documentation/javascript/examples/maptype-styled-simple" target="_blank" rel=" noreferrer noopener"><img decoding="async" width="990" height="395" src="https://joshua.doodnauth.com/wp-content/uploads/2025/08/styled-google-map.png" alt="Styled Simple Map" class="wp-image-1451" srcset="https://joshua.doodnauth.com/wp-content/uploads/2025/08/styled-google-map.png 990w, https://joshua.doodnauth.com/wp-content/uploads/2025/08/styled-google-map-300x120.png 300w, https://joshua.doodnauth.com/wp-content/uploads/2025/08/styled-google-map-768x306.png 768w" sizes="(max-width: 990px) 100vw, 990px" /></a><figcaption class="wp-element-caption"><a href="https://developers.google.com/maps/documentation/javascript/examples/maptype-styled-simple" target="_blank" rel="noopener">https://developers.google.com/maps/documentation/javascript/examples/maptype-styled-simple</a></figcaption></figure>
</div>


<p>Styling a Google Map is a powerful and valuable task for any frontend developer or designer. It’s a small detail that makes a big impact, transforming a standard widget into a fully branded and functional part of your digital presence. By following the modern, cloud-based approach, you can deliver a superior user experience that is both visually appealing and highly performant. A well-styled map isn&#8217;t an afterthought; it&#8217;s an essential component of a thoughtful, user-centric design strategy.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2022/03/styling-google-maps/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Best sites for Website Inspiration</title>
		<link>https://joshua.doodnauth.com/2022/01/best-sites-for-website-inspiration/</link>
					<comments>https://joshua.doodnauth.com/2022/01/best-sites-for-website-inspiration/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Mon, 31 Jan 2022 13:00:18 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Notebook]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Best Design]]></category>
		<category><![CDATA[Design List]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1406</guid>

					<description><![CDATA[[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; …]]></description>
										<content:encoded><![CDATA[<p>[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][vc_column_text]This page is a single resource for finding website inspiration when designing and creating your next project.[/vc_column_text][nectar_highlighted_text color_type=&#8221;gradient&#8221; highlight_color=&#8221;#3452ff&#8221; secondary_color=&#8221;#ff1053&#8243; style=&#8221;regular_underline&#8221; underline_thickness=&#8221;default&#8221;]</p>
<h2>Designer <em>Showcase</em></h2>
<p>Collections of digital assets which include website concept designs, mobile app designs, branding, typography and more[/nectar_highlighted_text][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;fontawesome&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Dribbble&#8221; url=&#8221;https://dribbble.com/&#8221; icon_fontawesome=&#8221;fa fa-star-o&#8221; cta_1_text=&#8221;Design&#8221;][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;fontawesome&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Behance&#8221; url=&#8221;https://www.behance.net/&#8221; icon_fontawesome=&#8221;fa fa-star-o&#8221; cta_1_text=&#8221;Design&#8221;][/vc_column][/vc_row][vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; top_padding=&#8221;2%&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][nectar_highlighted_text color_type=&#8221;gradient&#8221; highlight_color=&#8221;#3452ff&#8221; secondary_color=&#8221;#ff1053&#8243; style=&#8221;regular_underline&#8221; underline_thickness=&#8221;default&#8221;]</p>
<h2><em>Award Winning</em> Websites</h2>
<p>The best of the day, best in industry, best design, best interaction.  The Best.[/nectar_highlighted_text][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;fontawesome&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Awwwards&#8221; url=&#8221;https://www.awwwards.com/&#8221; icon_fontawesome=&#8221;fa fa-star-o&#8221; cta_1_text=&#8221;Design&#8221;][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;CSS Winner&#8221; url=&#8221;https://www.csswinner.com/&#8221; cta_1_text=&#8221;CSS&#8221;][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;CSS Design Awards&#8221; url=&#8221;https://www.cssdesignawards.com/&#8221; cta_1_text=&#8221;CSS&#8221;][/vc_column][/vc_row][vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; top_padding=&#8221;2%&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][nectar_highlighted_text color_type=&#8221;gradient&#8221; highlight_color=&#8221;#3452ff&#8221; secondary_color=&#8221;#ff1053&#8243; style=&#8221;regular_underline&#8221; underline_thickness=&#8221;default&#8221;]</p>
<h3>Great <em>collections</em> for website inspiration</h3>
<p>[/nectar_highlighted_text][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;One Page Love&#8221; url=&#8221;https://onepagelove.com/&#8221; cta_1_text=&#8221;Design&#8221;][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Siteinspire&#8221; url=&#8221;https://www.siteinspire.com/&#8221;][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;even&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;p&#8221; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Bestfolios&#8221; url=&#8221;https://www.bestfolios.com/&#8221; cta_1_text=&#8221;Portfolios&#8221;][/vc_column][/vc_row]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2022/01/best-sites-for-website-inspiration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Resources to grow as a software developer</title>
		<link>https://joshua.doodnauth.com/2022/01/resources-for-a-software-developer/</link>
					<comments>https://joshua.doodnauth.com/2022/01/resources-for-a-software-developer/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Fri, 28 Jan 2022 21:45:04 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Notebook]]></category>
		<category><![CDATA[Skill Building]]></category>
		<category><![CDATA[Skills]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1384</guid>

					<description><![CDATA[[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; …]]></description>
										<content:encoded><![CDATA[<p>[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][vc_column_text]Here is a collection of links to help build your skills  and grow as a software developer and engineer.  There are many areas to become a well-rounded engineer, I have tried to organize them.[/vc_column_text][nectar_highlighted_text color_type=&#8221;gradient&#8221; highlight_color=&#8221;#3452ff&#8221; secondary_color=&#8221;#ff1053&#8243; style=&#8221;regular_underline&#8221; underline_thickness=&#8221;default&#8221;]</p>
<h2><em>Technical</em> Reading</h2>
<p>[/nectar_highlighted_text][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Architecture Playbook&#8221; col_2_content=&#8221;Practical tools for creating IT architecture or design faster and better&#8221; cta_1_text=&#8221;Architecture&#8221; url=&#8221;https://nocomplexity.com/documents/arplaybook/introduction.html&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;RefactoringUI&#8221; col_2_content=&#8221;Learn tactics for designing Uis by yourself&#8221; cta_1_text=&#8221;UI&#8221; url=&#8221;https://www.refactoringui.com/&#8221;][/vc_column][/vc_row][vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; top_padding=&#8221;2%&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][nectar_highlighted_text color_type=&#8221;gradient&#8221; highlight_color=&#8221;#3452ff&#8221; secondary_color=&#8221;#ff1053&#8243; style=&#8221;regular_underline&#8221; underline_thickness=&#8221;default&#8221;]</p>
<h2>Crafting a <em>career</em></h2>
<p>[/nectar_highlighted_text][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;xlarge_first&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;none&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;What happens to developers who never go into management?&#8221; url=&#8221;https://wbscodingschool.medium.com/what-happens-to-developers-who-never-go-into-management-1f1d8483e4bd&#8221; cta_1_text=&#8221;Career&#8221;][nectar_horizontal_list_item columns=&#8221;2&#8243; column_layout_using_2_columns=&#8221;xlarge_first&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;none&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;The best developers get paid more than average ones&#8221; url=&#8221;https://javascript.plainenglish.io/double-your-income-as-a-javascript-typescript-developer-today-933d6fc5337e&#8221; cta_1_text=&#8221;Career&#8221;][/vc_column][/vc_row][vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; top_padding=&#8221;2%&#8221; bottom_padding=&#8221;2%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][nectar_highlighted_text color_type=&#8221;gradient&#8221; highlight_color=&#8221;#3452ff&#8221; secondary_color=&#8221;#ff1053&#8243; style=&#8221;regular_underline&#8221; underline_thickness=&#8221;default&#8221;]</p>
<h2>Better Interview <em>skills</em></h2>
<p>Links to help land the next software developer job[/nectar_highlighted_text][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;small_first&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Linisnil&#8221; col_2_content=&#8221;Articles on Cracking coding interviews&#8221; cta_1_text=&#8221;Algorithms&#8221; cta_2_text=&#8221;Interviews&#8221; url=&#8221;https://www.linisnil.com/&#8221;][/vc_column][/vc_row]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2022/01/resources-for-a-software-developer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Great Stock Photos and Asset Resources</title>
		<link>https://joshua.doodnauth.com/2022/01/great-stock-photos-and-assets/</link>
					<comments>https://joshua.doodnauth.com/2022/01/great-stock-photos-and-assets/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Thu, 27 Jan 2022 21:45:26 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Notebook]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Dev List]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Royalty-free]]></category>
		<category><![CDATA[Stock Images]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1359</guid>

					<description><![CDATA[[vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; top_padding=&#8221;2%&#8221; bottom_padding=&#8221;3%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; id=&#8221;steps&#8221; row_name=&#8221;Sign Up Steps&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; …]]></description>
										<content:encoded><![CDATA[<p>[vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; top_padding=&#8221;2%&#8221; bottom_padding=&#8221;3%&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; id=&#8221;steps&#8221; row_name=&#8221;Sign Up Steps&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;top-bottom&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221; offset=&#8221;vc_col-xs-12&#8243;][vc_column_text]Here is a list of resources for finding stock photos, images, videos and other assets.  This list contains free, royalty-free, and some paid sources, but it is meant as a starting point for just finding digital assets to get your next project off the ground.[/vc_column_text][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;fontawesome&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Unsplash&#8221; col_2_content=&#8221;Free high-resolution photos&#8221; url=&#8221;https://unsplash.com/&#8221; icon_fontawesome=&#8221;fa fa-star-o&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;fontawesome&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Pexels&#8221; col_2_content=&#8221;Free stock photos, royalty free images &amp; videos&#8221; url=&#8221;https://www.pexels.com/&#8221; cta_1_text=&#8221;Free&#8221; icon_fontawesome=&#8221;fa fa-star-o&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Pixabay&#8221; col_2_content=&#8221;High quality royalty free stock images, videos and music&#8221; url=&#8221;https://pixabay.com/&#8221; cta_1_text=&#8221;Free&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Burst | Shopify&#8221; col_2_content=&#8221;Free stock photos for websites and commercial use&#8221; url=&#8221;https://burst.shopify.com/&#8221; cta_1_text=&#8221;Free&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Pikwizard&#8221; col_2_content=&#8221;Over 1 million free stock images and videos for commercial use&#8221; url=&#8221;https://pikwizard.com/&#8221; cta_1_text=&#8221;Free&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Unsplash API&#8221; col_2_content=&#8221;Programmatically query Unsplash photo collection&#8221; url=&#8221;https://unsplash.com/developers&#8221; cta_1_text=&#8221;API&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Shutterstock&#8221; col_2_content=&#8221;Millions of images, videos and music tracks&#8221; url=&#8221;https://www.shutterstock.com/&#8221; cta_1_text=&#8221;Paid&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Adobe Stock&#8221; col_2_content=&#8221;High-resolution, royalty-free stock assets&#8221; url=&#8221;https://stock.adobe.com/&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Realistic Shots&#8221; col_2_content=&#8221;Free stock photos for personal or commercial, 7 new photos a week&#8221; url=&#8221;https://realisticshots.com/&#8221; cta_1_text=&#8221;Free&#8221;][nectar_horizontal_list_item columns=&#8221;3&#8243; column_layout_using_3_columns=&#8221;large_middle&#8221; col_1_text_align=&#8221;left&#8221; col_2_text_align=&#8221;left&#8221; col_3_text_align=&#8221;right&#8221; col_1_text_element=&#8221;h3&#8243; col_2_text_element=&#8221;p&#8221; col_3_text_element=&#8221;p&#8221; font_family=&#8221;p&#8221; open_new_tab=&#8221;true&#8221; hover_effect=&#8221;full_border&#8221; hover_color=&#8221;accent-color&#8221; border_radius=&#8221;3px&#8221; icon_family=&#8221;none&#8221; icon_size=&#8221;regular&#8221; col_1_content=&#8221;Bruzu&#8221; col_2_content=&#8221;API to generate images on the fly&#8221; url=&#8221;https://bruzu.com/&#8221; cta_1_text=&#8221;API&#8221; cta_2_text=&#8221;Paid&#8221;][/vc_column][/vc_row]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2022/01/great-stock-photos-and-assets/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>5 Amazing Futuristic UI  Inspirations for Developers</title>
		<link>https://joshua.doodnauth.com/2021/02/futuristic-ui-developer-inspirations/</link>
					<comments>https://joshua.doodnauth.com/2021/02/futuristic-ui-developer-inspirations/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Tue, 09 Feb 2021 13:00:00 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Animations]]></category>
		<category><![CDATA[Futuristic]]></category>
		<category><![CDATA[Motion]]></category>
		<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[UI]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1324</guid>

					<description><![CDATA[Sci-Fi movies today often present viewers with amazing futuristic UI&#8217;s that are beautifully animated, and always have the exact information the character …]]></description>
										<content:encoded><![CDATA[
<p>Sci-Fi movies today often present viewers with amazing futuristic UI&#8217;s that are beautifully animated, and always have the exact information the character was looking for.  These futuristic interactions offer a glimpse into the possibilities of how we may one day interact with the devices around us.  And there are a lot of devices around us.  The UI may not always become a reality, but they certainly offer inspiration and open the box of what could be created one day.</p>



<p>Exploring motion graphics in films is a technical study of what is realistic in terms of interactivity, usability, and visual appeal, and what is just eye-candy for the viewers.  UI Animations captivate the viewer, draw their interest and leave them in awe of the fictional technology.  In real life, animations can be used to guide the attention of the user, but with the art of being subtle and almost invisible to the user. </p>



<p>Here is a collection of futuristic UI elements for your inspiration:</p>



<h2 class="wp-block-heading">Gmunk &#8211; Oblivion Motion Graphics</h2>



<p><a aria-label="Gmunk  (opens in a new tab)" href="https://gmunk.com/" target="_blank" rel="noreferrer noopener" class="rank-math-link">Gmunk</a> uses a dot grid to align the graphical details, this results in a consistent and fluid look for all the motion graphics work in Oblivion.  This design thinking is clear in much of Gmunk&#8217;s motion graphics work and is directly relatable to web application design.  Where the grid layout is the foundation for organizing any web components on a page.  </p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>&#8220;Circles, dots and lines&#8230; and type, just arranged in really complex ways.  It&#8217;s the grid that defines it all.  That&#8217;s the foundation of all UI work&#8221;</p><cite>Bradley &#8220;Gmunk&#8221; Munkowitz</cite></blockquote>



<p>There are some great inspirational resources and assets provided at <a href="https://gmunk.com/OBLIVION-GFX" class="rank-math-link" target="_blank" rel="noopener">https://gmunk.com/OBLIVION-GFX</a>.  Here is a montage of the motion graphics by Gmunk for the movie Oblivion:</p>



<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Oblivion GFX Montage" src="https://player.vimeo.com/video/71462911?dnt=1&amp;app_id=122963" width="500" height="281" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>
</div></figure>



<h2 class="wp-block-heading">GM Concept UI</h2>



<p>A concept UI by Gmunk, completed for the Cadillac concept car the Elmiraj.  It is a driver console and touch screen UI.  While it was done in 2013, it is still a relevant look into the future of Car UI, and how far away we are from this reality.  The design stresses real-world functionality, which allowed for a beautifully clean and &#8220;easy to operate aesthetic&#8221;, which a driver would expect from a vehicle.</p>



<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="GM ELMIRAJ CONCEPT UI" src="https://player.vimeo.com/video/85504052?dnt=1&amp;app_id=122963" width="500" height="281" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>
</div></figure>



<h2 class="wp-block-heading">Perception</h2>



<p>Perception, is a company creating cutting-edge science fiction movie UI experiences, and transforming those ideas into concept technologies for real-world industries.  A process they call &#8220;Science Fiction Thinking&#8221;, meant to amplify Design Thinking and provide a clear framework.  </p>



<p>In films, futuristic UI&#8217;s are designed to be &#8220;in-your-face&#8221; noticeable and forward-looking, while the real-world counterpart is much more functional and invisible. This allows companies to examine how the innovative concepts found in film can be leveraged in their products.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Meet the Company Designing Futuristic UI for Samsung and Tony Stark" width="500" height="281" src="https://www.youtube.com/embed/YQkq5krArUI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">The Martian &#8211; UI Reel</h2>



<p>Set in the not so distant future, the UI elements in &#8216;The Martian&#8217; are very clean, clear, with very little fluff.  This is a very realistic approach to how the not-too-distant future interfaces may function.  The design is flat and with no gradients, but with very clear and contrasting colors. </p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="The Martian | UI Reel  | Territory Studio" width="500" height="281" src="https://www.youtube.com/embed/AnGCcL2TVd8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Animated Futuristic UI Design Elements</h2>



<p>Here is a great video compilation of futuristic design elements, many have a familiar look and pull from the work of Gmunk.  There are some great patterns and animations, the video is organized into a few sections, some things to take note of:</p>



<ul class="wp-block-list"><li>The color palette, teal and orange, a common theme</li><li>The animations as elements open, close, move</li><li>The &#8216;Time&#8217; collection would make for amazing real-world watch faces</li></ul>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Hi-Tech Hud UI Screens &amp; Elements - After Effects Template" width="500" height="281" src="https://www.youtube.com/embed/GY0mGV5FCHE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Final Thoughts</h2>



<p>A lot of thought goes into motion graphics, from the fluid animations to the contrasting colors.  While created to exist in fictional worlds, is there a limitation from making these animated UI elements a reality.</p>



<h2 class="wp-block-heading">Additional Resources</h2>



<p><a aria-label="12 Incredible Futuristic UI Reels (opens in a new tab)" href="https://www.schoolofmotion.com/blog/12-incredible-futuristic-ui-reels" target="_blank" rel="noreferrer noopener" class="rank-math-link">12 Incredible Futuristic UI Reels</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2021/02/futuristic-ui-developer-inspirations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>2021 Winter Photography</title>
		<link>https://joshua.doodnauth.com/2021/01/2021-winter-photography/</link>
					<comments>https://joshua.doodnauth.com/2021/01/2021-winter-photography/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Sat, 09 Jan 2021 14:56:57 +0000</pubDate>
				<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Hiking]]></category>
		<category><![CDATA[Winter]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1311</guid>

					<description><![CDATA[[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; …]]></description>
										<content:encoded><![CDATA[<p>[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][vc_column_text]After a challenging year of being in lockdown, I&#8217;ve been looking for some new inspiration and an outlet to get my mind focused on something other than the everyday grind.  I have been exploring my local community, and to my surprise, I have been finding some very interesting locations.  I live in the suburbs of Toronto, a bit hilly, but with many forests hiding a large system of streams that go north up from Lake Ontario.[/vc_column_text][vc_gallery type=&#8221;parallax_image_grid&#8221; images=&#8221;1317,1318,1319,1316,1315,1314,1313,1312&#8243;][/vc_column][/vc_row]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2021/01/2021-winter-photography/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Making your mark &#8211; Barack Obama</title>
		<link>https://joshua.doodnauth.com/2020/04/making-your-mark-barack-obama/</link>
					<comments>https://joshua.doodnauth.com/2020/04/making-your-mark-barack-obama/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Tue, 21 Apr 2020 04:26:09 +0000</pubDate>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1260</guid>

					<description><![CDATA[Making your mark on the world is hard.If it were easy, everybody would do it. But it&#8217;s not. It takes patience, it …]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Making your mark on the world is hard.<br>If it were easy, everybody would do it.  But it&#8217;s not.  It takes patience, it takes commitment, and it comes with plenty of failure along the way.  The real test is not whether you avoid this failure, because you won&#8217;t.  It&#8217;s whether you let it harden or shame you into inaction, or whether you learn from it; whether you choose to persevere.</p><cite>Barack Obama</cite></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2020/04/making-your-mark-barack-obama/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Red letter day</title>
		<link>https://joshua.doodnauth.com/2020/02/red-letter-day/</link>
					<comments>https://joshua.doodnauth.com/2020/02/red-letter-day/#respond</comments>
		
		<dc:creator><![CDATA[Joshua Doodnauth]]></dc:creator>
		<pubDate>Mon, 17 Feb 2020 11:56:00 +0000</pubDate>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Movies]]></category>
		<guid isPermaLink="false">https://joshua.doodnauth.com/?p=1256</guid>

					<description><![CDATA[A red letter day is a special day of the year, marked by red color in calendar. https://en.wikipedia.org/wiki/Red_letter_day Referenced from Back to …]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>A red letter day is a special day of the year, marked by red color in calendar. </p><cite> <a href="https://en.wikipedia.org/wiki/Red_letter_day" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Red_letter_day</a> </cite></blockquote>



<p>Referenced from Back to the Future, when Doc Brown refers to November 5, 1955 being a &#8216;Red letter day&#8217;.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://joshua.doodnauth.com/2020/02/red-letter-day/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced (Page is feed) 
Minified using Disk
Database Caching using Disk

Served from: joshua.doodnauth.com @ 2026-06-05 11:03:46 by W3 Total Cache
-->