Tutorial by Topics: n

Sometimes we need to share some component between some apps and publishing it in npm is one of the best ways of doing this. There are some tricks that we need to know to be able to use a normal component as npm package without changing the structure as inlining external styles. You can see a minim...
RequireJS is an implementation of the Asynchronous Module (AMD) API used to load javascript files asynchronously (i.e. without blocking) and manage dependencies between multiple javascript files. It also includes an optimization tool for combining and minimizing script files for deployment while...
Stemming is a sort of normalizing method. Many variations of words carry the same meaning, other than when tense is involved. The reason why we stem is to shorten the lookup, and normalize sentences. Basically, it is finding the root of words after removing verb and tense part from it. One of the mo...
This section provides an overview of what corona is, and why a developer might want to use it. It should also mention any large subjects within corona, and link out to the related topics. Since the Documentation for corona is new, you may need to create initial versions of those related topics....
Internationalization (i18n) and Localization (L10n) are used to adapt software according to differences in languages, regional differences and target audience. Internationalization : the process of planning for future localization i.e. making the software design flexible to an extent that it can ad...
Sometimes your SSH session stops responding. You can easily get out of that session using the following trick.
Recording test scenarios is one of the most convenient ways to create test scripts. This is because test recordings let you mimic realistic user workflows, instead of having to manually create a test script. The recordings capture all browser requests to the web application, and then automatically c...
Pharo provides an excellent way to combat complexity in software development. With its fast feedback with instantaneous compilation of the currently edited method, its objects all the way from compiler to the run-time stack, and tools designed to be customizable by the individual developer, it s...
Interface can't be implemented with pointer receivers because *User is not User
This section provides an overview of what mocha is, and why a developer might want to use it. It should also mention any large subjects within mocha, and link out to the related topics. Since the Documentation for mocha is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what split is, and why a developer might want to use it. It should also mention any large subjects within split, and link out to the related topics. Since the Documentation for split is new, you may need to create initial versions of those related topics. ...
Fitting a line (or other function) to a set of data points.
The main features offered by the HERE API are listed below. Mapping Search Directions Turn-by-turn Navigation HERE Positioning LiveSight
You use analytic functions to determine values based on groups of values. For example, you can use this type of function to determine running totals, percentages, or the top result within a group. FIRST_VALUE ( scalar_expression ) OVER ( [ partition_by_clause ] order_by_clause [ rows_range_cl...
Node is a programming language where everything could run on an asynchronous way. Below you could find some examples and the typical things of asynchronous working. doSomething([args], function([argsCB]) { /* do something when done */}); doSomething([args], ([argsCB]) => { /* do something ...
This section provides an overview of what nuget is, and why a developer might want to use it. It should also mention any large subjects within nuget, and link out to the related topics. Since the Documentation for nuget is new, you may need to create initial versions of those related topics. ...
The goal of this topic is to document best practices when asking Apache Spark related questions.
This section provides an overview of what floating-point is, and why a developer might want to use it. It should also mention any large subjects within floating-point, and link out to the related topics. Since the Documentation for floating-point is new, you may need to create initial versions ...

Page 260 of 329