Apache Spark™ has reached its 10th anniversary with Apache Spark 3. 0 which has many significant improvements and new features…
Continue Readingtype
Allow Simple Cluster Creation with Full Admin Control Using Cluster Policies
What is a Databricks cluster policy? A Databricks cluster policy is a template that restricts the way users interact with…
Continue ReadingA Data Scientist’s Guide to 8 Types of Sampling Techniques
This one talks about the different types of sampling techniques available to us: Probability Sampling: In probability sampling, every element…
Continue ReadingDipping a toe in the Power BI Lake
Dipping a toe in the Power BI LakeFinding the visit comfortable, familiar and friendlyDavid Moore MScBlockedUnblockFollowFollowingJun 30Photo by Adeolu Eletu on UnsplashMicrosoft released…
Continue ReadingPySpark Macro DataFrame Methods: join() and groupBy()
PySpark Macro DataFrame Methods: join() and groupBy()Perform SQL-like joins and aggregations on your PySpark DataFrames. Todd BirchardBlockedUnblockFollowFollowingJun 24We’ve had quite…
Continue ReadingBinary encoding of variable length options with Golang
Binary encoding of variable length options with GolangRotem TamirBlockedUnblockFollowFollowingJun 13Reading and writing TLV-encoded messages with GoRecently, I’ve worked on implementing a…
Continue ReadingUnsupervised Learning: Clustering
That’s where unsupervised learning comes in. So what is unsupervised learning?There are three types of unsupervised learning: clustering (what we’re…
Continue ReadingDesigning and implementing flexible RESTful services
Designing and implementing flexible RESTful servicesDominic BurfordBlockedUnblockFollowFollowingJun 14Following on from a couple of my previous articles, I would like to both…
Continue ReadingS.O.L.I.D Principles
S. O. L. I. D PrinciplesShubham GuptaBlockedUnblockFollowFollowingJun 13Every wannabe a Developer should know to write more readable, extensible and maintainable…
Continue ReadingSwift Hacks: De-duplicate Tedious Type Declarations with In-line Configuration
Swift Hacks: De-duplicate Tedious Type Declarations with In-line ConfigurationAdding a configured method to variable types to increase your coding efficiencyPhlippie…
Continue ReadingC++ Rvalues, Move Semantics, and Copy Elision.
As a general rule of thumb, a value is a temporary if it does not have an identifier or name.…
Continue ReadingUnderstanding STL Iterators : Ostream Iterator
Understanding STL Iterators : Ostream IteratorChukwunonso NwaforBlockedUnblockFollowFollowingMay 30C++ logo created by Jeremy KratzDisclaimerHonour must be given to whom honour is due. Firstly, honour…
Continue ReadingIntro to SwiftUI — Part 1: The language features behind it
Let’s take a look. Opaque Result TypesImagine we had a drawing library, which provided several primitive drawable types, such as lines…
Continue ReadingWrite a monad, in Java, seriously?
At least not the basics!The simplest way of explaining a Monad is to tell you that it is sort of…
Continue ReadingUnderstanding TypeScript’s Type System
A type system is a set of rules that assigns a type to every variables, expression, class, function, object, or…
Continue ReadingPushing static type checking in Python one step further
As you can see, the errors have been caught before the code went into production, even though our tests — as shown…
Continue ReadingComplementing A B Testing with Machine Learning and Feature Importance
Complementing A B Testing with Machine Learning and Feature ImportanceAlessandro KoscianskyBlockedUnblockFollowFollowingMay 25Photo by Everton Vila on UnsplashIn this post I want…
Continue ReadingTyping Next.JS components using TypeScript
Typing Next. JS components using TypeScriptKonstantin LebedevBlockedUnblockFollowFollowingMay 22In this article, we’ll talk about typing Next. JS components. We’ll be using…
Continue ReadingCounting at compile time
A genuine type-level computation. Our Nat are now ordered. (Lt, Gt, Gte can all be defined similarly or derived from…
Continue ReadingThe story of one mother & two sons: value type vs reference type in Swift
????????????Now let’s spice up your confusion: structs are not only the value types in Swift. Tuples and enums are also…
Continue ReadingSwift Basics
This is not fair. Age is an integer why are you declaring it as String you may ask. Well, we…
Continue ReadingDon’t be afraid of Python’s type hints
Don’t be afraid of Python’s type hintsZethBlockedUnblockFollowFollowingMay 19Python is a high level dynamic language where you can quickly write code and…
Continue Reading5 things that developers do all the time, in Scala
5 things that developers do all the time, in ScalaAntoine DoeraeneBlockedUnblockFollowFollowingMay 17Scala is hard. Scala has a steep learning curve. That’s…
Continue ReadingOptionals are not Optional
operator is optional chaining. Say you have an optional type that has another optional type nested inside of it and…
Continue ReadingScrap your typeclasses, take 2
Yesand so on…This algorithm for “type-directed function application” is so simple that it has been implemented in the registry library.…
Continue Reading