Phaser is a fast, free, and fun open source HTML5 game framework that offers WebGL and Canvas rendering across desktop and mobile web browsers. Games can be compiled to iOS, Android and native apps by using 3rd party tools. You can use JavaScript or TypeScript for development. Along with the fantastic open source community, Phaser …
Zasilkovna API (Shipping API)
Zasilkovna API is a global shipping API which can be used to implement shipping system in our projects. What we need to do is just to create orders using the API and other shipping actions will be all performed by the API. We can implement shipping system very easily using this API. https://docs.packetery.com/
FingerprintJS, fraud detection + user identification JS
FingerprintJS Pro is a combination of a JavaScript agent that runs in the browser and a server-side storage and API system that securely identifies visitors and stores all the information you need to detect fraud. Business scenarios where FingerprintJS Pro can help Catch bots trying to automatically input many usernames and passwords into your login …
How can I request user permission for audio on Chrome?
Simply make your own alert modal. You can feature detect if it is required or not by trying to play your audio while muted
Localstack – AWS cloud services in local env, faster development
Developing AWS cloud based applications, like serverless based apps normally require too much effort on non-development related things. LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. LocalStack builds on existing best-of-breed mocking/testing tools, notably kinesalite/dynalite and moto, ElasticMQ, and others. While these tools are awesome (!), they lack functionality for certain use cases. LocalStack combines the tools, makes them …