Lin GashHow 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 14Sep 14
Lin GashShader 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 3Feb 3
Lin GashShader 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 2Feb 2
Lin GashView 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
Lin GashWhat 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
Lin GashHow 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
Lin GashHow 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
Lin GashHow 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
Lin GashRestore 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
Lin GashSchedule a Mysql incremental backup and send it to S3.MySQL Enterprise offers extra features like incremental backups but at a cost. However, there’s a method for achieving incremental backups…Aug 12, 20231Aug 12, 20231