Tutorial by Topics: on

Visual Studio is a open Source IDE which provides intellisense and editing facility for code .This IDE supports many languages like(Ionic ,C, C# ,AngularJs, TypeScript ,Android and so on) . These languages are able to execute there code by adding its Extensions in VSCode. By using VSCode we able to ...
Inter-process communication (IPC) mechanisms allow different independent processes to communicate with each other. Standard C does not provide any IPC mechanisms. Therefore, all such mechanisms are defined by the host operating system. POSIX defines an extensive set of IPC mechanisms; Windows def...
Timezones are often a hassle for developers. Django offers some great utilities at your disposal to make timezones easy to work with. Even if your project is operating in a single time zone, it is still good practice to store data as UTC in your database to handle cases of daylight savings. If you ...
The GNU C compiler comes with some cool features that are not specified by the C standards. These extensions are heavily used in system software and are a great tool for performance optimization.
The GNU compiler offers various levels of optimizations for the compilation process. These optimizations are used to improve the code performance and/or code size. Compiling a code with optimizations on, typically takes longer to complete. This command tells you what optimizations are available on ...
Dojo provides different functions that allows you to manipulate DOM elements such as creation, placement and destruction. ArgumentTypenodeDomNode or String
A Kotlin class may implement an interface by delegating its methods and properties to another object that implements that interface. This provides a way to compose behavior using association rather than inheritance.
I switched to Selenium 3 and started using Chrome instead of Firefox. I discovered that for Chrome I need to download a binary for WebDriver to handle the browser. For that to work I need to set absolute path to this binary as Java variable. If binary gets updated, I need to update that binary manua...
This document provides a high level overview and explains the whole architecture of Azure AD Authentication Process for Node.js (MOBILE TOOL) It is explains technical component and its interaction between mobile App, Web-API, Document DB and Azure Active Directory. Finally, how mobile user will be a...
What are GitHub buttons? GitHub buttons are buttons that you can add to your website that redirects users to any repository that you like! Credits: Gif images recorded with Recordit Static images taken with Snipping Tool Code editor used in full tutorials was codepen.io
The basic idea behind dynamic programming is breaking a complex problem down to several small and simple problems that are repeated. If you can identify a simple subproblem that is repeatedly calculated, odds are there is a dynamic programming approach to the problem. As this topic is titled Applic...
There a number of ways to include environment variables into the docker application. Here are some examples:
Update your Sass version using gem / ruby
As AppDynamics aims to provide a way to measure application performance, speed of development, delivery (deployment) of applications is an essential factor in making DevOps efforts a true success. Monitoring a TIBCO BW application with AppD is generally simple and not time consuming but when deploy...
This section provides an overview of what avfoundation is, and why a developer might want to use it. It should also mention any large subjects within avfoundation, and link out to the related topics. Since the Documentation for avfoundation is new, you may need to create initial versions of tho...
Instead of defining all of your request handling logic as Closures in route files, you may wish to organise this behaviour using Controller classes. Controllers can group related request handling logic into a single class. Controllers are stored in the app/Http/Controllers directory by default. ...
Pagination links indicate a series of related content exists across multiple pages. Typically these are used where a multi-page approach to long lists of content improves general performance, such as in search results or inboxes.
Multidimensional Arrays in Ruby are just arrays whose elements are other arrays. The only catch is that since Ruby arrays can contain elements of mixed types, you must be confident that the array that you are manipulating is effectively composed of other arrays and not, for example, arrays and stri...
There are several other Active Directory APIS, such as activedirectory2 and adldap.

Page 114 of 120