<?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[Yenly's SketchBook]]></title>
        <description><![CDATA[Yenly's SketchBook]]></description>
        <link>https://yenly.wtf</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Tue, 26 Jan 2021 08:34:48 GMT</lastBuildDate>
        <atom:link href="https://yenly.wtf/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Bruce Lee Jumpsuit]]></title>
            <description><![CDATA[<h2>Inspiration</h2><p>Who says costumes can only be worn during Halloween? I want to make outfits for my toddler to encourage imagination.</p><h3>Materials</h3><ul><li>bright yellow sweatpants</li><li>bright yellow long sleeve top</li><li>black fabric trim ribbon</li><li>fabric glue</li></ul><p><img src="https://yenly.wtf/images/crafty/bruce_lee_1.jpg" alt="Gluing trim to the long sleeve shirt"/>
<img src="https://yenly.wtf/images/crafty/bruce_lee_2.jpg" alt="Bruce Lee outfit - top"/>
<img src="https://yenly.wtf/images/crafty/bruce_lee_3.jpg" alt="Bruce Lee outfit - close up trim around the collar"/></p><h2>Takeaways</h2><ul><li>The fabric glue didn&#x27;t up hold in the laundry. The trims near the collar separated a little bit from the shirt. For durability, I should hand stitch the trims all around.</li></ul><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Bruce Lee Jumpsuit">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/bruce-lee-jumpsuit</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/bruce-lee-jumpsuit</guid>
            <pubDate>Tue, 26 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Monstera Deliciosa]]></title>
            <description><![CDATA[<p>I learned the scientific name means “delicious monster.” When it grows into ginormous size, it bears edible fruit. Would I be able to nurture this young seedlign to bear fruit someday?</p><h2>How it started</h2><p><img src="https://yenly.wtf/images/plants/monstera_d_01.jpg" alt="Monstera Deliciousa - Nov 2020"/>
November 2020</p><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Monstera Deliciosa">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/monstera-deliciosa</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/monstera-deliciosa</guid>
            <pubDate>Tue, 26 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Pilea]]></title>
            <description><![CDATA[<h2>How it started</h2><p><img src="https://yenly.wtf/images/plants/pilea_01.jpg" alt="Pilea"/>
February 2020</p><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Pilea">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/pilea</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/pilea</guid>
            <pubDate>Tue, 26 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Lemon Cypress]]></title>
            <description><![CDATA[<p>I couldn&#x27;t resist this Gump tree at my local Trader Joe&#x27;s during the holidays.</p><h2>How it started</h2><img src="https://yenly.wtf/images/plants/lemon_cypress_01.jpg" alt="Lemon Cypress wrapped up as Gump Tree"/> December 2020<p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Lemon Cypress">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/lemon-cypress</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/lemon-cypress</guid>
            <pubDate>Mon, 25 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Learn Modern CSS, Create Style Stage Theme]]></title>
            <description><![CDATA[<h2>Learning Plan Idea</h2><p>Learn each <a href="http://moderncss.dev/">Modern CSS Solutions
for Old CSS Problem</a> lesson.
Then use the technique (if relevant) on creating a <a href="https://stylestage.dev/">Style Stage</a> theme for submission.</p><h3>Objectives</h3><ul><li>applying what I learn by layers into something tangible</li><li>contribute to OSS when I complete the series</li></ul><h3>Resources</h3><ul><li><a href="https://stylestage.dev/guidelines/">Style Stage: Guidelines</a></li><li><a href="https://dev.to/5t3ph/a-hacktoberfest-project-for-all-web-developers-style-stage-5h2m">A Hacktoberfest Project For All Web Developers: Style Stage</a></li><li><a href="https://github.com/5t3ph/stylestage-sass">stylestage-sass Repo</a></li></ul><h2>Progress</h2><h3>Prep Work</h3><ul class="contains-task-list"><li class="task-list-item"><input type="checkbox" checked="" disabled=""/> Create repo using sass template</li><li class="task-list-item"><input type="checkbox" checked="" disabled=""/> Set up repo to deploy to gh-pages<ul class="contains-task-list"><li class="task-list-item"><input type="checkbox" checked="" disabled=""/> Look into github actions</li></ul></li><li class="task-list-item"><input type="checkbox" checked="" disabled=""/> Deep dive starter SASS code<ul class="contains-task-list"><li class="task-list-item"><input type="checkbox" checked="" disabled=""/> Remove all existing styles to begin from scratch</li></ul></li></ul><h3>Considerations</h3><ul><li>design by tinkering approach<ul><li>what I envisioned may be fuzzy; only when I experiment with the code then the design comes clear</li><li>learning to be ok with leaving helper CSS -&gt; part of learning/making in public process</li></ul></li><li>begin with mobile-first<ul><li>a blank page often means too many possibilities; it wreaks havoc on my focus and feeds indecisiveness</li></ul></li><li>use constraints to play with potentials and to layer on designs<ul><li>let tablet and desktop ideas chill in the background until they become clear</li></ul></li></ul><h4>Tools &amp; Resources Used</h4><ul><li><a href="http://www.heropatterns.com/">Hero Patterns</a></li><li><a href="https://css-tricks.com/snippets/css/complete-guide-grid/">CSS Tricks: A Complete Guide to Grid</a></li></ul><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Learn Modern CSS, Create Style Stage Theme">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/modern-css-style-stage</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/modern-css-style-stage</guid>
            <pubDate>Fri, 08 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Tiger Costume]]></title>
            <description><![CDATA[<img src="https://yenly.wtf/images/crafty/tiger_costume.jpg" alt="DIY Tiger Costume"/><h2>Inspiration</h2><p><a href="https://www.simonandschuster.com/books/Be-Brave-Little-Tiger!/Margaret-Wise-Brown/Margaret-Wise-Brown-Classics/9781684127443">Be Brave Little Tiger</a> book by Margret Brown</p><h3>Materials</h3><ul><li>primary.com tangerine PJ top and bottom</li><li>cotton yarn - 2 skeins of tangerine, 1 skein of black, leftover white for detailing ears</li><li>fabric pen - black color</li><li>size 7 knitting needles</li></ul><h2>Knit Hat with Ears</h2><p>I found this <a href="https://hollyklein.blogspot.com/2010/01/mr-furlys-bear-hats-pattern-and.html">Mr. Furly&#x27;s Bear Hats: Pattern</a> to use as reference because the shape is in line with what I was looking for.</p><ul><li>did the math and planned out the tiger stripes<ul><li>row 1: knit 15 tangerine, 11 black, 17 tangerine, 11 black, 15 tangerine, 11 black, 2 tangerine </li><li>row 2: 14 tangerine, 13 black, 15 tangerine, 13 black, 13 tangerine, 13 black, 1 tangerine</li><li>row 3: knit 15 tangerine, 11 black, 17 tangerine, 11 black, 15 tangerine, 11 black, 2 tangerine</li></ul></li></ul><p>I decided not to write up my lengthy modifications because I won&#x27;t be using it again. Instead, I will try this <a href="https://www.ravelry.com/patterns/library/tiger-hat-9">tiger hat pattern</a> next time.</p><h2>Knit Tail</h2><p>I made my own pattern based on:</p><ul><li>black stripe thickness</li><li>an estimate of how long I want it to be relative to the length of the PJ pants.</li><li>likelihood of my toddler stepping on it and tripping</li></ul><p>Pattern instructions:</p><ol><li>cast on 28 stiches with tangerine yarn</li><li>knit in the round for 12 rows</li><li>change to black yarn and knit 3 rows</li><li>change to tangerine yarn and knit 5 rows</li><li>repeat step 3 &amp; 4 to desire length anticipating 2 inches for finishing the tail -- should end on step 3 with black yarn for better transition</li><li>change to tangerine yarn and knit 4 rows</li><li>change to black yarn and knit for 2 rows</li><li>change to tangerine yarn and knit 4 rows</li><li>decrease pattern to create a round tip for the tail<ol><li>knit 2 together, knit 6, repeat to end of row</li><li>knit 2 together, knit 5, repeat to end of row</li><li>knit 2 together, knit 4, repeat to end of row</li><li>knit 2 together, knit 3, repeat to end of row</li><li>knit 2 together, knit 2, repeat to end of row</li><li>knit 2 together, knit 1, repeat to end of row</li></ol></li><li>thread yarn to sewing needle, then use it to transfer remaining knits to bind together and tie a tight knot </li></ol><p>I stuff the tail with old t-shirt strips and sew it on to the PJ bottom.</p><h2>PJ Decorations</h2><p>Free hand draw black stripes on PJs. Let it set overnight and then launder.</p><h3>Take Aways</h3><ul><li>It was a challenge to modify as I knit on a pattern I haven&#x27;t try before.</li><li>I found certain parts of the pattern to be confusing and end up holes near the ears</li><li>I don&#x27;t like how the hat sits on my toddler&#x27;s head when having the ears knitted as part of the shape</li><li>The tail doesn&#x27;t hold its shape well overtime and it will take a long time to dry after wash. </li></ul><h3>Upgrade</h3><p>I changed the stuffing in the tail. I used a large rolled-up piece of old t-shirt fabric. I also added snaps to the tail and PJ bottom for easy detach. This means I can reuse this tail when I customize my toddler&#x27;s orange hoodie to a tiger theme. </p><img src="https://yenly.wtf/images/crafty/tiger_costume_upgrade_01.jpg" alt="DIY Tiger Costume Tail Mods"/><img src="https://yenly.wtf/images/crafty/tiger_costume_upgrade_02.jpg" alt="DIY Tiger Costume Backview"/><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Tiger Costume">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/tiger-costume</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/tiger-costume</guid>
            <pubDate>Tue, 05 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Ube Rice Pudding]]></title>
            <description><![CDATA[<img src="https://yenly.wtf/images/food/ube_sticky_rice_1.jpg" alt="Ube Rice Pudding"/><h3>Inspiration &amp; Resources</h3><ul><li><a href="https://danangcuisine.com/recipes/recipe-taro-pudding-che-khoai-mon/">Danag Cuisine: Taro Pudding</a></li><li><a href="https://runawayrice.com/desserts/taro-pudding/">Run Away Rice: Taro Pudding</a></li></ul><h2>Take Aways</h2><ul><li>Too liquidy using 8 cups of water for 1 cup of short grain sweet rice.</li><li>Next time, use 6 cups of water for 1 cup of short grain.</li><li>Run Away Rice&#x27;s coconut sauce turn out tasty and right consistency. Will do again.</li></ul><h3>Next Experiment</h3><ul><li>try incorporating <a href="https://www.youtube.com/watch?v=a2FGg4B_32w">Thai mango sticky rice recipe</a></li><li>try incorporating <a href="https://en.wikipedia.org/wiki/Ch%C3%A8">Che Dau</a> recipes from my sisters</li></ul><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Ube Rice Pudding">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/ube-rice-pudding</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/ube-rice-pudding</guid>
            <pubDate>Tue, 05 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Spider Plants]]></title>
            <description><![CDATA[<h2>How it started</h2><p><img src="https://yenly.wtf/images/plants/spider_plants_01.jpg" alt="Baby spider plants in my plants"/>
March 2020</p><h2>How it&#x27;s going</h2><p><img src="https://yenly.wtf/images/plants/spider_plants_02.jpg" alt="Baby spider plants in my plants"/>
January 2021</p><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Spider Plants">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/spider-plants</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/spider-plants</guid>
            <pubDate>Mon, 04 Jan 2021 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Learning to Sketchnote]]></title>
            <description><![CDATA[<h3>Objective</h3><p>Build visual vocabularies with 3 minute videos.</p><h3>Resource</h3><p><a href="https://sylviaduckworth.com/sketchnotefever/">Catch the #SketchnoteFever</a> with Sylvia Duckworth</p><h2>Progress</h2><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Learning to Sketchnote">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/learning-to-sketchnote</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/learning-to-sketchnote</guid>
            <pubDate>Sun, 27 Dec 2020 08:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Open Source Contributions]]></title>
            <description><![CDATA[<ul><li><a href="/sketchbook/hacktoberfest-2020">Hacktober Fest 2020</a></li><li><a href="https://github.com/chriscoyier/coding-fonts">Coding Fonts Microsite</a> by <a href="https://css-tricks.com/">CSS-Tricks</a><ul><li>Added Latin Mono font to the collection</li></ul></li><li><a href="https://github.com/5t3ph/stylestage-sass">Style Stage SASS starter</a><ul><li>Add feature to deploy <code>public</code> directory to Github pages</li></ul></li></ul><p><a href="mailto:yencodes@gmail.com?subject=Re:&amp;nbsp;Open Source Contributions">Share your thoughts with me via email</a></p>]]></description>
            <link>https://yenly.wtf/sketchbook/oss-contributions</link>
            <guid isPermaLink="true">https://yenly.wtf/sketchbook/oss-contributions</guid>
            <pubDate>Sat, 26 Dec 2020 08:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>