5 followers
Blog on Web Back End Development -Java, DotNet and Elixir
Java Shell is a command-line tool that provides an interactive way to access the Java . It lets you evaluate snippets of Java code instead of forcing...
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...