How to fix Task Scheduler 0x1 Error
One of the most common error when using Task scheduler is 0x1 return code. I myself also encounter this when I was trying to setup a batch job to run even I was not sign….
Read moreCoding Tutorials and Development Tips
One of the most common error when using Task scheduler is 0x1 return code. I myself also encounter this when I was trying to setup a batch job to run even I was not sign….
Read more
“What is Vanilla JS?” You might have heard about Vanilla JS many times if you are a web developer. When I heard it at first, I was thinking to myself “Oh, it must be another….
Read more
In previous Electron Tutorial, I’ve covered about Electron basics and get started with your very first project. In this post, I’m going to make it connect to the database. MySQL would be a good match (since….
Read more
“If you can build a website, you can build a desktop app” – Electron official page Designing GUI is one of the pain if you want to build a desktop application (Well, maybe not if you….
Read more
In this article, we’ll show you how to embed Google Map to website. Before we begin with the code, you need to learn about API quota first. Google has put limits and quotas on every….
Read more