akhil.hashnode.devAppwrite meets opentelemetryTeam: Akhil Gautam https://github.com/akhil-gautam Project Description This app enables Appwrite to be used as a collector of opentelemetry data and visualises it from a UI. It uses Appwrite's database and its attributes to store opentelemetry data...Jun 15, 2023·6 min read
akhil.hashnode.devIntroducing WebQL: the low-code platform to consider nextWebQL is the low-code platform where you just need to bring your database to build your next full-stack web application. Unlike existing tools, you can build applications from any device as we arrange contents on a page using explicit ordering rather...Mar 1, 2022·5 min read
akhil.hashnode.devAre you creating React components like thisLet's first talk about the problem statement. Your frontend application Hashlink has become huge. You have been following a specific set of patterns to put all the components, pages, shared libraries, etc., in specific directories. Now it is time to ...Sep 28, 2021·3 min read
akhil.hashnode.devAre you putting your business logic at correct place?This blog is a continuation of the last one where we built an expense manager application with business logic scattered in the controller. Design pattern Design pattern is a set of rules that encourage us to arrange our code in a way that makes it m...Aug 26, 2021·4 min read
akhil.hashnode.devCreate REST APIs in minutesIn my Ruby on Rails series, I have already shared few blogs showcasing the magic of Ruby on Rails. In this blog, we will see how we can create a full-fledged REST API in minutes. Expense Manager API Create a user Add transactions Monthly report STE...Aug 23, 2021·5 min read