Development
Sass Primer: CSS Pixie Dust
- Read more about Sass Primer: CSS Pixie Dust
- Log in to post comments
Modern WordPress Development Workflow
- Read more about Modern WordPress Development Workflow
- Log in to post comments
The Top Ten Development Lessons They Didn't Teach You in School
You’ve graduated, accepted a job and have a shiny new business card that reads Software Developer. What’s next? It's time to get your hands dirty and write some real code, in real code bases, merging your work with the work of nine coworkers, all while juggling maintenance requests and the ongoing development of an in-house toolkit. How do you keep all of this (and yourself) from crashing into the ground?
IPython Notebooks: Not Just for Data NERDs
IPython Notebooks are web-based interactive documents that combine executable code, text, graphs, and media into a single, shareable document, and they’re quickly becoming the de facto hack pad of the scientific programming community. However, the potential of IPython Notebooks extends beyond data-oriented development. Any developer can use them to learn and quickly prototype code, authors use them to write books and blogs, and teachers use them as a classroom tool.
- Read more about IPython Notebooks: Not Just for Data NERDs
- Log in to post comments
VoipDrupal - Your Site and a Regular Phone... installed in 20 minutes!
VoIP Drupal is a suite of modules that consists of core modules that interact with other modules such as the one on the demo site that has the dial keypad.
Headless Web Development
Headless website architecture is gaining traction and popularity. Nearly every developer I’ve spoken to in the past six months is excited about the potential, and with good reason — the headless model allows breakthrough user-experiences and innovation. However, there are a lot of misconceptions and unknowns about this emerging practice.
There’s nothing supernatural or haunted about the idea of a headless website, so no need to worry about adding “Demon Hunting for Dummies” to your list of books to purchase.
- Read more about Headless Web Development
- Log in to post comments
Hip Hop Virtual Machine - The Need for Speed
Facebook's Hip Hop Virtual Machine promises major speed increases for PHP applications. Is it a realistic choice for Drupal and WordPress? What are the gotchas? How does one set it up?
This session will explain the benefits of HHVM, as well as the practical ins and outs of running it for popular CMS frameworks.
- Read more about Hip Hop Virtual Machine - The Need for Speed
- Log in to post comments
Hadouken! HTML5 Game Development
HTML5 presents a great opportunity to create browser based games that work across the array of tablet and smartphone based devices. In the near future, as the device environment becomes more diverse, developers will begin to adopt standards that work across all devices. With HTML5, Javascript and the free createJS engine, surprisingly sophisticated games can be created.
- Read more about Hadouken! HTML5 Game Development
- Log in to post comments
Intro to Ruby
- Installation
- Simple Hello world
- Using Ruby like a calculator
- About Numbers
- Fun with Operations and precedence
- Hacking with Strings
- Scope
- Designing Ruby methods/functions
- Comparing Strings
- Ruby blocks
- Arrays and associative hashes (primer to data structures)
- Read more about Intro to Ruby
- Log in to post comments