<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amelia Travers</title>
    <description>The latest articles on DEV Community by Amelia Travers (@amaltr42).</description>
    <link>https://dev.to/amaltr42</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F530907%2F13a9538c-ebfa-4941-8193-85502a87d9df.jpg</url>
      <title>DEV Community: Amelia Travers</title>
      <link>https://dev.to/amaltr42</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amaltr42"/>
    <language>en</language>
    <item>
      <title>Christmas RomCom Bingo - Hackathon Submission</title>
      <dc:creator>Amelia Travers</dc:creator>
      <pubDate>Sun, 10 Jan 2021 04:52:32 +0000</pubDate>
      <link>https://dev.to/amaltr42/christmas-romcom-bingo-hackathon-submission-29dd</link>
      <guid>https://dev.to/amaltr42/christmas-romcom-bingo-hackathon-submission-29dd</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;For the Digital Ocean Hackathon I decided to go quite silly having been inspired by the silliness around the Gatsby Silly Site Challenge. &lt;br&gt;
This website is a bingo inspired game for people watching seasonal Romantic Comedies, of which there are many on Netflix. The purpose is for people to tune into a show, and play the bingo together, with the highest score at the end, or the first person to get the winning screen, to win! &lt;br&gt;
Every time the page is refreshed new bingo items will be generated.&lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;Random Roulette&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://romcombingo.fun/"&gt;https://romcombingo.fun/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;The final app:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LRXkWWOo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/xt75opq46xf4c8ulwzja.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LRXkWWOo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/xt75opq46xf4c8ulwzja.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ytPNdXNv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/voll6vnf2367d28r9ebb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ytPNdXNv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/voll6vnf2367d28r9ebb.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Win Screen (with animated snow):&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---NlIjdb8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8he1d3jlxi2x1jzgzyf2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---NlIjdb8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8he1d3jlxi2x1jzgzyf2.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;This is a bingo inspired game for people watching Seasonal RomComs, built using Gatsby and hosted on Digital Ocean. &lt;br&gt;
It has randomly generated bingo cards, a live updated score and a win screen.&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;You can check out the original code here: &lt;a href="https://github.com/amtrav42/ChristmasRomComBingo"&gt;GitHub&lt;/a&gt;&lt;br&gt;
I highly encourage anyone who has a passion for ANY genre of movie to fork this repository and create their own themed bingo. This could work just as well with Star Trek, Harry Potter or Action films (but you might want to do some rework of the theming..)&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;MIT&lt;/p&gt;

&lt;h3&gt;
  
  
  Background
&lt;/h3&gt;

&lt;p&gt;As a big fan of Seasonal RomComs I felt they deserved celebrating, as they are often the core of jokes, and don't get appreciated for what they are. This platform highlights some of their unique beauty, as well as providing a base for other genres games. &lt;br&gt;
From a Dev perspective I also wanted to practice using Gatsby and utilising arrays.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;This app was built using the basic Gatsby Hello World Starter, version controlled on GitHub and deployed using Digital Ocean. &lt;br&gt;
It was the first time I've used DO, previously I've used AWS Amplify. It was incredibly easy and user friendly, I would definitely consider it again! Especially for rapid prototyping of ideas. &lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources/Info
&lt;/h3&gt;

&lt;p&gt;For more details head over to Twitter for the threads on my process.&lt;br&gt;
&lt;a href="https://twitter.com/amaltr42/status/1335846803057463298"&gt;First Sprint&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/amaltr42/status/1344234909116764160"&gt;Second Sprint&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dohackathon</category>
      <category>gatsby</category>
    </item>
    <item>
      <title>Book Recommendations from YOW20</title>
      <dc:creator>Amelia Travers</dc:creator>
      <pubDate>Wed, 09 Dec 2020 05:42:22 +0000</pubDate>
      <link>https://dev.to/amaltr42/book-recommendations-from-yow20-47lo</link>
      <guid>https://dev.to/amaltr42/book-recommendations-from-yow20-47lo</guid>
      <description>&lt;p&gt;As part of &lt;a href="https://yowconference.com/melbourne/"&gt;YOW 2020&lt;/a&gt;, a dev conference in Australia, there was an epic Slack conversation at the &lt;a href="https://www.myob.com/au"&gt;MYOB&lt;/a&gt; booth with book recommendations flying left right and centre, possibly spurred on by the possibility of winning some nice headphones! &lt;br&gt;
I'm capturing them here as reference source for people in the future! Feel free to add more in the comments. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Development&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/The_Pragmatic_Programmer"&gt;The Pragmatic Programmer&lt;/a&gt; - Andrew Hunt &amp;amp; David Thomas&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/The_Mythical_Man-Month"&gt;Mythical Man Month&lt;/a&gt; - Frederick Brooks&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/Introduction-Functional-Programming-Bird/dp/0134730917"&gt;Functional Programming&lt;/a&gt; - Richard Bird&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/Design_Patterns"&gt;Design Patterns: Elements of Reusable Object-Oriented Software&lt;/a&gt; - Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://martinfowler.com/books/refactoring.html"&gt;Refactoring&lt;/a&gt; - Kent Beck and Martin Fowler&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/97-things/97-things-every-programmer-should-know"&gt;97 Things Every Programmer Should Know: Collective Wisdom from the Experts&lt;/a&gt; - Kevlin Henney&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar"&gt;Cathedral and the Bazaar&lt;/a&gt; - Eric S. Raymond&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://samnewman.io/books/monolith-to-microservices/"&gt;Monolith to Microservices&lt;/a&gt; - Sam Newman&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Programming-Pearls-Jon-Bentley/dp/0201657880"&gt;Programming Pearls&lt;/a&gt; - Jon Bentley&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dataintensive.net/"&gt;Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems&lt;/a&gt; - Martin Kleppmann&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://martinfowler.com/eaaCatalog/"&gt;Patterns of Enterprise Application Architecture&lt;/a&gt;- Martin Fowler&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://cleancoder.com/"&gt;Clean Code&lt;/a&gt; - Robert Cecil Martin&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.algorist.com/"&gt;The Algorithm Design Manual&lt;/a&gt; - Steven S Skiena&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.poodr.com/"&gt;Practical Object-Oriented Design in Ruby: An Agile Primer&lt;/a&gt; - Sandi Metz&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://realworldocaml.org/"&gt;Real World OCaml: Functional Programming for the Masses&lt;/a&gt; - Anil Madhavapeddy, Jason Hickey, and Yaron Minsky&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Design&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://articles.coreyhaines.com/posts/i-wrote-a-book"&gt;Four Rules of Simple Design&lt;/a&gt; - Corey Haines&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things"&gt;The Design of Everyday Things&lt;/a&gt; - Don Norman&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Dont-Make-Think-Revisited-Usability/dp/0321965515"&gt;Don’t Make Me Think, Revisited: A Common Sense Approach to Web Usability&lt;/a&gt; - Steve Krug&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/Apprenticeship-Patterns-Guidance-Aspiring-Craftsman/dp/0596518382"&gt;Apprenticeship patterns - Guidance for Aspiring Software Craftsman&lt;/a&gt; - Hoover and Oshineye&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://architectelevator.com/"&gt;The Software Architect Elevator&lt;/a&gt; - By Gregor Hohpe&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.enterpriseintegrationpatterns.com/gregor.html"&gt;Enterprise Integration Patterns&lt;/a&gt; - Gregor Hohpe and Bobby Woolf&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/getify/You-Dont-Know-JS"&gt;You Don't Know JS&lt;/a&gt; - Kyle Simpson&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://understandlegacycode.com/blog/key-points-of-working-effectively-with-legacy-code"&gt;Working Effectively with Legacy Code&lt;/a&gt; - Michael Feathers&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Chaos-Engineering-Casey-Rosenthal/dp/1492043869"&gt;Chaos Engineering&lt;/a&gt; - Casey Rosenthal &amp;amp; Nora Jones&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Core Skills&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.manning.com/books/the-programmers-brain"&gt;The Programmer's Brain&lt;/a&gt; - Felienne Hermans&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Elegant-Puzzle-Systems-Engineering-Management/dp/1732265186"&gt;An Elegant Puzzle: Systems of Engineering Management&lt;/a&gt; - Will Larson&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Manager%60s-Path-Camille-Fournier/dp/1491973897"&gt;The Manager’s Path: A Guide for Tech Leaders Navigating Growth and Change&lt;/a&gt; - Camille Fournier&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Radical-Candor-What-Want-Saying-ebook/dp/B01LW1LESC"&gt;Radical Candor: How to Get What You Want by Saying What You mean&lt;/a&gt; - Kim Scott&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/Dinosaur-Brains-Dealing-Impossible-People/dp/0345410211"&gt;Dinosaur Brains: Dealing with All THOSE Impossible People at Work&lt;/a&gt; - Albert J Bernstein and Sydney Craft Rozen&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/How-Be-Bored-School-Life/dp/1250078679"&gt;How to be Bored&lt;/a&gt; - Eva Hoffman&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Applied-Empathy-New-Language-Leadership/dp/1501182854#:~:text=Product%20Description&amp;amp;text=Michael%20Ventura%2C%20entrepreneur%20and%20CEO,innovate%2C%20connect%2C%20and%20grow."&gt;Applied Empathy: The New Language of Leadership&lt;/a&gt; - Michael Ventura&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://www.barbaraminto.com/"&gt;The Pyramid Principle: Logic in Writing and Thinking&lt;/a&gt; - Barbara Minto&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.davidmarquet.com/turn-the-ship-around-a-true-story-of-turning-followers-into-leaders-by-david-marquet/"&gt;Turn the Ship Around!&lt;/a&gt; - L. David Marquet&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.jamesshore.com/v2/books/aoad2"&gt;The Art of Agile Development&lt;/a&gt; - James Shore&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://teamtopologies.com/"&gt;Team Topologies&lt;/a&gt; - Matthew Skelton and Manuel Pais&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://daretolead.brenebrown.com/"&gt;Dare to Lead: Brave Work. Tough Conversations. Whole Hearts&lt;/a&gt; - Brene Brown&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Never-Split-Difference-Negotiating-Depended/dp/0062407805"&gt;Never Split the Difference&lt;/a&gt; - Chris Voss&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.learninpublic.org/"&gt;The Coding Career Handbook&lt;/a&gt; - Swyx&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Misc&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://carolinecriadoperez.com/"&gt;Invisible Women: Exposing Data Bias in a World Designed for Men&lt;/a&gt; - Caroline Criado-Perez&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/The_Age_of_Surveillance_Capitalism"&gt;The Age of Surveillance Capitalism&lt;/a&gt; - Shoshana Zuboff&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Phoenix-Project-DevOps-Helping-Business/dp/0988262592"&gt;The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win&lt;/a&gt; - Gene Kim&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Unicorn-Project-Developers-Disruption-Thriving-ebook/dp/B07QT9QR41"&gt;The Unicorn Project: A Novel about Developers, Digital Disruption, and Thriving in the Age of Data&lt;/a&gt; - Gene Kim&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/Man%27s_Search_for_Meaning#:~:text=Man's%20Search%20for%20Meaning%20is,then%20immersively%20imagining%20that%20outcome."&gt;Man's Search for Meaning&lt;/a&gt; - Viktor Frankl&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/To_Be_a_Machine"&gt;To be a machine&lt;/a&gt; - Mark O'Connell&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/Factfulness:_Ten_Reasons_We%27re_Wrong_About_the_World_%E2%80%93_and_Why_Things_Are_Better_Than_You_Think"&gt;Factfulness: Ten Reasons We're Wrong About the World--and Why Things Are Better Than You Think&lt;/a&gt; - Anna Rosling Rönnlund, Hans Rosling, and Ola Rosling&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://theleanstartup.com/"&gt;The Lean Startup&lt;/a&gt; - Eric Ries&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://geraldmweinberg.com/Site/Consulting_Secrets.html"&gt;Secrets of Consulting&lt;/a&gt; - Gerald Weinberg&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Sapiens-Humankind-Yuval-Noah-Harari/dp/0062316095"&gt;Sapiens: A Brief History of Humankind&lt;/a&gt; - Yuval Noah Harari&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow"&gt;Thinking, fast and slow&lt;/a&gt; - Daniel Kahneman&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Extreme-Ownership-Jocko-Willink/dp/1250067057"&gt;Extreme Ownership: How U.S. Navy SEALs Lead and Win&lt;/a&gt; - Jocko Willink and Leif Babin&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/Quiet-Power-Introverts-World-Talking/dp/0307352153"&gt;Quiet: The Power of Introverts in a World That Can't Stop Talking&lt;/a&gt; - Susan Cain&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.whatmatters.com/"&gt;Measure What Matters: OKRs: The Simple Idea that Drives 10x Growth&lt;/a&gt; - John Doerr&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.helloruby.com/"&gt;Hello Ruby&lt;/a&gt; - Linda Liukas&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com.au/Good-Economics-Hard-Times-Problems/dp/1610399501"&gt;Good Economics for Hard Times&lt;/a&gt; - Abhijit Banerjee and Esther Duflo&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>books</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
