Nextjs is the best framework out there to create server side rendered react apps. Now with the support of pre-rendered pages and static export, its on the way to become ultimate tool for both dynamic and static content generation. Sitemaps…
How to generate sitemap for NextJs Projects
03-Aug-20201 Min ReadGetting started with React Recoil
18-May-20201 Min ReadRecoil is a state management library for React by facebook. Overview Recoil lets you create a data-flow graph that flows from atoms (shared state) through selectors (pure functions) and down into your React components. Atoms are units of…
React Ant Design Dynamic Graphql Form Using Typescript : Part (3/3)
21-Mar-20191 Min Readnote This is an advanced typescript tutorial for react development. Now we have the fully usable modular graphql component. Let's try to implement a login form using our custom component. Create a basic input interface This interface…
React Ant Design Dynamic Graphql Form Using Typescript : Part (2/3)
20-Mar-20191 Min Readnote This is an advanced typescript tutorial for react development. Now we have all the interfaces defined, let's proceed creating the dynamic graphql form component.
React Ant Design Dynamic Graphql Form Using Typescript : Part (1/3)
19-Mar-20191 Min Readnote This is an advanced typescript tutorial for react development. Scenario Often we encounter situations where we have to write the basic forms (register, login, newsletter,etc..) and submit them for graphql mutations. It's a tiresome…
Practical Tensorflow2 Guide: Hello World
03-Mar-20194 Min Readnote This is a reproduction of hello world example by google codelabs Consider the following sets of numbers. Can you see the relationship between them? X -1 0 1 2 3 4 Y -2 1 4 7 10 13 As you look at them you might notice that the X value…
Practical Tensorflow2 Guide: Setting Up Workspace
02-Mar-20191 Min ReadThis series is aimed to improve your knowledge in applied machine learning for creating production ready applications using tensorflow2 Prerequisites Docker We are using docker image of tensorflow for quick start. Using an officially…
React Hooks : useState Array Operations
02-Feb-20191 Min ReadHere is an example of performing array operations with useState hook.
Managing AspIdentity With MongoDB And AspNetCore-2.x
18-Feb-20181 Min ReadInstall the Nuget Package Install MongoAspNetCore Nuget Package : Add configuration Add MongoDb connection details in appsettings.Development.json . Add AspIdentity with MongoDB Update SigninManager (optional) Replace all the…
Ludum Dare 38: Roboland
12-May-20171 Min ReadTimelapse of RoboLand : LD38 Entry https://www.youtube.com/watch?v=ENdCCXY4468 Play it on itch.io : https://slovakyan.itch.io/roboland LudumDare Compo Entry: https://ldjam.com/events/ludum-dare/38/roboland
Ludum Dare 37: Machine Blaster
14-Dec-20161 Min ReadTimelapse of MachineBlaster : LD37 Entry Here's the time lapse of game created in 48 hours as part of LudumDare37 https://www.youtube.com/watch?v=Z0Nz6xVIXoc Play it on itch.io : https://goo.gl/wi3gYV LudumDare Compo Entry: https://goo.gl…
Kanyakumari : Trying to catch the rising sun
28-Jul-20152 Min ReadIt is an awesome experience travelling with a friend. Especially with the one who knows you better. I have no idea when I thought about going for a trip to Kanyakumari. Like every other trips, this also started without prior plans. One…
Unity3D: Manage GUI elements for any aspect ratios (2D 3D)
23-Aug-20131 Min ReadI do know that lots of discussions have happened on this topic and most of them are resolved, Recently, I've came across a large game project, which had lots of GUI elements to be drawn at on screen on different times. I somehow managed to…
What's the fear factor?
26-Apr-20121 Min ReadADJUSTMENTS This word is most common and likely to happen always around us. For example , In a relationship. She Adjusts her attitude for him, he adjusts his attitude for her, or even we adjusts ourselves to our course/job that we don't…
About Engineering
23-Apr-20121 Min ReadI would like to share my vision about present day Engineering status. When I joined for Engineering, I expected a lot. Expected that I could meet some real tigers. The real demons. Those who're darn passionate. Those who're ready to take…