<?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: Justin Biber</title>
    <description>The latest articles on DEV Community by Justin Biber (@justin_biber_431fa00da813).</description>
    <link>https://dev.to/justin_biber_431fa00da813</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%2F2014603%2F4f8707d7-2cc5-4f9d-9055-87089828e0cb.png</url>
      <title>DEV Community: Justin Biber</title>
      <link>https://dev.to/justin_biber_431fa00da813</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/justin_biber_431fa00da813"/>
    <language>en</language>
    <item>
      <title>Mastering New Framework</title>
      <dc:creator>Justin Biber</dc:creator>
      <pubDate>Mon, 09 Sep 2024 03:03:28 +0000</pubDate>
      <link>https://dev.to/justin_biber_431fa00da813/mastering-new-framework-38g4</link>
      <guid>https://dev.to/justin_biber_431fa00da813/mastering-new-framework-38g4</guid>
      <description>&lt;p&gt;We are living in the world of frameworks.&lt;br&gt;
Learning new framework usually have four steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Get familiar with the Context.&lt;br&gt;
Do research on framework structure, variables &amp;amp; database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Get grasp of modules.&lt;br&gt;
The framework power comes with modules.&lt;br&gt;
By using modules, we can get more appealing, more powerful &amp;amp; &lt;br&gt;
more professionalism performance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Understanding algorithms.&lt;br&gt;
Study algorithms that provides optimal performance over your projects.&lt;br&gt;
Algo is the engine of projects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Be familiar with multiple types of dev tools.&lt;br&gt;
We can say development is some sort of process to use dev tools such as Docker, Nginx, Kubernetes, Redis etc.&lt;br&gt;
Be familiar with cutting-edge dev tools.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have basic understanding of python, javascript &amp;amp; c++, it only takes 1~2 days to become junior developer. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is the best Back-End framework?</title>
      <dc:creator>Justin Biber</dc:creator>
      <pubDate>Tue, 03 Sep 2024 01:54:09 +0000</pubDate>
      <link>https://dev.to/justin_biber_431fa00da813/what-is-the-best-back-end-framework-2kh7</link>
      <guid>https://dev.to/justin_biber_431fa00da813/what-is-the-best-back-end-framework-2kh7</guid>
      <description>&lt;p&gt;We are living in downpour of frameworks.&lt;br&gt;
There are many FE and BE frameworks - React, Vue, Angular, Nest, Express, Koa, Asp.net... so many.&lt;br&gt;
We are still fighting with choosing the right framework.&lt;br&gt;
This is the most crucial part in development.&lt;br&gt;
Currently, my team was developing CRM(&lt;a href="https://bbsadmins.salestreamcrm.com" rel="noopener noreferrer"&gt;https://bbsadmins.salestreamcrm.com&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Unfortunately, i choose nest for backend and hosted it in vps.&lt;br&gt;
At that time, we thought it will be work fine - we strongly believed the nginx, vps &amp;amp; nest capability.&lt;/p&gt;

&lt;p&gt;But when we go live, we can't take the advantages of nginx, vps &amp;amp; nest.&lt;/p&gt;

&lt;p&gt;In the past, I worked on shermansnow, next.js project with Hasura Graphql backend and it retrieving thousands of data from entities and I thought no need to consider choosing backend framework.&lt;/p&gt;

&lt;p&gt;But even optimized the backend, we couldn't see that benefits.&lt;/p&gt;

&lt;p&gt;This CRM works with lots of clients nearly 20k - speed is the most important factor to engage the clients.&lt;/p&gt;

&lt;p&gt;We lost confidence and later we decided to choose the one of Go, Rust or Asp.Net for backend.&lt;/p&gt;

&lt;p&gt;Go has simplicity and minimalistic design so it is the most preferred.&lt;/p&gt;

&lt;p&gt;Rust performance is amazing but there are many development difficulties.&lt;/p&gt;

&lt;p&gt;Asp.Net is good framework but i can't make sure its professionalism performance over node.js.&lt;/p&gt;

&lt;p&gt;Please help me&lt;/p&gt;

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