Minor Scale Formula
Below are the 12 music notes in western music A — A#(or Bb) —- B —- C — C#(or Db) — D — D#(or Eb) — E — F — F#(or Gb) — G — G#(or Ab) — A Note : # is pronounced as Sharp and b as Flat. For ex...
Below are the 12 music notes in western music A — A#(or Bb) —- B —- C — C#(or Db) — D — D#(or Eb) — E — F — F#(or Gb) — G — G#(or Ab) — A Note : # is pronounced as Sharp and b as Flat. For ex...
Below are the 12 music notes in western music A — A#(or Bb) —- B —- C — C#(or Db) — D — D#(or Eb) — E — F — F#(or Gb) — G — G#(or Ab) — A Note : # is pronounced as Sharp and b as Flat. For ex...
Pre-read blogs: Functional Programming in Java - What and Why? Functional Interface examples (Functional programming) Monads Let me take a very simple concept of doing 3 operations one after...
Before moving to examples, do read the blog Functional programming in Java - What and Why? to get more context on what is functional programming. There are few other ways apart from lambdas, that...
This blog aims to define what functional programming is and few very basic examples of the same. **Note: I will be posting another blog with in detail examples for functional programming in Java...