Currently browsing Oracle WebCenter

Command Line and Vim Tips from a Java Programmer

I’m always interested in learning more about useful development tools. In college, most programmers get an intro to the Linux command line environment, but I wanted to share some commands I use daily that I’ve learned since graduation. Being comfortable on the command...

Oracle JET and RequireJS

What is RequireJS and why is it important? RequireJS is a JavaScript file and module loader. Oracle JET uses Require to load only the libraries and modules/components that are needed for a particular part of an Oracle JET application. As the JavaScript world has taken...