How to Implement TikTok Login in Capacitor AndroidIn this tutorial, we will learn how to integrate TikTok login into a Capacitor Android app using the capacitor-android-tiktok-login…Dec 24, 2024Dec 24, 2024
How to Implement Google Login in a React Capacitor App for AndroidIn this tutorial, we’ll use the @codetrix-studio/capacitor-google-auth library to implement Google login.Sep 14, 2024Sep 14, 2024
Shader for reflection in Cocos CreatorWe’ll explore how to implement a reflection shader for both text and images in Cocos Creator. Let’s dive into the final code for achieving…Feb 3, 2024Feb 3, 2024
Shader for gradient color text in Cocos Creatorlet’s discover how to make your game’s text pop with vibrant colors using a gradient shader in Cocos Creator. Here is the final code.Feb 2, 2024Feb 2, 2024
View Height doesn’t change when the address bar disappears in the mobile!In web development, we often use the “view height” (vh) unit in CSS to determine the height of elements relative to the viewport. For…Sep 11, 2023Sep 11, 2023
What is the difference Between Promise and Async Await in Javascript?Before diving into the specifics of Promises and async/await, it’s important to clarify the concepts of synchronous and asynchronous…Aug 21, 2023Aug 21, 2023
How to make responsive widget in Cocos creatorImagine a scenario where you want to add a back button to your game. You decide to use the widget component in your button node and set its…Aug 19, 2023Aug 19, 2023
How to access React state in Socket io listenerImagine a scenario where you want to reflect the current amount of a user in real time. A common misconception is that by directly…Aug 16, 2023Aug 16, 2023
How to write nested form with ant design in ReactCreating forms using Ant Design is a straightforward process once you grasp the essentials. The key to understanding the structure of your…Aug 15, 2023Aug 15, 2023
Restore MySql incremental backup from S3 with the shell scriptI used binary log files for incremental backup. You can check out this blog. I saved my binary logs data in this s3 path…Aug 13, 2023Aug 13, 2023