Category Archives: JavaScript

Javascript related article and solutions

Luhn-valid credit card number generator for arbitrary BIN

If you run your own payment page, you probably know by now that the MasterCard 2-series BIN expansion is coming, and having some test cards to run against validators is always useful to check that your front-end update is going well—but where do you get them? There are many websites that provide generators that produce … Continue reading Luhn-valid credit card number generator for arbitrary BIN

Random latin string generator for faster form filling

When developing a web form, either for texting, buying or payment tasks we almost always have to manage a confirmation page that comes after the successful submit of the form data. If the page we have to manage is being built from scratch we have the opportunity to work on the html/css structure in a … Continue reading Random latin string generator for faster form filling