Blog.
A statically generated blog example using Next.js and Markdown.
Setting up mail notification using nodemailer, gmail
More Stories
Breif summary of transition journey from rest api to graphQl
I have been useing, creating rest apis for past 4+ years, recently i had an oppertunity to learn appolo graphql at NeoIto and the journey so far was great.In this blog i will try to briefly explain how i learned graphql, handled new feature updates on an existing graphql project.
How to launch a product and let it reach wider audience?
Congragulations that you are planning to launch a new product, this article is going to give you insight on how to get your product to investors, propspetus customers.
Brief journey of sorting by specific custom order based on an association table values in PSQL
In this blog i will share how i manged to sort by custom order, for example i have a customers table with customer name, customer age, customer country name, address etc, i want to sort the users in a way that i want users from india first, america second, canada third, germany fourth assuming that i am only haveing customers from these countries. it would have been easy if i were to sort just in alphabeticall order or by age but its little diffrent approch i follwed here useing *case when* i did spent a day trying to figure out how to use this. The following query sorts in the order above mentioned