Tutorial by Topics: n

In this post we are going to discuss how the concept of Eventloop emerged and how it can be used for high performance servers and event driven applications like GUIs.
Here we are going to discuss about the history of Node.js, version information and it's current status.
Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur. There are two groups of these hooks: client-side and server-side. Client-side hooks are triggered by operations such as committing and merging, while server-side hooks run on netwo...
This section provides an overview of what stored-procedures is, and why a developer might want to use it. It should also mention any large subjects within stored-procedures, and link out to the related topics. Since the Documentation for stored-procedures is new, you may need to create initial ...
This section contains information about various operating systems available for the Raspberry Pi's.
This section provides an overview of what plone is, and why a developer might want to use it. It should also mention any large subjects within plone, and link out to the related topics. Since the Documentation for plone is new, you may need to create initial versions of those related topics. ...
In some cases, for instance when we want to backup solrcloud collections programmatically, we need to know what are the Shard Leaders. The example below shows how that can be achieved using SolrJ.
Asp.net core provides configuration abstractions. They allow you to load configuration settings from various sources and build a final configuration model which can then be consumed by your application. IConfiguration string this[string key] { get; set; } IEnumerable<IConfigurationSection...
When we get highlighted snippets in our Solr response programmatically, we need to extract and handle them. The code below shows how to do that with SolrJ.
This topic is about setting up and using OpenGL ES 2.0+ on Android. OpenGL ES is the standard for 2D and 3D accelerated graphics on embedded systems - including consoles, smartphones, appliances and vehicles.
In this post I am giving an example on how to connect to Couchbase over SSL/TLS to establish a secure connection to protect data on wire. Hopefully, you have enabled SSL on Couchbase side. For Information on enabling SSL on Couchbase side you can refer to http://docs.couchbase.com/developer/dotnet-...
This section provides an overview of what PyQt4 is, and why a developer might want to use it. PyQt is a GUI widgets toolkit. It is a Python interface for Qt, one of the most powerful, and popular cross-platform GUI library. PyQt is a blend of Python programming language and the Qt library. This ...
Acumatica ERP lets you define attributes for flexible, meaningful classification of an Entity (Lead, Stock/Non-Stock Items Etc.) as required for your company’s specific needs. An attribute is a property that enables you to specify additional information for objects in the system. Attributes are defi...
In AngularJS the MVC pattern is implemented in JavaScript and HTML. The view is defined in HTML, while the model and controller are implemented in JavaScript. There are several ways that these components can be put together in AngularJS but the simplest form starts with the view.
This section provides an overview of what dicom is, and why a developer might want to use it. It should also mention any large subjects within dicom, and link out to the related topics. Since the Documentation for dicom is new, you may need to create initial versions of those related topics. D...
In ASP.NET MVC, the views are placed by default in the Views folder. Sometimes you want to change this locations and store the views somewhere else.
JNI (Java Native Interface) is a powerful tool that enables Android developers to utilize the NDK and use C++ native code in their applications. This topic describes the usage of Java <-> C++ interface.
Database is an integral part of any application and performance and persistance are real challenges faced by any web application. NoSql databases are no different in this matter and need to be dealt carefully. DynamoDB being one of the NoSQL database that is provided by Amazon Web Services support b...

Page 256 of 329