<?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: Kuhree</title>
    <description>The latest articles on DEV Community by Kuhree (@kuhree).</description>
    <link>https://dev.to/kuhree</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%2F145720%2F2f5d5f09-a69d-4772-a514-c6996f5881c3.jpg</url>
      <title>DEV Community: Kuhree</title>
      <link>https://dev.to/kuhree</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kuhree"/>
    <language>en</language>
    <item>
      <title>v2.0 for 2020 🚀🎉🎊</title>
      <dc:creator>Kuhree</dc:creator>
      <pubDate>Wed, 01 Apr 2020 18:07:10 +0000</pubDate>
      <link>https://dev.to/gvempire/v2-0-for-2020-4jhb</link>
      <guid>https://dev.to/gvempire/v2-0-for-2020-4jhb</guid>
      <description>&lt;p&gt;We hope everyone is holding up well amid the current time. Hunkered down with a bit more time on our hands, we decided to make a big change for GVEMPIRE.&lt;/p&gt;

&lt;p&gt;Today, we’re announcing our move from &lt;a href="http://gvempire.com/" rel="noopener noreferrer"&gt;gvempire.com&lt;/a&gt; to &lt;a href="https://gvempire.dev" rel="noopener noreferrer"&gt;gvempire.dev&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We’re on a mission to make the web better, one experience at a time. We felt that the .dev TLD and the new site aligns closer to our vision.&lt;/p&gt;

&lt;p&gt;We welcome you to check out the new site at &lt;a href="https://gvempire.dev" rel="noopener noreferrer"&gt;gvempire.dev&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>react</category>
      <category>serverless</category>
    </item>
    <item>
      <title>My Frontend Dev Environment</title>
      <dc:creator>Kuhree</dc:creator>
      <pubDate>Wed, 30 Oct 2019 17:43:28 +0000</pubDate>
      <link>https://dev.to/kuhree/my-frontend-dev-environment-4jml</link>
      <guid>https://dev.to/kuhree/my-frontend-dev-environment-4jml</guid>
      <description>&lt;p&gt;&lt;em&gt;Or really, as it stands right now.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;As front end developers we spend a lot of our day at the keyboard. It makes perfect sense to spend some time creating an environment that is &lt;em&gt;pleasant&lt;/em&gt; and &lt;em&gt;productive&lt;/em&gt; to work in.&lt;/p&gt;

&lt;p&gt;My environment is pretty personal and tweaked to my taste. There are many different ways to build your own setup and I hope you find something you can use in this post. &lt;strong&gt;Note that some of the extras are specific to macOS as well as the touchbar.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My editor of choice:&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="https://code.visualstudio.com/" rel="noopener noreferrer"&gt;Visual Studio Code&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;VS code is a lightweight but powerful cross platform source code editor that runs on your desktop. It also has many extensions that can make life that much easier. I quickly fell in love with the editor the more I used it.&lt;/p&gt;

&lt;p&gt;A few extensions I use pretty regularly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;:emojisense: (&lt;a href="https://marketplace.visualstudio.com/items?itemName=bierner.emojisense" rel="noopener noreferrer"&gt;Matt Bierner&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Adds suggestions and autocomplete for emoji&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Auto Rename Tag (&lt;a href="https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag" rel="noopener noreferrer"&gt;Jun Han&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Auto rename paired HTML/XML tag&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bracket Pair Colorizer (&lt;a href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer" rel="noopener noreferrer"&gt;CoenraadS&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;A customizable extension for colorizing matching brackets&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;WakaTime (&lt;a href="https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime" rel="noopener noreferrer"&gt;WakaTime&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Metrics, insights, and time tracking automatically generated from your programming activity.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GitLens (&lt;a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens" rel="noopener noreferrer"&gt;Eric Amodio&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Supercharge the Git capabilities built into Visual Studio Code&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Polacode (&lt;a href="https://marketplace.visualstudio.com/items?itemName=pnp.polacode" rel="noopener noreferrer"&gt;P &amp;amp; P&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;📸 Polaroid for your code&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Prettier (&lt;a href="https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode" rel="noopener noreferrer"&gt;Esben Petersen&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;VS Code plugin for prettier/prettier&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vetur (&lt;a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur" rel="noopener noreferrer"&gt;Pine Wu&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Vue tooling for VS Code&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ES7 React/Redux/GraphQL/React-Native snippets (&lt;a href="https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets" rel="noopener noreferrer"&gt;dsznajder&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Simple extensions for React, Redux and Graphql in JS/TS with ES7 syntax&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GraphQL for VSCode (&lt;a href="https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql" rel="noopener noreferrer"&gt;Kumar Harsh&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;GraphQL syntax highlighting, linting, auto-complete, and more!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Import Cost (&lt;a href="https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost" rel="noopener noreferrer"&gt;Wix&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Display import/require package size in the editor&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Simple Icons (&lt;a href="https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-simple-icons" rel="noopener noreferrer"&gt;Laurent Tréguier&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;An icon theme that tries to be simple&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;npm Intellisense (&lt;a href="https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense" rel="noopener noreferrer"&gt;Christian Kohler&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Visual Studio Code plugin that autocompletes npm modules in import statements&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;vscode-Spotify (&lt;a href="https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.vscode-spotify" rel="noopener noreferrer"&gt;shyykoserhiy&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Use Spotify inside vscode&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;SynthWave '84 (&lt;a href="https://marketplace.visualstudio.com/items?itemName=RobbOwen.synthwave-vscode" rel="noopener noreferrer"&gt;Rob Owen&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;A Synthwave-inspired colour theme to satisfy your neon dreams&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Outside of my VSCode I use these applications for other things related to web development&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.getpostman.com/" rel="noopener noreferrer"&gt;Postman&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Useful for testing api routes&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://desktop.github.com/" rel="noopener noreferrer"&gt;Github Desktop&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Simple GUI for github on your desktop&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Photography/Design
&lt;/h1&gt;

&lt;p&gt;Photographer by night and occasional designer when needed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.figma.com/" rel="noopener noreferrer"&gt;Figma&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Collaborative design application in the browser&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.adobe.com/products/photoshop-lightroom-classic.html" rel="noopener noreferrer"&gt;Lightroom Classic&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Simple editing and photo organization&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.adobe.com/products/photoshop.html" rel="noopener noreferrer"&gt;Photoshop&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Photo manipulation&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.blackmagicdesign.com/products/davinciresolve/" rel="noopener noreferrer"&gt;Davinci Resolve&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Video editing &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Information Management
&lt;/h1&gt;

&lt;p&gt;If it's not written down, it didn't happen. Last year, I started transitioning from a traditional pen and paper system and went digital. I wanted a system that allowed everything to be easily accessible from any of my devices and kept me sane. Though, I still have my journal because I haven't been able to find a suitable replacement online. Any suggestions?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://slack.com/" rel="noopener noreferrer"&gt;Slack&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The digital water cooler and client communication&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://zoom.us/" rel="noopener noreferrer"&gt;Zoom&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Video conferencing and screen sharing&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.notion.so/" rel="noopener noreferrer"&gt;Notion&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Project management, CRM, knowledge base&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://dev.totodoist"&gt;Todoist&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Running list of everything that needs to get done at some point in time&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://gsuite.google.com/" rel="noopener noreferrer"&gt;Google Suite&lt;/a&gt; (Drive, Calendar, Photos)&lt;/p&gt;

&lt;p&gt;Hosts all important files to be organized in Notion, Todoist linked to Google Calendar, Auto backup photos&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Other Software
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.spotify.com/us/" rel="noopener noreferrer"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Gotta have the tunez&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://obsproject.com/" rel="noopener noreferrer"&gt;OBS&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Screen recording and streaming&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://pock.dev/" rel="noopener noreferrer"&gt;Pock&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Makes the touchbar useful again&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://store.steampowered.com/" rel="noopener noreferrer"&gt;Steam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Gaming platform&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.alfredapp.com/" rel="noopener noreferrer"&gt;Alfred&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Spotlight on steroids&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.grammarly.com" rel="noopener noreferrer"&gt;Grammarly&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Grammar and spell checking&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, this environment isn't perfect and I will always be tinkering and tweaking to make it more productive and fit my workflow.&lt;/p&gt;

&lt;p&gt;Know something that helps you?&lt;/p&gt;

&lt;p&gt;Comment below!&lt;/p&gt;

&lt;p&gt;I'd love to see what you're using.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
