<?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: SeedAcquire</title>
    <description>The latest articles on DEV Community by SeedAcquire (@seedacquire).</description>
    <link>https://dev.to/seedacquire</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%2F789737%2F44964d52-90a5-4264-921f-2b128447cd54.jpg</url>
      <title>DEV Community: SeedAcquire</title>
      <link>https://dev.to/seedacquire</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seedacquire"/>
    <language>en</language>
    <item>
      <title>A new crypto token swap site</title>
      <dc:creator>SeedAcquire</dc:creator>
      <pubDate>Sat, 26 Feb 2022 20:34:30 +0000</pubDate>
      <link>https://dev.to/seedacquire/a-new-crypto-token-swap-site-3afe</link>
      <guid>https://dev.to/seedacquire/a-new-crypto-token-swap-site-3afe</guid>
      <description>&lt;p&gt;Checkout our newest place &lt;a href="https://articfox.exchange/"&gt;ArticFox&lt;/a&gt; where you can easily swap your tokens with the smallest fee (1%) out there! Have questions about it? Drop them 👇 &lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>A new linkedin </title>
      <dc:creator>SeedAcquire</dc:creator>
      <pubDate>Sat, 19 Feb 2022 06:16:41 +0000</pubDate>
      <link>https://dev.to/seedacquire/a-new-linkedin-4g6p</link>
      <guid>https://dev.to/seedacquire/a-new-linkedin-4g6p</guid>
      <description>&lt;p&gt;So, I’m creating a new LinkedIn. No ads. No bs. No anything. I want to get back to work. Who else does? I’ve found this to be a very awesome project that people can believe in. Do people still like LinkedIn? Just want to get some ideas before I finish it and launch it. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>showdev</category>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>A new tech ideas community </title>
      <dc:creator>SeedAcquire</dc:creator>
      <pubDate>Tue, 08 Feb 2022 21:33:56 +0000</pubDate>
      <link>https://dev.to/seedacquire/a-new-tech-ideas-community-2dla</link>
      <guid>https://dev.to/seedacquire/a-new-tech-ideas-community-2dla</guid>
      <description>&lt;p&gt;So today we launched &lt;a href="https://Techbuilders.ai"&gt;techbuilders.ai&lt;/a&gt; a paid community where creators can talk about ideas and chat with other people that have ideas too!&lt;/p&gt;

&lt;p&gt;Check it out &lt;a href="https://Techbuilders.ai"&gt;here&lt;/a&gt; or the app &lt;a href="https://app.Techbuilders.ai"&gt;here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>showdev</category>
      <category>beginners</category>
      <category>react</category>
    </item>
    <item>
      <title>I built an analytics package</title>
      <dc:creator>SeedAcquire</dc:creator>
      <pubDate>Wed, 12 Jan 2022 23:11:27 +0000</pubDate>
      <link>https://dev.to/seedacquire/i-built-an-analytics-package-250l</link>
      <guid>https://dev.to/seedacquire/i-built-an-analytics-package-250l</guid>
      <description>&lt;p&gt;Today, I launched logmyapp-analytics an intuitive but small npm package.&lt;/p&gt;

&lt;p&gt;With this new package you have the ability to log page_view and click. Meaning whenever someone clicks on a button on your site you can view that in your dashboard at &lt;a href="https://app.logmyapp.io"&gt;here&lt;/a&gt; and see it in real-time when someone views a page or clicks a button. More to come than just clicks and page views.&lt;/p&gt;

&lt;p&gt;Try it out today by clicking &lt;a href="https://www.npmjs.com/package/logmyapp-analytics"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;View the analytics and get your api key &lt;a href="https://app.logmyapp.io"&gt;here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>I built a real-time logging platform</title>
      <dc:creator>SeedAcquire</dc:creator>
      <pubDate>Mon, 10 Jan 2022 17:35:24 +0000</pubDate>
      <link>https://dev.to/seedacquire/i-built-a-real-time-logging-platform-jjn</link>
      <guid>https://dev.to/seedacquire/i-built-a-real-time-logging-platform-jjn</guid>
      <description>&lt;p&gt;Today, I launched logmyapp. While we dont have a formal website our app is live at app.logmyapp.io and the npm package for it is here &lt;a href="https://www.npmjs.com/package/logmyapp"&gt;https://www.npmjs.com/package/logmyapp&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What does logmyapp do?&lt;br&gt;
Its actually quite simple. We log your logs. Have a .catch? use our package to effectively log your errors from production. Want to know when data is succeeding? Use our package to log it. Think of logmyapp like a way to see what your users are doing or errors they are seeing in production. &lt;/p&gt;

&lt;p&gt;How do I use it?&lt;br&gt;
You can view the package details here &lt;a href="https://www.npmjs.com/package/logmyapp"&gt;https://www.npmjs.com/package/logmyapp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or start by simply heading to app.logmyapp.io -&amp;gt; create a project -&amp;gt; head over to &lt;a href="https://www.npmjs.com/package/logmyapp"&gt;https://www.npmjs.com/package/logmyapp&lt;/a&gt; -&amp;gt; download the package (npm i logmyapp) include it in your components and start using it! After that you will see logs in real-time by heading to app.logmyapp.io -&amp;gt; find your project and click view real-time logging.&lt;/p&gt;

&lt;p&gt;Have a question?&lt;br&gt;
Email us or comment below &lt;a href="mailto:bryan@logmyapp.io"&gt;bryan@logmyapp.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
