<?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: pikes</title>
    <description>The latest articles on DEV Community by pikes (@pikes).</description>
    <link>https://dev.to/pikes</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%2F470258%2F2732c94b-81d7-4cf5-9381-5d41863d2af6.jpeg</url>
      <title>DEV Community: pikes</title>
      <link>https://dev.to/pikes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pikes"/>
    <language>en</language>
    <item>
      <title>Clash of Colors: Multi-player game in Go and JavaScript.</title>
      <dc:creator>pikes</dc:creator>
      <pubDate>Tue, 10 Jun 2025 10:10:25 +0000</pubDate>
      <link>https://dev.to/pikes/clash-of-colors-multi-player-game-in-go-and-javascript-25mi</link>
      <guid>https://dev.to/pikes/clash-of-colors-multi-player-game-in-go-and-javascript-25mi</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/user-attachments/assets/48a9d5e5-ede2-4364-af44-9b0fad0a8f71" rel="noopener noreferrer"&gt;Video of the Project&lt;/a&gt;&lt;br&gt;
If you love quick, addictive games that test your reflexes and memory, &lt;strong&gt;Clash of Colors&lt;/strong&gt; is the perfect little challenge for you. This browser-based game, built with HTML, CSS, and JavaScript, is all about matching colors to their names as fast as you can. It’s simple, visually appealing, and surprisingly addictive—making it a great way to pass the time while giving your brain a fun workout.  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;What Makes Clash of Colors Special?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The game presents you with a color name (like "Red" or "Blue") and a set of color swatches. Your job is to click the swatch that matches the name before time runs out. The faster and more accurately you play, the higher your score climbs. But be careful—wrong answers cost you precious time, and the game speeds up as you progress, keeping you on your toes.  &lt;/p&gt;

&lt;p&gt;One of the best things about Clash of Colors is its clean, intuitive design. The vibrant colors make it visually engaging, while the straightforward mechanics ensure anyone can jump right in without a learning curve. Plus, since it’s fully responsive, you can enjoy it on both desktop and mobile devices.  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Behind the Scenes: How It Works&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Under the hood, the game relies on basic web technologies—HTML for structure, CSS for styling, and JavaScript to handle the logic. The code is lightweight and easy to understand, making it a great project for beginners who want to see how a simple interactive game is built. The scoring system tracks your progress, encouraging you to beat your own high score with each playthrough.  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Why You Should Give It a Try&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Beyond being just a fun distraction, Clash of Colors actually helps sharpen your reaction time and color recognition skills. It’s the kind of game you can play in short bursts, whether you’re taking a break from work or just looking for a quick mental challenge. And since it’s open-source, you’re free to tweak it, add new features, or even use it as a starting point for your own game projects.  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;How to Play&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Getting started is easy—just clone the repository from GitHub and open the &lt;code&gt;index.html&lt;/code&gt; file in your browser. No installations, no complicated setup. If you’re feeling creative, you could even modify the colors, add new difficulty levels, or implement a timer mode to make the game even more intense.  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Final Thoughts&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Clash of Colors is a great example of how a few lines of code can create something entertaining and interactive. Whether you’re a developer looking for inspiration or just someone who enjoys casual games, this little project is worth checking out.  &lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;GitHub Link:&lt;/strong&gt; &lt;a href="https://github.com/waqarNaeem786/clash-of-colors" rel="noopener noreferrer"&gt;https://github.com/waqarNaeem786/clash-of-colors&lt;/a&gt;  &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why Every Developer Needs a Portfolio (And Some Great Examples!)</title>
      <dc:creator>pikes</dc:creator>
      <pubDate>Sat, 08 Mar 2025 15:21:36 +0000</pubDate>
      <link>https://dev.to/pikes/why-every-developer-needs-a-portfolio-and-some-great-examples-3fnc</link>
      <guid>https://dev.to/pikes/why-every-developer-needs-a-portfolio-and-some-great-examples-3fnc</guid>
      <description>&lt;p&gt;Hey fellow devs! 👋  &lt;/p&gt;

&lt;p&gt;I wanted to talk about something that’s often overlooked but &lt;em&gt;crazy&lt;/em&gt; important — having a personal portfolio website. Whether you’re a software developer, security researcher, or even a designer, a portfolio isn’t just a “nice to have” — it’s your online identity and proof of work.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why a Portfolio Matters:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;It’s Your Resume, but Better:&lt;/strong&gt; Resumes list what you’ve done. A portfolio &lt;em&gt;shows&lt;/em&gt; it.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Showcase Your Best Work:&lt;/strong&gt; Live demos, project write-ups, and case studies stand out way more than a bullet point.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build Your Personal Brand:&lt;/strong&gt; Your site reflects your style, creativity, and professionalism.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Boost SEO &amp;amp; Visibility:&lt;/strong&gt; With the right SEO (and some backlinking), you can get noticed by recruiters and potential clients through Google search.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Control Your Narrative:&lt;/strong&gt; LinkedIn and GitHub are great, but your portfolio lets you tell your story the way &lt;em&gt;you&lt;/em&gt; want.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Some Inspiring Developer Portfolios:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://brittanychiang.com/" rel="noopener noreferrer"&gt;Brittany Chiang&lt;/a&gt; — A beautifully designed, minimalist React-based portfolio.
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.joshwcomeau.com/" rel="noopener noreferrer"&gt;Josh Comeau&lt;/a&gt; — Incredible animations and interactive content.
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fire-app-34df0.web.app/" rel="noopener noreferrer"&gt;Waqar Naeem&lt;/a&gt; — My own portfolio! Software developer, security researcher, and freelancer. I’ve included my projects, blogs, and more. Would love feedback!
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.cassie.codes/" rel="noopener noreferrer"&gt;Cassie Evans&lt;/a&gt; — Great storytelling and creative use of SVG animations.
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gomakethings.com/" rel="noopener noreferrer"&gt;Chris Ferdinandi&lt;/a&gt; — A simple, content-focused approach with a wealth of knowledge.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tips for Building Your Portfolio:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Keep It Simple &amp;amp; Clear:&lt;/strong&gt; Highlight your best work and make navigation intuitive.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Showcase Projects:&lt;/strong&gt; Add live demos and links to GitHub repositories.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Add an "About Me" Section:&lt;/strong&gt; Share your journey, interests, and what you’re passionate about.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Optimize for SEO:&lt;/strong&gt; Meta tags, proper headings, and an XML sitemap can help your site rank on Google.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile-Friendly Design:&lt;/strong&gt; Make sure it looks great on all devices!
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love to see some of your portfolios! Drop your links below and let’s inspire each other. 🚀  &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
