The source code for this blog is available on GitHub.

Blog.

A statically generated blog example using Next.js and Markdown.

Cover Image for Brief journey of setting up graphql to send email using nodemailer and gmail

Setting up mail notification using nodemailer, gmail

Jose KJ
Jose KJ

More Stories

Cover Image for Breif summary of transition journey from rest api to graphQl

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.

Jose KJ
Jose KJ
Cover Image for How to launch a product and let it reach wider audience?

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.

Jose KJ
Jose KJ
Cover Image for Brief journey of sorting by specific custom order based on an association table values in PSQL

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

Jose KJ
Jose KJ