EDDYMENS

How To Build A Serverless Contact Form With Digital Ocean Functions

This tutorial walks you through creating a serverless contact form handler for your static site using Digital Ocean functions . As part of the setup, we will be st...

What The Heck Is GraphQL

Definition GraphQL in itself is a specification describing a new way an app or web frontend asks for data from the server. This specification is built into libraries we end up implementing on our server-side as well as the client-side of our apps. Meaning if you are building...

Simple And Free Accounting Software

Here is a simple Accounting software that requires no login, or sign up to use. Free Accounting Software ...

Simple And Free Invoice Tool

Here is a simple invoicing tool that requires no login, or sign up to use. Invoice App ...

What Are Gas Fees?

Just like you need gas to get a car moving, gas fees are what you pay to miners or validators to verify and record transactions or to run smart contracts on the blockchain. These fees go to validators as compensation for the computational work required to perform these actions....

What Are Immutable Variables And Objects?

In programming, immutability means that once a variable or object is created, its value cannot be changed. If you need it to hold a different value, you must create a new variable or object instead of modifyi...