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.
JavaScript is a versatile and widely used programming language that offers multiple ways to declare variables, including let, var, and const. …
Collections are a common concept for most programming languages. It is a way of storing similar data types in a single object and iterate over it. …
JavaScript provides various data structures to manage collections of data, and two commonly used ones are Set and WeakSet. Both are used to store collections of values, but they have distinct characteristics and use cases. …
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 implement basic native Android in Unity. This show an example of showing a native Android’s Toast in unity using AndroidJavaClass and AndroidJavaObject. …
This particular script will help you to implement a Click listener to all UIView and its subclasses in a clean way. …
This particular script will help you to implement native Android image sharing using Android’s FileProvider in Unity. This is a fix for “android. …
Do APK or app size matters? Does a user think about the APK size before downloading it? Does a user think about space, an app occupying on the phone? …
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? …
System designing is the process of designing system elements such as architectures, modules, components, different interfaces of those components. Its the process of defining the lowest level entities in a software. …