Roblox is an online game platform and game creation system that allows users to design their own games and play a wide variety of different games created by other users. Roblox’s mission is to bring the world together through play. We enable anyone to imagine, create, and have fun with friends as they explore millions …
AWS Serverless Express
Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway. The sample provided allows you to easily build serverless web applications/services and RESTful APIs using the Express framework. https://github.com/awslabs/aws-serverless-express Benefits- Pay for what you use- No infrastructure to manage- Auto-scaling with no configuration needed- Usage Plans- Caching- Authorization- Staging- SDK Generation- …
Get and set request-scoped context anywhere in Express app
We may need to store user information to somewhere and want to grab the information from a utility function. Assuming I need to get current logged user and use it in mongoose schema functions. Using express-http-context npm package, you can easily implement this. In where you want to grab the information; If you want to …
Puma-Dev
Puma-dev is the emotional successor to pow. It provides a quick and easy way to manage apps in development on macOS and Linux. Normally we use vhost on local development. But it is difficult to point to port as well. For ex: By vhost: http://development.test -> localhost:80 ( yes ) https://development.test -> localhost:3000 ( no …
Phaser – HTML5 Game Framework
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 …