-
Estimated reading time: 1 Minute
Object Literal Property Value Shorthands, New feature of ES6
The ECMASCRIPT 6 (2015) have added a comfortable shortcut of literal objects definition in javascript.
Stay updated with our most recent tutorials, fixes, and developer resources.
Real-time updates that matter
Estimated reading time: 1 Minute
The ECMASCRIPT 6 (2015) have added a comfortable shortcut of literal objects definition in javascript.
Estimated reading time: 1 Minute
The app builds successfully, everything seems to be ok installing app, launching and LAUNCH SUCCESS. However when the app is executed on a device or emulator with android < 4.2 nothing happens !
Estimated reading time: 1 Minute
This is a common issue on java and happens when you're trying to access a variable in a nested class.
Estimated reading time: 2 Minutes
List all files and folders inside a directory
Estimated reading time: 2 Minutes
This problem happens on Android version > 5 when you select a file from the native file chooser using cordava or phonegap, learn how to deal with this issue !
Estimated reading time: 1 Minute
Still confused what makes different "var" of "let" declarator in javascript? Take a look !
Estimated reading time: 1 Minute
If you have obfuscated javascript code, you can try retrieving the source code although it will be not so easy to read.
Estimated reading time: 1 Minute
Learn more about javascript obfuscation ! Sometimes, the minification is not enough.
Estimated reading time: 1 Minute
Do you want to create an application with web knowledge like Spotify or steam ? Use CEFSharp !
Estimated reading time: 1 Minute
Increase the performance of a function that is executed many times in a short time
Estimated reading time: 3 Minutes
Problems with exportation to image with highcharts ? Try these methods !
Estimated reading time: 3 Minutes
Learn to use SwiftMailer instead of PHP mail function to send emails fast and reliably.
Estimated reading time: 1 Minute
Learn what is the event delegation in jQuery and how to use in your projects.
Estimated reading time: 2 Minutes
Learn how to create custom methods for doctrine repositories in symfony 2 (find,findBy,findAll).