Create REST API in Golang with Serverless Framework and AWS
Today, we are learning how to create a basic serverless Golang API with Serverless Framework and deploy it to AWS Lambda and...
Read More
Deploying Unity 3D to Play Store in Github Actions with Fastlane
I always enjoy building games using Unity 3D during my free time. I always like to make sure the auto-deployment...
Read More
Acquiring Unity License for Github Actions
As for most of my projects, I would like to get the CI process ready as soon as possible to...
Read More
What is the new React 18 Hooks
React team has released React 18 and the theme for this release is concurrency. Needless to say, React 18 has...
Read More
Scaling / Resizing Responsive Retina CSS Sprite Icon in React
Images are crucial elements that will bring a strong visual power to a web page. Too many images, however, will...
Read More
Create React App v5 is now comes with TailwindCSS v3
Great news people! Create React App v5 is just released with a bunch of upgrades such as support for Webpack...
Read More
Translate Your React app with react-i18next
Localisation is very important for every web application to bring a better user experience to all the users from around...
Read More
Tailwind CSS v3.0 – New Just-in-Time (JIT) Engine
Tailwind CSS has recently released a new version of 3.0 and it has included many great and powerful new features...
Read More
Testing with React-Redux Hooks
With the rise of React Hooks, many developers have added hooks into their open source libraries. If you are using...
Read More
Monitor Apollo GraphQL with Graph Manager (Part 1)
GraphQL has been rapidly gaining the popularity due to its flexibility of giving the clients to ask what they need...
Read More
Using Custom Fonts in React Native
If you are looking for the guide to use custom fonts in your React Native apps, this is the right...
Read More
How to turn on Dark Mode in iOS 13 Simulator
iOS 13 is finally supported dark mode and here is how you turn on dark mode on your iOS iOS...
Read More
React Native Searchable FlatList with React Hooks
If you have been using a mobile app or building one, you must be very familiar with the content of...
Read More
Supercharge React Native Android app with Hermes
Facebook officially released the Hermes engine as an opt-in feature on Android. By enabling Hermes, Facebook claims that it will...
Read More
React Native Continuous Delivery with Github Actions and Fastlane
Github Actions is the workflow automation tool with CI/CD that allows you to do some tasks, such as running test...
Read More
Optimizing For MongoDB Atlas And AWS Lambda
If you want to use MongoDB for your AWS Lambda serverless app, MongoDB Atlas may be a good option for...
Read More
Testing React Native With Jest, react-test-renderer And react-native-testing-library
React Native is a great framework for you to write once and build mobile app with Javascript and React to both...
Read More
Shareable ESLint Config For React Native
A wise programmer once said, "You don't write code for yourself, you write for others or your future-self". Imagine that...
Read More
Automatically Set iOS Build Number And Android Version Code In Unity Cloud Build
Did you ever have an experience where you automate the build of your games with Unity Cloud Build, but eventually...
Read More
Transparency Sort Axis For 2D Top Down Games
You may want to read our previous blog about Sorting Layer and Sorting Group before continue reading this. If you are developing...
Read More