background preloader

Docker - Build, Ship, and Run Any App, Anywhere

https://www.docker.com/

Related:  LangagesToolscoffee72

Cordova Tutorial Cordova is a platform that is used for building mobile apps using HTML, CSS and JS. We can think of Cordova as a container for connecting our web app with native mobile functionalities. Web applications cannot use native mobile functionalities by default. This is where Cordova comes into picture. It offers a bridge for connection between web app and mobile device. By using Cordova, we can make hybrid mobile apps that can use camera, geolocation, file system and other native mobile functions.

Download Microsoft® SQL Server® 2012 SP1 PowerPivot for Microsoft Excel® 2010 from Official Microsoft Download Center <a id="b7777d05-f9ee-bedd-c9b9-9572b26f11d1" target="_self" class="mscom-link download-button dl" href="confirmation.aspx?id=29074" bi:track="false"><span class="loc" locid="46b21a80-a483-c4a8-33c6-eb40c48bcd9d" srcid="46b21a80-a483-c4a8-33c6-eb40c48bcd9d">Download</span></a> Microsoft PowerPivot for Microsoft Excel 2010 provides ground-breaking technology; fast manipulation of large data sets, streamlined integration of data, and the ability to effortlessly share your analysis through Microsoft SharePoint. Java Design Patterns - Example Tutorial - JournalDev Design Patterns are very popular among software developers. A design pattern is a well-described solution to a common software problem. I have written extensively on java design patterns. You can download PDF eBook (130+ pages) by subscribing to our newsletter.

Android User Session Management using Shared Preferences Session are useful when you want to store user data globally through out the application. This can be done in two ways. One is storing them in a global variables and second is storing the data in shared preferences. Unit Testing Assistance ReSharper helps discover and run or debug unit tests right in Visual Studio . The following unit testing frameworks are supported: With ReSharper, you can execute a single unit test, all tests in a test class, file, project or solution. You can also execute any number of tests combined in a test session. Unit testing assistance can be extended with other JetBrains .NET products: you can profile unit tests with dotTrace and analyzes code coverage of unit tests with dotCover. These products are also included in the ReSharper Ultimate.

GoF Design Patterns Using Java (Part 1) To understand the philosophical and historical perspective on the Gang of Four's design patterns, I made a short, 10-minute video. (This was also my PluralSight author audition). I came up with my own examples to understand design patterns further. Transmitting Network Data Using Volley Dependencies and prerequisites Android 2.2 (API Level 8) or higher Video Volley: Easy, Fast Networking for Android Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available on GitHub. Parasoft - Software Testing Tools Parasoft’s family of software quality solutions provide end-to-end testing capabilities that span functional testing, test lab management, development testing, and automated defect prevention. Simulate realistic, complete test environments on demand Ensure the integrity of API transactions Apply defect prevention activities consistently and continuously Virtualize Create, deploy, and manage simulated dev/test environments to enable on-demand access to complete environments. SOAtest

GoF Design Patterns Using Java (Part 2) My concluding write-up on design patterns, with some examples. Please first check out Part-1 of this article under 'GoF Design Patterns Using Java (Part 1).' To understand the philosophical and historical perspective on the Gang of Four's design patterns, I made a short, 10-minute video. (This was also my PluralSight author audition). I came up with my own examples to understand 'Design Patterns' further.

Related: