<?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>Forem: Domitrius</title>
    <description>The latest articles on Forem by Domitrius (@domitriusclark).</description>
    <link>https://forem.com/domitriusclark</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%2F62508%2F6982c024-2dbc-4e82-b569-7a39dd9404b9.jpeg</url>
      <title>Forem: Domitrius</title>
      <link>https://forem.com/domitriusclark</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/domitriusclark"/>
    <language>en</language>
    <item>
      <title>Has anyone used Apollo Server 2 w/ Prisma?</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Fri, 05 Apr 2019 15:23:35 +0000</pubDate>
      <link>https://forem.com/domitriusclark/has-anyone-used-apollo-server-2-w-prisma-51gi</link>
      <guid>https://forem.com/domitriusclark/has-anyone-used-apollo-server-2-w-prisma-51gi</guid>
      <description>&lt;p&gt;I'm starting a project I'd like to use for a workshop. (setting up to submit for a few upcoming conferences) Just looking for opinions/examples.&lt;/p&gt;

&lt;p&gt;Thanks :)&lt;/p&gt;

</description>
      <category>help</category>
      <category>apollo</category>
      <category>graphql</category>
      <category>prisma</category>
    </item>
    <item>
      <title>From Retail to Bootcamp grad AMA</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Sun, 16 Dec 2018 18:58:02 +0000</pubDate>
      <link>https://forem.com/domitriusclark/from-retail-to-bootcamp-grad-ama--14b6</link>
      <guid>https://forem.com/domitriusclark/from-retail-to-bootcamp-grad-ama--14b6</guid>
      <description>&lt;p&gt;I worked in retail for around 7 years. Didn't go to college due to working two jobs right out of highschool. I attended a bootcamp, tried to build a startup, and landed my first role that I'm coming up on a year working at. &lt;/p&gt;

&lt;p&gt;ASK&lt;br&gt;
ME&lt;br&gt;
ANYTHING&lt;/p&gt;

</description>
      <category>ama</category>
      <category>bootcamp</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Testing in React</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Sun, 02 Dec 2018 20:16:02 +0000</pubDate>
      <link>https://forem.com/domitriusclark/testing-in-react-2d0p</link>
      <guid>https://forem.com/domitriusclark/testing-in-react-2d0p</guid>
      <description>&lt;p&gt;Looking for anyone interested in lending me their time to answer some questions I have surrounding testing React applications. I've spent some time diving into testing, it's fundamentals, and other resources surrounding testing React. &lt;/p&gt;

&lt;p&gt;I'm building a small application for a meetup I'm hosting and would love to talk to someone who is currently writing tests with Jest &amp;amp; react-testing-library.&lt;/p&gt;

&lt;p&gt;Appreciate it!!&lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
      <category>testing</category>
      <category>react</category>
    </item>
    <item>
      <title>Organizing yourself to start coding and stop preparing</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Sun, 18 Nov 2018 21:20:24 +0000</pubDate>
      <link>https://forem.com/domitriusclark/organizing-yourself-to-start-coding-and-stop-preparing-3949</link>
      <guid>https://forem.com/domitriusclark/organizing-yourself-to-start-coding-and-stop-preparing-3949</guid>
      <description>&lt;p&gt;A wildly undervalued topic (or at least so I've seen) surrounds getting yourself from tutorial watching, reading, and planning to getting your first code down and ready to start architecting your application.&lt;/p&gt;

&lt;p&gt;Personally, no matter how big or small a project is anymore, I feel the pre project jitters. The constant voice who tells you to wait, learn some more, read some more etc before diving in. &lt;/p&gt;

&lt;p&gt;You don't want to dive in and get stuck right? Or maybe you're worried about proving the imposter right.&lt;/p&gt;

&lt;p&gt;Let's open up a discussion surrounding the actions you deploy to get yourself confident enough to crack open VSCode and get to work.&lt;/p&gt;

&lt;p&gt;I'll start it off. &lt;/p&gt;

&lt;p&gt;( I mainline React applications, so it has some specifics, but you can apply it however you'd like! )&lt;/p&gt;

&lt;p&gt;Recently I've gotten super into using my Wipebook to sketch out the main design that comes to mind. Whatever I'm going to build there has to be an initial idea that hits that JUST MIGHT be the one. &lt;/p&gt;

&lt;p&gt;From there, I'll usually start to break down each piece of the website into components. What's the component? Does it have children? What are they called? This helps me start to think deeply about where I'm going AND how I'm going to get there.&lt;/p&gt;

&lt;p&gt;Then comes time to crack open the editor and NOT start writing the tough stuff. There is an endless amount of questions that need answers before feeling confident enough to start building things out.&lt;/p&gt;

&lt;p&gt;What does each component need to do? &lt;/p&gt;

&lt;p&gt;Where's the data coming from? &lt;/p&gt;

&lt;p&gt;How am I handling the error or the success? &lt;/p&gt;

&lt;p&gt;What about the time the user's waiting????? &lt;/p&gt;

&lt;p&gt;Overwhelmed?? Me too. &lt;/p&gt;

&lt;p&gt;So instead of worrying about the complicated pieces, I just start scaffolding the HTML. Then move on to thinking about the class names. From there I can start breaking my code into components and deeper and deeper you will journey.  &lt;/p&gt;

&lt;p&gt;You'll be shocked how much just doing this, puts you in a more confident mind set. Suddenly you have the start to your project more planned out than you had expected and even have some code written. &lt;/p&gt;

&lt;p&gt;How about you Dev.to'ers? How do you start your projects? &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>imposter</category>
      <category>advice</category>
    </item>
    <item>
      <title>Live Coding React fundamentals and projects</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Sat, 10 Nov 2018 19:39:30 +0000</pubDate>
      <link>https://forem.com/domitriusclark/live-coding-react-fundamentals-and-projects--1gca</link>
      <guid>https://forem.com/domitriusclark/live-coding-react-fundamentals-and-projects--1gca</guid>
      <description>&lt;p&gt;Recently I’ve been helping people through Twitter to strengthen their JS skills (specifically using the React ecosystem). &lt;/p&gt;

&lt;p&gt;It’s been such a great way to empower myself and others, while getting my own core fundamentals nailed down. &lt;/p&gt;

&lt;p&gt;I tweeted about possibly live streaming building a project, showing examples of different ways to write cleaner code, and all around building a community of vulnerability and learning. It received enough of a response for me to start taking it seriously.  &lt;/p&gt;

&lt;p&gt;I’d love to hear thoughts from my Dev peeps, you all are so awesome I’d love to finally give back. &lt;/p&gt;

&lt;p&gt;I’m looking for topics and ideas. I have some good stuff I’ve planned up, but am always open to ideas! &lt;/p&gt;

</description>
      <category>learning</category>
      <category>twitch</category>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How did you learn to flex your CSS muscles?</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Tue, 17 Jul 2018 03:33:48 +0000</pubDate>
      <link>https://forem.com/domitriusclark/how-did-you-learn-to-flex-your-css-muscles-4fe0</link>
      <guid>https://forem.com/domitriusclark/how-did-you-learn-to-flex-your-css-muscles-4fe0</guid>
      <description>&lt;p&gt;I'm about 4 months into my new job and it's been absolutely amazing. I've felt myself growing in problem solving, clean code, and all in all building out a product. &lt;/p&gt;

&lt;p&gt;I was so nervous about the first job, thinking it was going to be insane to try and learn the underlying hard parts of JS (thanks a lot &lt;a href="https://twitter.com/willsentance" rel="noopener noreferrer"&gt;Will Sentance&lt;/a&gt; for proving me wrong). As I've been building out new things I constantly found myself reaching for a framework to make all my CSS woes vanish. Thankfully my boss has since challenged me to stop reaching and build out our current project with as much of my own code as possible. &lt;/p&gt;

&lt;p&gt;It was here I realized the gap that was left in my HTML/CSS fundamentals by using frameworks so fast. &lt;/p&gt;

&lt;p&gt;I'd now like to rewind and do my usual, throw a question to this awesome community. &lt;/p&gt;

&lt;p&gt;What do you guys recommend for diving deeper into HTML/CSS -- more so CSS?  &lt;/p&gt;

&lt;p&gt;BONUS: I've been using a ton of flexbox (obviously). I've been seeing there's continued growth in browsers that support Grid. Do you guys think you only need one? Which? Both? &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>css</category>
      <category>frontend</category>
      <category>react</category>
    </item>
    <item>
      <title>Let's discuss inspiration and tools to form a better design process</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Tue, 26 Jun 2018 01:31:16 +0000</pubDate>
      <link>https://forem.com/domitriusclark/lets-discuss-inspiration-and-tools-to-form-a-better-design-process-3881</link>
      <guid>https://forem.com/domitriusclark/lets-discuss-inspiration-and-tools-to-form-a-better-design-process-3881</guid>
      <description>&lt;p&gt;I've recently landed my first full-time Front-End development role while also recently landing a freelance job with a production company to help redesign the websites that support their company / shows. &lt;/p&gt;

&lt;p&gt;I've been building my coding chops over the past 4 months and definitely am starting to get comfortable building out web apps without much of a design process behind it ie I might draw a small wireframe and run right into coding and piecing the site together as I go. It was here I started to run into the issue of just hitting the wall of piecing the design together as I go and not really delivering what I would call an enjoyable UI experience, or feeling like I could have prepared myself better. &lt;/p&gt;

&lt;p&gt;I would love to hear this communities stories about how they started molding their creativity in design/ui, the tools you love to use and why, and just all around advice for someone trying to fill their exp bar.&lt;/p&gt;

&lt;p&gt;Thanks Dev.to'ers :)&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>ui</category>
      <category>design</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Best VSCode extensions for React / JS</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Mon, 28 May 2018 04:30:54 +0000</pubDate>
      <link>https://forem.com/domitriusclark/best-vscode-extensions-for-react--js-3d3e</link>
      <guid>https://forem.com/domitriusclark/best-vscode-extensions-for-react--js-3d3e</guid>
      <description>&lt;p&gt;Would love to build a nice list of useful extensions :) Have seen a few lists, but would love to see what you guys and gals use! &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>react</category>
      <category>javascript</category>
      <category>vscode</category>
    </item>
    <item>
      <title>WANTED: Help me build a cool playlist for coding music</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Fri, 18 May 2018 06:28:48 +0000</pubDate>
      <link>https://forem.com/domitriusanthony/wanted-help-me-build-a-cool-playlist-for-coding-music-2mkl</link>
      <guid>https://forem.com/domitriusanthony/wanted-help-me-build-a-cool-playlist-for-coding-music-2mkl</guid>
      <description>&lt;p&gt;I enjoy anything lofi / electronic currently. Am definitely looking for suggestions of songs that help you trek through a session. &lt;/p&gt;

&lt;p&gt;Definitely will build it on SoundCloud if anyone else would like it too. &lt;/p&gt;

&lt;p&gt;Let's boogie. &lt;/p&gt;

</description>
      <category>codingmusic</category>
      <category>playlist</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Explain Redux's connect() and mapStateToProps like I'm 5</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Tue, 15 May 2018 22:28:41 +0000</pubDate>
      <link>https://forem.com/domitriusclark/explain-reduxs-connect-and-mapstatetoprops-like-im-5--4f0a</link>
      <guid>https://forem.com/domitriusclark/explain-reduxs-connect-and-mapstatetoprops-like-im-5--4f0a</guid>
      <description>&lt;p&gt;Would love to hear some different explanations around this piece of Redux! Thanks in advance :)&lt;/p&gt;

</description>
      <category>explainlikeimfive</category>
      <category>redux</category>
      <category>mapstatetoprops</category>
      <category>connect</category>
    </item>
    <item>
      <title>Describe the Road from Junior to Senior Engineer</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Wed, 02 May 2018 09:08:31 +0000</pubDate>
      <link>https://forem.com/domitriusclark/describe-the-road-from-junior-to-senior-engineer-------------2i1k</link>
      <guid>https://forem.com/domitriusclark/describe-the-road-from-junior-to-senior-engineer-------------2i1k</guid>
      <description>&lt;p&gt;In your words and or experience what ideals, understandings, and resources brought you from the entry level developer to senior level engineer. &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>code</category>
      <category>juniordev</category>
    </item>
    <item>
      <title>Leveling up with good habits before your first job</title>
      <dc:creator>Domitrius</dc:creator>
      <pubDate>Sun, 29 Apr 2018 08:00:26 +0000</pubDate>
      <link>https://forem.com/domitriusclark/leveling-up-with-good-habits-before-your-first-job--415</link>
      <guid>https://forem.com/domitriusclark/leveling-up-with-good-habits-before-your-first-job--415</guid>
      <description>&lt;p&gt;Looking to discuss some ideas around best practices, fun ideas, and possible actions to take toward building good software dev habits. I very recently landed my first dev job with an awesome local startup. Within the first few interviews/meetings, we landed on the topic of the growing gaps left without proper entry level jobs / ways to obtain them properly. &lt;/p&gt;

&lt;p&gt;For the last year since graduating my bootcamp I've constantly been on the lookout for  ways to unite the community of growing career-transitioning developers, with lots of talent, but still unable to find their way into their first professional role. &lt;/p&gt;

&lt;p&gt;In the following I will discuss ideas, strategies, and some action I would love to take in creating some movement for helping developers find their voice:&lt;/p&gt;

&lt;p&gt;1.) Be as tentative to networking (with intention) as you are to learning new code and building projects. While you're building those projects, really pay attention to why you built your tool/projects, what your code is doing from the ground up, and how to communicate it inside your networking conversations. Understanding the vocabulary behind your actions is a super important skill and will get you to dig deeper into the code you write.&lt;/p&gt;

&lt;p&gt;2.) Be as immediately involved in Open Source contributing as you possibly can be. It's intimidating &lt;b&gt;trust me I know&lt;/b&gt;, so start small. Get your reading glasses on, kick back on your laptop, and just read through repositories. Walk your way through the project structure. Follow the structure and see how the code connects and what it's trying to do. From there, you can definitely find yourself a #first-timers-only or #beginner issue. (Don't know what these are?? Check em out! &lt;a href="https://www.firsttimersonly.com/" rel="noopener noreferrer"&gt;https://www.firsttimersonly.com/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;3.) I know you've heard 'build sites for local shops' and might have brushed that off with a 'yeah right, finding those is probably like finding a needle in a haystack"...but I can tell you right now, there are &lt;b&gt;many&lt;/b&gt; businesses that aren't caught up with all of the new technological advancements and user experience a redesign in something like - insert new buzzword technology here - has to offer. This ties back into #1. Research. Network. Grow your portfolio/resume. &lt;/p&gt;

&lt;p&gt;4.) Meetups are great and I highly encourage venturing yourself out into the scene and chatting up some local devs. You'd be surprised how many people in this field really are willing to go the distance in some conversation with someone new to the scene. &lt;b&gt;But&lt;/b&gt; I do find where it can be hard to find your way into conversation at some meetups. The conversations can feel daunting as you hear word after word of things that fly &lt;u&gt;way&lt;/u&gt; over your head. This is where I'd like to make the most difference. &lt;/p&gt;

&lt;p&gt;I would love to start organizing a community around a Remote Meetup type group with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Looking to host different focused events through a communication and community &lt;br&gt;
based platform (looking at you Discord)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The topics can range anywhere from open discussion nights with topic focuses, to project based hack nights with focus on pair programming and proper team workflow. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Would also love to set up AMA's, discussion panels, and all around directed talks about the aforementioned topic of this article. (PLEASE reach out if you're interested in contributing in any way &lt;a href="mailto:domitriusaclark@gmail.com"&gt;domitriusaclark@gmail.com&lt;/a&gt;) &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;All in all crowd source ideas from the people like myself who want to continue finding ways to unify the code community and make movements in the area of ever increasing distance between any graduation and an entry level job.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I will keep posting ideas to this as I think of them. Can't wait to see what this awesome community drums up!&lt;/p&gt;

&lt;p&gt;Thanks for reading and don't hesitate to reach out and chat it up!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>newdev</category>
      <category>community</category>
      <category>career</category>
    </item>
  </channel>
</rss>
