<?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: Tre G. III</title>
    <description>The latest articles on DEV Community by Tre G. III (@trewaters).</description>
    <link>https://dev.to/trewaters</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%2F143165%2Fe50c803f-6137-4b3d-8f38-147e03e903e2.jpg</url>
      <title>DEV Community: Tre G. III</title>
      <link>https://dev.to/trewaters</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trewaters"/>
    <language>en</language>
    <item>
      <title>Code Linting</title>
      <dc:creator>Tre G. III</dc:creator>
      <pubDate>Sat, 21 Dec 2024 16:38:59 +0000</pubDate>
      <link>https://dev.to/trewaters/code-linting-1d3i</link>
      <guid>https://dev.to/trewaters/code-linting-1d3i</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fml8qgur3fvmeez06oijs.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fml8qgur3fvmeez06oijs.jpg" alt="Image description" width="800" height="1422"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today was a great day, because I got to work on integrating &lt;a href="https://eslint.org/" rel="noopener noreferrer"&gt;ESLint&lt;/a&gt; into our codebase! I'm a funny code monkey. I enjoy good coding practices like linting, user/technical/product documentation, testing, accessibility, and security. These are topics that are usually deprioritized over shipping &lt;em&gt;working code&lt;/em&gt;, because code can work without any of the things I listed as my programming passions. But if all those practices are implemented the code will rarely break (or be broken) and is more &lt;em&gt;reliable code&lt;/em&gt;. Why not create "&lt;strong&gt;&lt;em&gt;reliable working code&lt;/em&gt;&lt;/strong&gt;" from the start?&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I like Linting?
&lt;/h2&gt;

&lt;p&gt;Linting will help you catch common errors early. Linting rules can identify poor coding practices, so developers don't introduce them into the project. Linting can identify when to use &lt;code&gt;const&lt;/code&gt; instead of &lt;code&gt;let&lt;/code&gt;, or shadow variables, for example.&lt;/p&gt;

&lt;p&gt;Preventing bad code with linting, is worth the many sprints of debugging poor code.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Challenge
&lt;/h2&gt;

&lt;p&gt;We had an existing codebase that had many developers contributing. The code had over 5K linting violations after I installed ESLint and ran a report. I looked for the best linting rules to use with NextJS, TypeScript, A11y, and JavaScript. Since there were so many violations I decided to progressively hunt for errors. ESLint has an auto fix feature but never run that on a pre-existing codebase and expect it to work. No, no, no youngling. We must iterate!&lt;/p&gt;

&lt;p&gt;I set the critical rules to ❌ "error" and the rest to "warn" or "off". Then I re-ran the report to identify what should be fixed before deploying our code again. After all errors are fixed manually and the code can build I ran our unit test to ensure we were still ✅ passing everything. Good linting should never break the code. At best linting is meant to support the developer. Helping junior devs learn a better way of writing code, because they have to.&lt;/p&gt;

&lt;p&gt;After all my errors have been identified and fixed OR ignored, then we can deploy and know that our code is as good as we can get it "today". Now that the codebase has been fixed we can use "auto-magic-fix" in the future and feel confident it has a 50/50 chance of fixing the linting error.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Learning
&lt;/h2&gt;

&lt;p&gt;It seems ESLint has grown up! It will no longer support some more code formatting rules, that should be maintained by a code formatting library and not a linting library. ESLint has deprecated many features as of v9 and moved most, if not all, to Stylistic!&lt;/p&gt;

&lt;p&gt;I use Prettier for code formatting and Typescript has flag support in &lt;a href="https://eslint.style/" rel="noopener noreferrer"&gt;Stylistic&lt;/a&gt; so I stuck with ESLint v8.53.0 so I could keep the superior code formatting of &lt;a href="https://eslint.org/" rel="noopener noreferrer"&gt;ESLint&lt;/a&gt;. But I will have to move eventually into 9 so this only "kicked the can down the road".&lt;/p&gt;

&lt;p&gt;Happy Coding!&lt;/p&gt;

</description>
      <category>lint</category>
      <category>javascript</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Countdown to ETH Denver 2025, 101 days</title>
      <dc:creator>Tre G. III</dc:creator>
      <pubDate>Thu, 14 Nov 2024 23:43:06 +0000</pubDate>
      <link>https://dev.to/trewaters/countdown-to-eth-denver-2025-101-days-1dgg</link>
      <guid>https://dev.to/trewaters/countdown-to-eth-denver-2025-101-days-1dgg</guid>
      <description>&lt;p&gt;ETH Denver is the largest cryptocurrency conference I’ve ever attended. I’ve previously been to an ETH conference in Berkeley and events like Blockchain at Berkeley and ETH SD, but Colorado really pulls out all the stops for ETH Denver. This conference has it all. Many people go for the party atmosphere, which can be fun, but while some are celebrating, coders are #BUIDLing. For those unfamiliar, “BUIDLing” means coding on the blockchain and creating something tangible.&lt;/p&gt;

&lt;p&gt;ETH Denver tickets are hundreds of dollars unless you join their &lt;a href="https://www.sporkdao.org/" rel="noopener noreferrer"&gt;SporkDAO&lt;/a&gt;. As a DAO member, you’re essentially attending an annual board meeting at the conference. After the conference, you’ll receive SporkDAO tokens, which you can stake.&lt;/p&gt;

&lt;p&gt;ETH Denver also offers a week-long “Camp BUIDL” for anyone interested in blockchain development. Whether you’re a developer, artist, or designer, the camp has different tracks to guide your learning. You won’t master everything, but the training is top-tier. Anyone can apply for Camp BUIDL, which runs the week before the conference. To graduate from Camp BUIDL, you must submit an entry in the BUIDLathon (hackathon) held during the conference. &lt;a href="https://ethereumdenver.medium.com/ethdenver-2023-track-and-bounty-winners-1d9cbeda1dc8" rel="noopener noreferrer"&gt;In 2023 they awarded $698,192 in bounties.&lt;/a&gt;. I didn’t realize this when I joined, but fortunately, I love hackathons! I even earned a &lt;a href="https://collectors.poap.xyz/token/6513719" rel="noopener noreferrer"&gt;POAP for graduating Camp Buidl&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The River North Art District &lt;a href="https://www.denver.org/neighborhoods/rino-river-north-art-district/" rel="noopener noreferrer"&gt;"RiNo" District&lt;/a&gt; is a fantastic part of Denver. I lived in Fort Collins, Colorado, for many years, and RiNo wasn’t around then. It has really elevated Denver’s vibe, making the city feel more grown-up. With incredible eateries, breweries, and beautiful murals everywhere, I had to snap a few pictures. The location will change eventually, Denver is the perfect city for this event.&lt;/p&gt;

&lt;p&gt;A word about Winter in Colorado... it is REAL!!!&lt;/p&gt;

&lt;p&gt;This convention happens about the same time each year, right before my birthday! If you don't know Colorado then take me serious when I say "Be prepared to freeze and rejoice if it feels like spring!". End of February thru the beginning of March can bring over a foot of snow or shorts weather. You never know until you are there, but the nights Will Be Cold.&lt;/p&gt;

&lt;p&gt;Now living in San Diego, I’ll be flying to Denver International Airport and staying near the conference. Book your hotel early, as things fill up quickly, especially with crypto markets like BTC hitting new highs! HODL!&lt;/p&gt;

&lt;p&gt;ETH Denver is accessbile by Web3 (Metaverse), Web2 (video/streaming/podcasting), or in-person "networking" and collecting swag. Hopefully I will see you there.&lt;/p&gt;

&lt;p&gt;Follow me on &lt;a href="//@trewaters.bsky.social"&gt;Blue Sky twitter-x clone&lt;/a&gt; or &lt;a href="https://warpcast.com/trewaters" rel="noopener noreferrer"&gt;Farcaster/Warpcaster&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Elephants.Fun: Tips</title>
      <dc:creator>Tre G. III</dc:creator>
      <pubDate>Sat, 23 Mar 2024 17:32:31 +0000</pubDate>
      <link>https://dev.to/trewaters/elephantsfun-tips-5h1e</link>
      <guid>https://dev.to/trewaters/elephantsfun-tips-5h1e</guid>
      <description>&lt;p&gt;A Beginner's Guide&lt;/p&gt;

&lt;p&gt;Welcome to the exciting world of NFTs (Non-Fungible Tokens)! If you're new here, don't worry. We'll walk you through creating your very own digital elephant, step by step. It's simpler than you think!&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Mint Your First NFT
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Where to Begin:&lt;/strong&gt; Head over to &lt;a href="https://elephants.fun/" rel="noopener noreferrer"&gt;Elephants.Fun&lt;/a&gt; to create your first NFT on the Base chain. Minting is just a fancy term for making your digital token official.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 2: Assemble Your Elephant
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Gathering Elements:&lt;/strong&gt; Your elephant is unique thanks to various attributes like background (bg), base color, mouth, and eyes. Collect these essential parts and any other features you'd like to add.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Putting It Together:&lt;/strong&gt; Use the website's interface (UI) to combine these attributes into your very own elephant.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 3: Customize on the Fly
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Changing Features:&lt;/strong&gt; Feel free to swap different features in and out of your elephant. Experiment to see what looks best!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deconstruction:&lt;/strong&gt; If you decide to start over, you can dismantle your elephant to retrieve the individual attributes. This is handy as you collect more options.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 4: Keep It Fresh
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frequent Updates:&lt;/strong&gt; Don't hesitate to switch up your elephant's look whenever you're in the mood for a change.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 5: Expand Your Collection
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;More Traits:&lt;/strong&gt; Use the "Mint Traits" function within the UI to find more attributes. Another option is to visit &lt;a href="https://mint.fun/base/0xbeEEEEEeeeEF0da9a8B35516d7B1acE4a33380AB" rel="noopener noreferrer"&gt;Mint.fun&lt;/a&gt; for a wider selection.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And there you have it! Your first foray into the world of NFTs. Remember, the key is to have fun and let your creativity shine. Happy minting!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://opensea.io/collection/elephants-attributes" rel="noopener noreferrer"&gt;openSea, Elephants&lt;/a&gt;&lt;br&gt;
&lt;a href="https://opensea.io/collection/build-an-elephant" rel="noopener noreferrer"&gt;openSea, Traits&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bridge.base.org/deposit" rel="noopener noreferrer"&gt;Bridge BASE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzxweerm9rh6ns2pi5ubd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzxweerm9rh6ns2pi5ubd.png" alt="1st Elephants NFTs" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nft</category>
      <category>patchwork</category>
      <category>base</category>
      <category>documentation</category>
    </item>
    <item>
      <title>Tech Job Hunting</title>
      <dc:creator>Tre G. III</dc:creator>
      <pubDate>Sat, 16 Mar 2024 13:04:00 +0000</pubDate>
      <link>https://dev.to/trewaters/tech-job-hunting-2d9b</link>
      <guid>https://dev.to/trewaters/tech-job-hunting-2d9b</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Resume building and curating&lt;/li&gt;
&lt;li&gt;Portfolio projects&lt;/li&gt;
&lt;li&gt;Networking&lt;/li&gt;
&lt;li&gt;Write blog post and create content&lt;/li&gt;
&lt;li&gt;Contribute to Open Source Software (OSS)&lt;/li&gt;
&lt;li&gt;Ask Questions?&lt;/li&gt;
&lt;li&gt;Help others code&lt;/li&gt;
&lt;li&gt;Find a mentor, or become a mentor&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Resume building and curating
&lt;/h2&gt;

&lt;p&gt;Keep your resume up-to-date. Curate your resume by keeping it focused. Make a resume for each job application to best utilize keywords used in the role you want.&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio projects
&lt;/h2&gt;

&lt;p&gt;Always have a coding project that showcases your current skills for the public to view. Most software engineers are bound by NDA and legal restrictions. If you are one of those definitely work on a portfolio piece.&lt;/p&gt;

&lt;h2&gt;
  
  
  Networking
&lt;/h2&gt;

&lt;p&gt;Keep your professional networks alive. Take time to check-in with folks. Share your good, by being positive. Your network will help you gain trust with potential employers. They also can give you insight on the hiring process or manager.&lt;/p&gt;

&lt;h2&gt;
  
  
  Write blog post and create content
&lt;/h2&gt;

&lt;p&gt;Blogging and creating videos are excellent methods to establish yourself as an authority in your field. By sharing your knowledge and experiences, you invite the opportunity to learn from the feedback of others&lt;/p&gt;

&lt;h2&gt;
  
  
  Contribute to Open Source Software (OSS)
&lt;/h2&gt;

&lt;p&gt;Engage with GitHub and become involved. As a software engineer, teamwork is essential, and GitHub is a fantastic platform for learning how to collaborate asynchronously with others. Begin with technologies you're familiar with, or if you're not using any, focus on those you're passionate about. Dive into the repository "Issues" and "Pull Requests" to see where you can contribute. If you're unsure where to start, consider enhancing documentation—whether through editing, correcting, or adding text. Another valuable contribution is adding unit tests. Every project benefits from additional support, so don't hesitate to ask, "How can I help?"&lt;/p&gt;

&lt;h2&gt;
  
  
  Ask Questions?
&lt;/h2&gt;

&lt;p&gt;Ask questions of people working in roles you want to have. Let the professionals talk and take time to listen.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"How do you like your current role?"&lt;/li&gt;
&lt;li&gt;"What do you like about it?"&lt;/li&gt;
&lt;li&gt;"Do you have any tips for me?"&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Help others code
&lt;/h2&gt;

&lt;p&gt;Answer questions and dedicate your time to assist others learning to code. The amount of personal and professional growth achieved by helping answer other developers' questions is remarkable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Find a mentor, or become a mentor
&lt;/h2&gt;

&lt;p&gt;Mentoring can be challenging, as it involves offering guidance and support without expecting compensation. Seeking a mentor requires finding someone willing to volunteer their time to guide you on your path. As a mentor, it means being accessible to answer questions from those less experienced and sharing your knowledge with individuals eager to learn and grow.&lt;/p&gt;

</description>
      <category>resume</category>
      <category>job</category>
      <category>role</category>
      <category>tech</category>
    </item>
    <item>
      <title>ETH Denver 2024, video short list</title>
      <dc:creator>Tre G. III</dc:creator>
      <pubDate>Tue, 05 Mar 2024 00:39:52 +0000</pubDate>
      <link>https://dev.to/trewaters/eth-denver-2024-video-short-list-o9m</link>
      <guid>https://dev.to/trewaters/eth-denver-2024-video-short-list-o9m</guid>
      <description>&lt;p&gt;&lt;strong&gt;Watching ETH Denver from YouTube&lt;/strong&gt;&lt;br&gt;
ETH Denver 2024 is a wrap. Here are some videos that caught my attention listed in no particular order. More speaker videos can be found on &lt;a href="https://www.youtube.com/@ETHDenver" rel="noopener noreferrer"&gt;ETHDenver's YouTube channel&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“NFTs as Relational Databases | Rob Green - Runic Labs, Inc / Patchwork Protocol”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Using NFTs as databases and on-chain lookups. Patchwork is building a community for their protocol, check out their discord.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://youtu.be/6eD-ozzuONY?si=oiCz2W7utFnVhmNr" rel="noopener noreferrer"&gt;https://youtu.be/6eD-ozzuONY?si=oiCz2W7utFnVhmNr&lt;/a&gt;&lt;br&gt;
Links ( &lt;a href="https://patchwork.dev/" rel="noopener noreferrer"&gt;https://patchwork.dev/&lt;/a&gt; , &lt;a href="https://github.com/runic-inc/patchwork" rel="noopener noreferrer"&gt;https://github.com/runic-inc/patchwork&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“Core Devs Are Ethereum's Scarcest Resource | Josh Davis - Ethereum Foundation”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Great talk about how ordinary folks can contribute to the ETH Protocol. The ETH Foundation has created a Study Group for practical education opportunities. There is also a fellowship working on creating apprenticeships, now going on the fifth cohort.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://youtu.be/E6UEMx8MYp0?si=xg0JZV_U9rdpJXLW" rel="noopener noreferrer"&gt;https://youtu.be/E6UEMx8MYp0?si=xg0JZV_U9rdpJXLW&lt;/a&gt;&lt;br&gt;
Links ( &lt;a href="https://epf.wiki/#/" rel="noopener noreferrer"&gt;https://epf.wiki/#/&lt;/a&gt; , &lt;a href="https://blog.ethereum.org/2024/02/07/epf-study-group" rel="noopener noreferrer"&gt;https://blog.ethereum.org/2024/02/07/epf-study-group&lt;/a&gt; , &lt;a href="https://github.com/eth-protocol-fellows" rel="noopener noreferrer"&gt;https://github.com/eth-protocol-fellows&lt;/a&gt; , &lt;a href="https://github.com/ethereum" rel="noopener noreferrer"&gt;https://github.com/ethereum&lt;/a&gt; , )&lt;br&gt;
** QR codes at end of video 19:59&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“BREAKING: Devs Remix Frontend. What They Did May Surprise | Jonathan Prozzi – Intuition”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Neurofunk tech stack. Build better web3 apps with Remix + Vite + Shadcn.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://youtu.be/VxypSHPIa44?si=LSQ6-V9bCvTETDBv" rel="noopener noreferrer"&gt;https://youtu.be/VxypSHPIa44?si=LSQ6-V9bCvTETDBv&lt;/a&gt;&lt;br&gt;
Link ( &lt;a href="https://github.com/0xIntuition/app-template-remix-vite" rel="noopener noreferrer"&gt;https://github.com/0xIntuition/app-template-remix-vite&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“The Art of Getting Hired in Web3 &amp;amp; AI: Job Hunting and Personal Branding | Harsha Abegunasekara”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Networking is the number one way of landing your next job! Connect with folks on LinkedIn, have then scan your QR code or get theirs ASAP.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://youtu.be/w4Y8g_Yg1yk?si=qTqv1wBY59HX9MpB" rel="noopener noreferrer"&gt;https://youtu.be/w4Y8g_Yg1yk?si=qTqv1wBY59HX9MpB&lt;/a&gt;&lt;br&gt;
Link ( &lt;a href="https://www.linkedin.com/in/stanlyya/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/stanlyya/&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“The Problem With Maintaining Open Source and How to Solve It | Max Howell - tea Protocol”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Earn Tea token rewards for contributing to open source software.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://youtu.be/VnWmNqHV-Zc?si=QJY_8DyVXruEwOaE" rel="noopener noreferrer"&gt;https://youtu.be/VnWmNqHV-Zc?si=QJY_8DyVXruEwOaE&lt;/a&gt;&lt;br&gt;
Link ( &lt;a href="https://tea.xyz/" rel="noopener noreferrer"&gt;https://tea.xyz/&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“From Idea to Reality: Transforming User Experience in Web3 | Fabian Vogelsteller – LUKSO”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Lukso, Profile Standards that helps UX for all users.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://www.youtube.com/watch?v=ciRNeORJMJI" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=ciRNeORJMJI&lt;/a&gt;&lt;br&gt;
Links ( &lt;a href="https://twitter.com/lukso_io" rel="noopener noreferrer"&gt;https://twitter.com/lukso_io&lt;/a&gt; , &lt;a href="https://lukso.network/" rel="noopener noreferrer"&gt;https://lukso.network/&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“Full Stack Dapp Development With Scaffold-ETH and The Graph”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Scaffold ETH 2 speed run. Scaffold dapps with their newest solution.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://youtu.be/UOdbDJZqlgo?si=ccI_5ifvE5Ydag9w" rel="noopener noreferrer"&gt;https://youtu.be/UOdbDJZqlgo?si=ccI_5ifvE5Ydag9w&lt;/a&gt;&lt;br&gt;
Links ( &lt;a href="https://docs.scaffoldeth.io/" rel="noopener noreferrer"&gt;https://docs.scaffoldeth.io/&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;“Community Building Through Human-First Developer Relations | Crystal Street &amp;amp; Francesco Andreoli”&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Holistic approach to building web3 communities. Maximize your Hackathon’s impact with these tips.&lt;/em&gt;&lt;br&gt;
📺&lt;a href="https://youtu.be/LwhOrvHcOAo?si=-JUwMh_-2MWMMmoc" rel="noopener noreferrer"&gt;https://youtu.be/LwhOrvHcOAo?si=-JUwMh_-2MWMMmoc&lt;/a&gt;&lt;br&gt;
Links ( &lt;a href="https://x.com/twitter.com/francescoswiss" rel="noopener noreferrer"&gt;https://x.com/twitter.com/francescoswiss&lt;/a&gt; , &lt;a href="https://twitter.com/crystaldstreet" rel="noopener noreferrer"&gt;https://twitter.com/crystaldstreet&lt;/a&gt; )&lt;/p&gt;

</description>
      <category>ethdenver</category>
      <category>hackathon</category>
      <category>speakers</category>
    </item>
  </channel>
</rss>
