<?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: Pratham</title>
    <description>The latest articles on DEV Community by Pratham (@prathams01).</description>
    <link>https://dev.to/prathams01</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%2F1456826%2Fb8dbe9b3-8a57-4cc9-b802-949ab81cf8c3.png</url>
      <title>DEV Community: Pratham</title>
      <link>https://dev.to/prathams01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prathams01"/>
    <language>en</language>
    <item>
      <title>Asgard saviour: Neurelo</title>
      <dc:creator>Pratham</dc:creator>
      <pubDate>Mon, 29 Apr 2024 16:45:00 +0000</pubDate>
      <link>https://dev.to/prathams01/asgard-savior-neurelo-3ki2</link>
      <guid>https://dev.to/prathams01/asgard-savior-neurelo-3ki2</guid>
      <description>&lt;p&gt;&lt;strong&gt;Thor&lt;/strong&gt; Son of Odin and mighty protector of Asgard, was tasked &lt;br&gt;
with building a web application to manage prisoners information&lt;br&gt;
in ensuring Asgard's security. How could thor on his own, manage &lt;br&gt;
writing backend APIs, building interfaces,storing and retrieving&lt;br&gt;
information on suspects, their location and their entry and escape? feeling overwhelmed, Thor sought aid from Earth.Earthlings helped thor with &lt;strong&gt;Neurelo&lt;/strong&gt;. Thor build a robust interface displaying all the necessary information monitoring each area's activities swiftly, efficiently and securely. Let's delve into Asgard saviour Neurelo.&lt;/p&gt;

&lt;p&gt;In this blog post, I will share how I came to know about &lt;strong&gt;Neurelo&lt;/strong&gt;,&lt;br&gt;
 my &lt;strong&gt;experience&lt;/strong&gt; building with Neurelo,why one should come across &lt;br&gt;
this platform to solve actual problem, my takeaways and feedback on Neurelo.&lt;/p&gt;

&lt;p&gt;this year february i joined &lt;em&gt;Hack This Fall&lt;/em&gt; hackathon, i tried to figure out building with Neurelo but couldn't make it with, at last hour i talk to mentor to solve the issue with platform and Tada time up!!! but idea behind this platform blew up my mind and i'm just curious about it.&lt;/p&gt;

&lt;h2&gt;
  
  
  what is Neurelo:
&lt;/h2&gt;

&lt;p&gt;Neurelo is &lt;strong&gt;database abstraction&lt;/strong&gt; tool what!! oh wait let me explain this in layman terms, developing web application consists of three main components: User Interface, Backend APIs and Database.&lt;/p&gt;

&lt;p&gt;Simplifying that Neurelo provides support for REST and GraphQL APIs for all the schemas in database with defined relationships and handles all database-related tasks, eliminating the need for manual coding efforts with database related programming.This functionality extends to popular databases like MySQL, PostgreSQL,AWS RDS and MongoDB.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcfqlj3kha8k2qew27sb5.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcfqlj3kha8k2qew27sb5.PNG" alt="Neurelo Dashboard" width="800" height="412"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Previously, I dealt with database operations through Object-Relational Mapping (&lt;strong&gt;ORM&lt;/strong&gt;)which often required a steep learning curve and varied syntax for different tasks and databases.Neurelo streamlines this process, allowing me to focus on actual coding without facing the inefficiencies of ORM operations with supercool GUI interface. Simply connect the data source, and Neurelo handles the rest, making the &lt;strong&gt;development&lt;/strong&gt; process remarkably straightforward.&lt;strong&gt;As easy as it sounds.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note:If you are building with Neurelo right after this make sure you connect your database with Aiven, MongoDB Atlas or AWS RDS this way it would be easy.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features of Neurelo:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Automatically Created CRUD APIs&lt;/strong&gt;: Neurelo generates CRUD APIs for every schema in the database, with REST and GraphQL APIs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Schema Editing with Migration Support&lt;/strong&gt;: Neurelo offers Git-like migration features for easy schema modifications, facilitating seamless integration across different environments, one can simply rollback the changes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;API Documentation&lt;/strong&gt;: Neurelo provides comprehensive documentation for its APIs,This is very helpful to me whenever i get stuck.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SDK Support&lt;/strong&gt;: as of now Neurelo supports SDK support for python, typescript and Go. For reference checkout my project&lt;br&gt;
build with python sdk &lt;a href="https://github.com/01PrathamS/blog_application_with_neurelo"&gt;Blog Application&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tracing and Monitoring API&lt;/strong&gt;: One can benefit from Neurelo's built-in tracing and monitoring capabilities, expediting the debugging process by identifying API performance issues, slowdown performance or errors.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0say1lg9mts13672syk1.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0say1lg9mts13672syk1.PNG" alt="Observability" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Main problems Neurelo addressing as project gets bigger.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1.Leaky Abstraction&lt;/strong&gt;: this occurs as project gets biggers and APIs not working as efficiently as expected with data. &lt;a href="https://www.neurelo.com/post/what-is-leaky-abstraction"&gt;Leaky_Abstraction&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.N+1 query problem&lt;/strong&gt; : repeated uneven queries without optimization generates this problem.&lt;a href="https://www.neurelo.com/post/what-is-the-n-1-query-problem"&gt;n+1_qeury_problem&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.ORM Inefficiency.&lt;/strong&gt;. Inefficiency of ORMs as data increases, High database load, uneven performance, increase network activity.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with Neurelo
&lt;/h2&gt;

&lt;p&gt;In my project building experience, I utilized Neurelo's Python SDK with Flask to develop a Blog application. Despite encountering some initial challenges, the development process was smooth and efficient.I also try to add upon new features like triggers and views but it's little challenging, I aslto tried to explored Neurelo's internals, gaining insights into its workings with Pydantic, Langchain, Python SDK, GraphQL, and databases.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9o9r3dv6bzfvallxsi3p.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9o9r3dv6bzfvallxsi3p.PNG" alt="Blog_Application" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is not all, Explore &lt;a href="https://www.neurelo.com/"&gt;neurelo&lt;/a&gt; and you found more gems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Summary:
&lt;/h2&gt;

&lt;p&gt;Thor no need to worry more, and thor made it like me. I assured that i will not get out of time building my next project in hackathon.&lt;/p&gt;

&lt;p&gt;I hope you enjoy this, stuck me on lot's of question i am so eager to answer all, or jump into &lt;a href="https://discord.com/channels/1142155002765385789/1142349729473241169"&gt;discord_server&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;this blog post is inspired by &lt;a href="https://dev.to/prathams01/asgard-savior-neurelo-3ki2"&gt;robyn_by_sanskar_jethi&lt;/a&gt; and viraj khokhariya.&lt;/p&gt;

</description>
      <category>database</category>
      <category>orm</category>
      <category>webdev</category>
      <category>backenddevelopment</category>
    </item>
  </channel>
</rss>
