2 followers
Data Engineer by choice and Rustacean by interest.
How does Rust guarantee memory safety? · Designed by Freepik The Rust’s ownership and borrowing might be confusing if we don't grasp what's really going...
What is a case class? Case classes are a special kind of class created using the keyword case. Case classes are excellent for data transfer objects...
What is envelope encryption? When we encrypt our data using an encryption key, it is protected, but we also need to protect that encryption key....
Scala Learning Series · The title reads as follows: "Defining Variables Using the def Keyword." Before we continue, let's see if this title is...
What is data deluge? The word "deluge" is pronounced as del-yooj and it literally means an enormous amount of anything. A data deluge is a situation...
Identifying bad practices can be as valuable as identifying good practices! · What is an anti-pattern? The term "anti-pattern" was first used in 1995 by...