Tutorial by Topics: 3

The Vector3 structure represents a 3D coordinate, and is one of the backbone structures of the UnityEngine library. The Vector3 structure is most commonly found in the Transform component of most game objects, where it is used to hold position and scale. Vector3 provides good functionality for perfo...
code samples and some other stuff
Client Side Rendering (CSR) is a new concept that is introduced in SharePoint 2013. It provides you with a mechanism that allow you to use your own output render for a set of controls that are hosted in a SharePoint page (list views, list forms and search results). Client Site Rendering is simply w...
This section provides an overview of what laravel-5.3 is, and why a developer might want to use it. It should also mention any large subjects within laravel-5.3, and link out to the related topics. Since the Documentation for laravel-5.3 is new, you may need to create initial versions of those ...
This section provides an overview of what sharepoint-2013 is, and why a developer might want to use it. It should also mention any large subjects within sharepoint-2013, and link out to the related topics. Since the Documentation for sharepoint-2013 is new, you may need to create initial versio...
Completes the introduction to stores and folders started in part 2 of this tutorial Expected prior knowledge: You have studied part 2 of this tutorial or are already familiar with its contents.
This section provides an overview of what ruby-on-rails-3 is, and why a developer might want to use it. It should also mention any large subjects within ruby-on-rails-3, and link out to the related topics. Since the Documentation for ruby-on-rails-3 is new, you may need to create initial versio...
New features, improvements and changes from Laravel 5.2 to 5.3
Lambda developers will handle issues that requires the use of other AWS resources. This topic focuses on S3 (Simple Storage Service) which will commonly be used for storing static files and other configurations. This documentation will consider using AWS-SDK in lambda, accessing files in S3 from Lam...
This section provides an overview of what identityserver3 is, and why a developer might want to use it. It should also mention any large subjects within identityserver3, and link out to the related topics. Since the Documentation for identityserver3 is new, you may need to create initial versio...
This documentation section focuses on developing against the Amazon Web Services (AWS) Simple Storage Service (S3). S3 is truly a simple service to interact with. You create S3 "buckets" which can contain zero or more "objects." Once you create a bucket, you can upload files or a...
This is a list of commonly-used shortcuts in Sublime Text version 3. If you know of others, feel free to suggest an edit but I'll start it with [Windows] ones I know. There is a list of shortcuts in the sublime text docs (at http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.ht...
I recently had to modify the Activity sub-grid to remove certain activity types from the add activity menu. Note, this may not be a supported method on how to do this, but there is no documented supported way to so it, so I had to come up with a solution & this worked, in CRM 2013 anyway. ...
d3 is a powerful library for creating interactive charts; however, that power stems from users having to work at a lower level than other interactive libraries. Consequently many of the examples for d3 charts are designed to demonstrate how to produce a particular thing - e.g. whiskers for a box and...
Spring has JSR303 bean validation support. We can use this to do input bean validation. Seperate validation logic from business logic using JSR303.

Page 4 of 5