5 followers
Blog on Web Back End Development -Java, DotNet and Elixir
Output on Terminal > (lfe_io:format "hello world~n" ())lfe_io:format function is use to write output on terminal. It can takes one or two arguments as...
Lisp, short for "List Processing," is a family of programming languages known for its distinctive, fully parenthesized prefix notation. Originally...
You can manage the complete development cycle of a Play application with sbt. /to build and run Play, change to the directory of your project and...
Intro:- The options pattern in ASPDOTNET Core is a technique used to manage and configure settings for your application in a strongly-typed manner....
Intro:- Unit testing is a form of testing in which individual components are isolated from the rest of the application so their behaviour can be...
Kotlin uses the standard Java collection classes. Kotlin doesn’t have its own set of collection classes. All of your existing knowledge about Java...