Note: though this tutorial uses JavaScript, the same principles apply to other languages as well, such as Python/C#.
read more “intro to async/await in js”Category: tutorials
easily implementing night mode using css
With night mode becoming more and more popular, you might want to add this feature to your next website/project. Thankfully, it is relatively easy to do. There are a couple of approaches to making an optional dark theme for your website:
read more “easily implementing night mode using css”how to do background geolocation in react native

A while ago, I was working and was faced with the task of developing a react-native application to track vehicles. After spending about a month researching and trying out different ways of doing background geolocation in react-native applications, I found out that: it was very hard; there were no posts that compiled all the information on the topic. So I decided to write this post for anyone who faces the same problem.
read more “how to do background geolocation in react native”