Tutorial by Topics: rv

The Java Message Service is a Java API that allows applications to create, send, receive, and read messages. The JMS API defines a common set of interfaces and associated semantics that allow programs written in the Java programming language to communicate with other messaging implementations. JMS e...
Generally speaking, it is best not to use T-SQL Reserved Words as table names, column names, programming object names, alias etc. So the method to escape these keywords should only be applied if you are inheriting a database design that cannot be changed. For reserved words, usage of the square b...
docker volume create --name <volume_name> # Creates a volume called <volume_name> docker run -v <volume_name>:<mount_point> -d crramirez/limesurvey:latest # Mount the <volume_name> volume in <mount_point> directory in the container ParameterDetails--name ...
gen_server is an important feature of Erlang, and require some prerequisite to understand every aspect of this functionality: Loop, recursion and state Spawning processes Message passing OTP principles A good way to learn more about a feature in Erlang is to directly read the source code ...
Conceptual Hierarchy In the SharePoint conceptual hierarchy, site collections contain sites, which in turn contain lists. A site collection (SPSite) has no explicit UI but always contains one root level site (accessible through the RootWeb property) and possibly additional subsites under that r...
This section provides an overview of what microservices is, and why a developer might want to use it. It should also mention any large subjects within microservices, and link out to the related topics. Since the Documentation for microservices is new, you may need to create initial versions of t...
You create SuiteScript customizations using an event-driven system. You define various types of Script records, each of which has its own unique set of events, and in your source file, you define functions that will be called to handle those events as they occur. Scripts are one of the primary comp...
References: akka.io/docs Check out my blog: https://blog.knoldus.com/2016/08/07/supervision-and-monitoring-in-akka/
This section provides an overview of what parse-server is, and why a developer might want to use it. It should also mention any large subjects within parse-server, and link out to the related topics. Since the Documentation for parse-server is new, you may need to create initial versions of tho...

Page 7 of 10