7 followers
Blog on Web Back End Development -Java, DotNet and Elixir
keys and values are both user-defined maps. so for retrieving a value, key should be provided as an argument of the get() function. The shorthand...
union() function merge two collections into one. It is in the infix form a union b. Order of the operands is important. In the resulting collection,...
In Lisp Flavored Erlang (LFE), macros are powerful tools for metaprogramming, allowing developers to define new language constructs and perform code...
an LFE program is composed of anywhere from 1 to hundreds of thousands of lightweight processes. each process operates independently with its own...
How Does View Component Work in ASP DOTNET Core MVC? Invocation: View Components can be invoked from a view by calling the Component.InvokeAsync...
List Operations If the list size is less than the specified index, an exception is thrown. However two functions can avoid such...