Monday, February 8, 2021
Create Node.js and csvtojson Lambda Layer for AWS Lambda Custom Runtime
›
This post will cover how to use Node.js and csvtojson in AWS Lambda Custom Runtime which can be useful for use cases wherein CSV to JSON c...
Sunday, January 31, 2021
Using JQ in AWS Lambda Custom Runtime via AWS Lambda Layer
›
For a situation wherein there's a need to use JQ on AWS Lambda custom runtime, an AWS Lambda layer can be created and used for your AWS...
Sunday, January 17, 2021
Tagless Final in Scala for Beginners
›
This post is an effort to explain what is tagless-final in Scala and if one has bumped into strange-looking F[_] notations and wondered what...
Saturday, January 16, 2021
Background processing with Scala Cats Effect
›
Running any tasks with Scala Future in the background can be done using the following: Snippet 1 import scala.concurrent.duration._ impo...
Sunday, March 17, 2019
Can Crypto Replace National Currencies?
›
Bitcoin has gained incredible momentum and adoption recently as the most popular and largest cryptocurrency. While many people think of Bit...
Monday, May 14, 2018
Why Blockchain Technology is the Answer to the World’s Banking System Woes
›
The banking system is inefficient in its current state as it requires the use of multiple third-party verifications and transferring servic...
Friday, May 4, 2018
In-depth Look at Verge Cryptocurrency & Platform
›
Verge is a privacy-focused cryptocurrency that aims to keep transactions anonymous and untraceable while allowing for high throughput and f...
Stream a file to AWS S3 using Akka Streams (via Alpakka) in Play Framework
›
In this blog post we’ll see how a file can be streamed from a client (eg: browser) to Amazon S3 (AWS S3) using Alpakka’s AWS S3 connector....
Tuesday, May 1, 2018
Using Microsoft SQL Server with Scala Slick
›
This blog post shows simple CRUD operations on Microsoft SQL Server using Scala Slick version 3.2.3. You might be thinking what’s really g...
›
Home
View web version