Time to see what is in the boxes

Weekly Challenge 312 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My solutions are written in Python first...
0 Read More

sqlc: Type-Safe Querying in Go

sqlc: Type-Safe Querying in Go
Leapcell: The Next-Gen Serverless Platform for Golang Hosting Introduction The interfaces provided by the database/sql standard library in the Go language are relatively low-level. This requir...
0 Read More

How fault-tolerance works in Flink

How fault-tolerance works in Flink
Apache Flink is a distributed stream processing framework that provides fault tolerance through a mechanism called "checkpointing".I've shared information about checkpoint shortly on following post. ...
0 Read More