<?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: Mackan</title>
    <description>The latest articles on DEV Community by Mackan (@vpgmackan).</description>
    <link>https://dev.to/vpgmackan</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%2F671382%2F146b1c0a-3229-463d-9017-2c3436b304d1.png</url>
      <title>DEV Community: Mackan</title>
      <link>https://dev.to/vpgmackan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vpgmackan"/>
    <language>en</language>
    <item>
      <title>My new project...</title>
      <dc:creator>Mackan</dc:creator>
      <pubDate>Fri, 17 Mar 2023 18:53:21 +0000</pubDate>
      <link>https://dev.to/vpgmackan/my-new-project-1i22</link>
      <guid>https://dev.to/vpgmackan/my-new-project-1i22</guid>
      <description>&lt;p&gt;So I for some reason stopped developing on Mushroom server and started working on my new project. It was fun working on Mushroom server but I have a new project I am working on now that has my full interest.&lt;/p&gt;




&lt;p&gt;Budget Cat. That is the name I have planned for my new project I am working on. So that is why I have not been working on Mushroom server and not posting here on dev.to.&lt;/p&gt;

&lt;p&gt;I will post updates about the project here on dev.to but also on the official budget cat.&lt;/p&gt;




&lt;p&gt;Links:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Website: &lt;a href="https://budgetcat.me/"&gt;https://budgetcat.me/&lt;/a&gt; will be redesigned&lt;/li&gt;
&lt;li&gt;Blog: &lt;a href="https://blog.budgetcat.me/"&gt;https://blog.budgetcat.me/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Twitter: &lt;a href="https://twitter.com/budgetcatapp"&gt;https://twitter.com/budgetcatapp&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>flutter</category>
      <category>programming</category>
      <category>startup</category>
    </item>
    <item>
      <title>Question for mobile developers?</title>
      <dc:creator>Mackan</dc:creator>
      <pubDate>Mon, 27 Feb 2023 09:53:32 +0000</pubDate>
      <link>https://dev.to/vpgmackan/question-for-mobile-developers-25pf</link>
      <guid>https://dev.to/vpgmackan/question-for-mobile-developers-25pf</guid>
      <description>&lt;p&gt;I have a question for the people that like developing mobile apps.&lt;/p&gt;

&lt;p&gt;What are your favorite framework and coding language for developing mobile apps? For example, do you use React Native, Flutter, etc? And what are some reasons that you use that framework. What do you like and diselike.&lt;/p&gt;

</description>
      <category>brainstorming</category>
      <category>sideprojects</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Devlog: Mushroom-series (PT 3)</title>
      <dc:creator>Mackan</dc:creator>
      <pubDate>Thu, 23 Jun 2022 16:21:24 +0000</pubDate>
      <link>https://dev.to/vpgmackan/devlog-mushroom-series-pt-3-27fa</link>
      <guid>https://dev.to/vpgmackan/devlog-mushroom-series-pt-3-27fa</guid>
      <description>&lt;p&gt;Hello, this is dev-log part 3 of developing my dream open-source application. A few days ago I relased a new version of it on GitHub. In the new version, I changed from js and express to nest js with typescript. I feel that it's much better and has better documentation with better features and integration.&lt;/p&gt;

&lt;p&gt;The things that need to be done next are Setting up testing, Making the folder structure cleaner and simpler, and last but not least adding so you can use jwt and cron jobs with the packages named:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;@nestjs/jwt
@nestjs/schedule
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That is all I have to say. I will try to work on it regularly. If you want to check it out, here is the GitHub link: &lt;a href="https://github.com/VpgMackan/mushroom-server"&gt;https://github.com/VpgMackan/mushroom-server&lt;/a&gt; you are always welcome to contribute and if you don't want to contribute you can share the project.&lt;/p&gt;

&lt;p&gt;Have a good day!&lt;/p&gt;

</description>
      <category>devlog</category>
      <category>opensource</category>
      <category>typescript</category>
      <category>github</category>
    </item>
    <item>
      <title>Devlog: Mushroom-series</title>
      <dc:creator>Mackan</dc:creator>
      <pubDate>Wed, 11 May 2022 06:55:10 +0000</pubDate>
      <link>https://dev.to/vpgmackan/devlog-mushroom-series-37ep</link>
      <guid>https://dev.to/vpgmackan/devlog-mushroom-series-37ep</guid>
      <description>&lt;p&gt;Hi, everybody!&lt;/p&gt;

&lt;p&gt;I am going to be doing some devlogs on my open source coding series mushroom-series. Every project is going to be open source so everybody can help. I don't really know how to format this text but I am doing my best so if you have any suggestions you can leave them in the discussion.&lt;/p&gt;

&lt;p&gt;Right now the only project is mushroom-server which is an open source alternative to firebase and more cloud providers.&lt;/p&gt;

&lt;p&gt;The changes I have made that havent been committed yet are changing from express and javascript to nest js and typescript. And also planning to make it able to compile to docker. So you can run:&lt;br&gt;
&lt;code&gt;Docker run -name mushroom-server&lt;/code&gt;&lt;br&gt;
Or something else.&lt;/p&gt;

&lt;p&gt;If you have any suggestions you can leave them in the discussion or in issues in github. The new version with the change from express to nest js and typescript will be up close to the weekend on possibly 15 may or earlier.&lt;/p&gt;

&lt;p&gt;Thank you for reading! :)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/VpgMackan/mushroom-server"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>typescript</category>
      <category>devlog</category>
      <category>github</category>
    </item>
    <item>
      <title>What is the best cloud provider??</title>
      <dc:creator>Mackan</dc:creator>
      <pubDate>Tue, 10 May 2022 11:29:02 +0000</pubDate>
      <link>https://dev.to/vpgmackan/what-is-the-best-cloud-provider-278e</link>
      <guid>https://dev.to/vpgmackan/what-is-the-best-cloud-provider-278e</guid>
      <description>&lt;p&gt;What is the best cloud provider for your use? What are the important things? Price? Services? Or maybe the company behind it? Feel free to share your thoughts.&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>discuss</category>
    </item>
    <item>
      <title>My First Open Source Project</title>
      <dc:creator>Mackan</dc:creator>
      <pubDate>Thu, 28 Apr 2022 18:11:14 +0000</pubDate>
      <link>https://dev.to/vpgmackan/my-first-open-source-project-1p45</link>
      <guid>https://dev.to/vpgmackan/my-first-open-source-project-1p45</guid>
      <description>&lt;p&gt;Hi, this is my first poste on dev.to. And what better way to start it then announce my first opensource project I have ever made.&lt;/p&gt;

&lt;p&gt;The goal of the project is to be an open-source alternative to Firebase, which goal is to make it easy for people to set up and start developing their dream app with out having to worry to much about the back-end stuff. As I said this is my first open source project so it might not be the best but I that not the meaning of open source. A way for developers to share there code and other people help make it better?&lt;/p&gt;

&lt;p&gt;So feel free to contribute or just share it. Btw it is in alpha state because it is really new.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/VpgMackan/mushroom-server"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>github</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
