Uncategorized

How to serialize related fields as camelCase in Adonis.JS V5

Hey there! This will be a short post about a small thing that I encountered while using Adonis.js V5 The thing is that the default naming strategy serializes everything but related models as camelCase. To have EVERYTHING serialized as camelCase do the following: 1. Create the ‘CamelCaseNamingStrategy.ts’ file Then, once you’ve done that, register that …

How to serialize related fields as camelCase in Adonis.JS V5 Read More »

How to Implement Search By Color When All You Have is A Good Coffee

Hey there! Last week I started working on a rewrite of Shefa Products which is a wholesale merchandising e-commerce for Argentina. The rewrite is not only to move it from Angular.JS (version 1, do you remember it?) to Next.JS and the Adonis Framework, but also to be able to add features faster and get the …

How to Implement Search By Color When All You Have is A Good Coffee Read More »