Microsoft MVP award

I’ve been awarded as Microsoft MVP. This is second time in a row. For the first time, i didn’t wrote any blog post since it was pandemic and lockdown time.

But this time, i feel more special and energetic. I’m passing all good vibes to my friends and family.

Looking forward to contribute more to community and learn as well.

To know more about mvp award program please check this link https://mvp.microsoft.com/

And also following goodies from Microsoft for past year contribution. All came together, what a co incident and surprise.

One advice i always give to myself. When life gives you opportunity, use it wisely ✌️

Happy sharing!

Next js experiment

Tried out an app with Next js with the help of an YouTube tutorial video. The app contains basic features like loading data from external api, single level routing, nested routing, layout templates, Hyperlink navigations, Card styles. Here is an outcome. https://next-experiment-six.vercel.app

Thanks @traversymedia

This video is really helpful. https://youtube.com/watch?v=mTz0GXj8NN0&ab_channel=TraversyMedia…

I shall try the Udemy course as well shortly.

Deployed the source in vercel by following the official docs steps. Live: https://next-experiment-six.vercel.app

Its quick and straight forward. I’m yet to figure out – how to trigger the build & deployment in vercel on each commit or merge.

Planning to add footer and some real-time data + images to see on how image rendering & optimisations happening.

#nextjs#react#vercel

Reference

Source of this app is available in the following path

https://github.com/PandiyanCool/next-experiment