Cigar Ash I am writing about my experiences as a naval navel-gazer. 2023-01-23T00:00:00Z https://cigarash.netlify.app/ Your Name Here youremailaddress@example.com This is a fifth post (draft) 2023-01-23T00:00:00Z https://cigarash.netlify.app/blog/fifthpost/ <p>This is a draft post</p> This is my fourth post. 2018-09-30T00:00:00Z https://cigarash.netlify.app/blog/fourthpost/ <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.</p> <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p> <p><picture><source type="image/avif" srcset="https://cigarash.netlify.app/img/IdthKOzqFA-350.avif 350w"><source type="image/webp" srcset="https://cigarash.netlify.app/img/IdthKOzqFA-350.webp 350w"><img alt="A possum parent and two possum kids hanging from the iconic red balloon" loading="lazy" decoding="async" src="https://cigarash.netlify.app/img/IdthKOzqFA-350.png" width="350" height="685"></picture></p> <h2 id="section-header" tabindex="-1">Section Header <a class="header-anchor" href="https://cigarash.netlify.app/blog/fourthpost/">#</a></h2> <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p> This is my third post. 2018-08-24T00:00:00Z https://cigarash.netlify.app/blog/thirdpost/ <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.</p> <h2 id="code" tabindex="-1">Code <a class="header-anchor" href="https://cigarash.netlify.app/blog/thirdpost/">#</a></h2> <h3 id="styled-with-syntax" tabindex="-1">Styled (with Syntax) <a class="header-anchor" href="https://cigarash.netlify.app/blog/thirdpost/">#</a></h3> <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p> <pre class="language-js" tabindex="0"><code class="language-js"><span class="token comment">// this is a command</span> <span class="token keyword">function</span> <span class="token function">myCommand</span><span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span> <span class="token keyword">let</span> counter <span class="token operator">=</span> <span class="token number">0</span><span class="token punctuation">;</span> counter<span class="token operator">++</span><span class="token punctuation">;</span> <span class="token punctuation">}</span> <span class="token comment">// Test with a line break above this line.</span> console<span class="token punctuation">.</span><span class="token function">log</span><span class="token punctuation">(</span><span class="token string">'Test'</span><span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre> <h3 id="unstyled" tabindex="-1">Unstyled <a class="header-anchor" href="https://cigarash.netlify.app/blog/thirdpost/">#</a></h3> <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p> <pre><code>// this is a command function myCommand() { let counter = 0; counter++; } // Test with a line break above this line. console.log('Test'); </code></pre> <h2 id="section-header" tabindex="-1">Section Header <a class="header-anchor" href="https://cigarash.netlify.app/blog/thirdpost/">#</a></h2> <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p> This is my second post with a much longer title. 2018-07-04T00:00:00Z https://cigarash.netlify.app/blog/secondpost/ <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.</p> <h2 id="section-header" tabindex="-1">Section Header <a class="header-anchor" href="https://cigarash.netlify.app/blog/secondpost/">#</a></h2> <p><a href="https://cigarash.netlify.app/blog/firstpost/">First post</a> <a href="https://cigarash.netlify.app/blog/thirdpost/">Third post</a></p> <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p> <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p> This is my first post. 2018-05-01T00:00:00Z https://cigarash.netlify.app/blog/firstpost/ <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.</p> <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p> <h2 id="section-header" tabindex="-1">Section Header <a class="header-anchor" href="https://cigarash.netlify.app/blog/firstpost/">#</a></h2> <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p> <pre class="language-diff-js" tabindex="0"><code class="language-diff-js"><span class="token unchanged language-js"><span class="token prefix unchanged"> </span><span class="token comment">// this is a command</span> <span class="token prefix unchanged"> </span><span class="token keyword">function</span> <span class="token function">myCommand</span><span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span> </span><span class="token inserted-sign inserted language-js"><span class="token prefix inserted">+</span> <span class="token keyword">let</span> counter <span class="token operator">=</span> <span class="token number">0</span><span class="token punctuation">;</span> </span><span class="token deleted-sign deleted language-js"><span class="token prefix deleted">-</span> <span class="token keyword">let</span> counter <span class="token operator">=</span> <span class="token number">1</span><span class="token punctuation">;</span> </span><span class="token unchanged language-js"><span class="token prefix unchanged"> </span> counter<span class="token operator">++</span><span class="token punctuation">;</span> <span class="token prefix unchanged"> </span><span class="token punctuation">}</span> </span> <span class="token unchanged language-js"><span class="token prefix unchanged"> </span><span class="token comment">// Test with a line break above this line.</span> <span class="token prefix unchanged"> </span>console<span class="token punctuation">.</span><span class="token function">log</span><span class="token punctuation">(</span><span class="token string">'Test'</span><span class="token punctuation">)</span><span class="token punctuation">;</span> </span></code></pre>