Overview of NetBeans IDE 8
NetBeans IDE 8 delivers full support for the latest Java 8 technologies. This includes new enhancements for Maven and Java EE, new tools for HTML5, and improved support for PHP and C/C++.
NetBeans IDE 8 delivers full support for the latest Java 8 technologies. This includes new enhancements for Maven and Java EE, new tools for HTML5, and improved support for PHP and C/C++.
Kohana is an elegant open source HMVC PHP5 framework that provides a rich set of components for building web applications. Web frameworks are absolutely essential for making websites: They organize your code so that it’s more maintainable, and they take care of common problems like user input sanitation and data …
Vagrant combined with Virtual box and a provisioning tool like chef or puppet fundamentally changes the way PHP software developers setup their development environments and develop their web applications. Once configured, vagrant allows developers to spin up a new environment in a couple of commands and allows each developer to …
Software development is not an easy profession. You have to constantly learn new things to improve your coding skills and make sure you produce better and cleaner code over time. It’s not difficult, but you have to be aware of a few basic principles.
PHP extensions provide the “glue” between the PHP language and C/C++ libraries. This session will provide an intense, and fast paced introduction to writing custom extensions. Attendees should ideally know C/C++ already. Time permitting, HipHop extensions may be covered as well.
This session will outline security practices and solutions designed to address security issues within application’s business and processing logic, which are often overlooked in favor of basic security flaws such as SQL Injection, XSS, etc…