You are here |
techsavvypriya.wordpress.com | ||
| | | |
www.serverless.com
|
|
| | | | Sometimes the development feedback loop can be slow when working with serverless functions. This posts walks through some quick tips I use to speed things up | |
| | | |
www.missioncloud.com
|
|
| | | | Enter the Serverless Framework, a toolkit for creating, managing, deploying, and operating serverless architectures. | |
| | | |
bill.burkecentral.com
|
|
| | | | Quarkus Funqy is a new FaaS API that is portable across cloud runtimes like AWS Lambda, Azure Functions, Knative Events, and Google Cloud Functions. Or, if you're deploying to a traditional environment, Funqy functions can work standalone as well. public class MyClass { @Funq public Greeting greet(String name) { ... } } The idea of... | |
| | | |
hjr265.me
|
|
| | On April 3, 2023, I received an email from a "security researcher". The "security researcher" and his/her "expert team" scanned one of my sites and found a "critical urgent" vulnerability. The web application in question links to a subdomain under the same domain from the footer without the rel="noreferer noopener" attribute. Some will say that a subdomain is not an internal link and it must have that attribute. Fine. But this email led to a very fun and eye-opening exchange of 36 emails. |