I am a non-caffeine-addicted developer, MSc in Video Game Development working as Engineering Manager at Gameskraft, Bangalore India. My past industry experience of around ten years majorly incorporates native Android, native iOS, Web (React and React Native), Backend (Java, Node JS and TS) and Game Development (Unity and Unreal Engine) targeting mobile and PlayStation. I have experience with both AWS and GCP. I am passionate about gaming and animations.
I have a special interest in playing and developing video games. Counter-Strike: condition 1.6 is still at the top of my favourite games list. Apart from video games, I love swimming and trekking. I won 1 gold and 4 silver medals in swimming at the KVS national level and 12 gold medals at the regional level and was awarded by the district collector for the same on 26th Jan 2006. I even attended 5 national-level trekking camps including Trek on frozen river (Chadar Trek - 72 Kms) in different regions of the Himalayan range.
My life is extremely exciting with adventurous sports. I am an SSI-certified open water scuba diver with multiple dives logged in my dive book for more than 40 mins each. I am also an aspirant for Private Pilot License and will be flying an aircraft up to a 1500 Kgs soon. I drove the bike on the world's highest motorable road and made a bike trip to 'Leh, Kashmir India' multiple times. I jumped from a height of 83 and 55 meters static platforms with just a rope tied to my legs, Bungee jump. I jumped from a height of approx 10,000 ft from a Cessna 172 plane with just a parachute on my back, Solo Sky diving.
Enums are special classes which limit the possible values of an object for that class. The possible values defined for that class are final or unchangeable. …
It is a very common use case where we want to return two values from a method, can be either of same data type or can be of different data types. …
We often need to compare the data of two variables or objects or the references of two objects in Kotlin. This brings in another question, which equality check should we use in which case. …
The power of Camera APIs and OpenGL Altogether
London, UK - 27-28 Oct 2022
The power of Camera APIs and OpenGL Altogether
Minsk, Belarus (Remote) - 06-07 Nov 2020
How can I migrate my Android code from Java to Kotlin?
Remote - 11 July 2020
Java or Kotlin, what do you use?
Remote - 6 June 2020
APK Size Matters
Heraklion - Crete, Greece - 24-25 Sept 2019
Cut your APK size with features on demand
Vienna, Austria - 19-20 Sept 2019
This particular script will help you to typecast one Android/Java object into another in Unity. For further explaination on how this works, please read the article Native Android in Unity. …
This particular script will help you to implement a Date Change listener to all UIDatePicker and its subclasses in a clean way. …
This particular script will help you to implement native Android text sharing in Unity. We use all the native classes of Android in Unity using AndroidJavaClass and AndroidJavaObject and perform the Android’s ACTION_SEND with EXTRA_SUBJECT and EXTRA_TEXT. …
In continuation of the previews session for Google Accelerator program on the topic Java or Kotlin. what do you use? today we are going to look at how can you migrate the codebase from java to Kotlin and what are the common mistake made by developers while doing the same. …
Are you using the best out of your device camera and GPU in your app? Do you know how camera frames are drawn on the screen? …
Object-oriented programming (OOP) concepts are something which are fundamentals of any Object-oriented programming language. These concepts give you the power to structure your code in such a way that it’s well optimized, reusable, efficient, future proof and much more. …