Contact Form with Node.js, Lambda and SES

AWS Lambda functions are extremely efficient at handling small, focused tasks. If you manage to break your entire application in small services then you don’t have to bother maintaining and scaling virtual instances. Having a couple of functions that run … Read more

Similar

How to Compile Node.js Code Using Bytenode

In this post, I will show you how to “truly” compile Node.js (JavaScript) code to V8 Bytecode. This allows you to hide or protect your source code in a better way than obfuscation or other not-very-efficient tricks (like encrypting your code using a secre... (more…)

Read more »

Lightning Node Setup, Backup, and Recovery

So you want to setup a Lightning Network node and you want to do it somewhat safely. More than likely the node software that you've chosen is lnd by Lightning Labs. It's a reasonable choice. It provides many tools and interfaces including CLI, JSON-RPC, R... (more…)

Read more »