May 4, 2022
#startup
What I learned to never do in a presentation meeting
What I learned to never do in a presentation meeting. I had a very bad meeting experience with a gateway provider.
Apr 12, 2022
#tutorials
How do you detect Credit card type based on the number?
How do you detect Credit card type based on the number using JavaScript? Simple solution using only code, no library required.
Apr 12, 2022
#tutorials
Download files in Javascript from Node.js server
How to download files in Javascript, either you use Vue.js, React, Angular, jQuery, or Vanilla JS. On the backend side, we run on Node.js using Express.js.
Mar 30, 2022
#startup
Startup tools for a better version
Are you a startup founder and are you looking for startup tools like invoice, planning or just making money with much automation? Check this article, from founder to founders.
Mar 17, 2022
#tutorials
How to use express validator?
How to use express validator through full examples. I found express validator very powerful, but having a poor documentation.