Articles
We have many experts on our team willing to share their knowledge.
You're welcome.
We have many experts on our team willing to share their knowledge.
You're welcome.
You're welcome.
Configuration Management, pt.2 - Setting up Chef
Common ways Chef configuration management is used, and the way we prefer to use it at Rapid Development Group.
Configuration Management, pt.1 - A Personal History
A look at how how I got to now as told from the perspective of someone who has been working in the web development industry for about two decades... for better or worse.
Reactive Cococa 4 By Example
I'm going to walk you through creating an app that downloads a large .zip file of hi-res images from the internet and uses a UIProgressView to animate the live progress of the download.
Adding contributed field widgets to custom forms
How to create a custom form that utilizes form fields that are not part of the core Drupal 7 form API.
What is Functional Programming and State
What do we mean when we use the phrase 'state' within the context of programming.
A ReactiveCocoa Core Data App Using Singleton Pattern
My strategy for developing an app using the Singleton code design pattern.
Functional Reactive Programming Intro
A quest to find a better way of handling complex user input and validation.
Using Wrappers Delight for clean, composable, and scalable backend code in Drupal 7
Learn a method to incorporate custom code more easily into your Drupal 7 site.
Including a React.js entrypoint from a Drupal menu callback
How to inject React.js into a page callback within Drupal 7.
React JS Development Setup & Workflow
One way to approach adding a react app to an existing Drupal 7 website.
Postgres SQL Up and Running on OSX using Homebrew
How to get up and running locally when you are faced with a requirement of Postgres SQL.
Adding Image Uploads to a Custom Module in Drupal
Create a global fallback image field on a custom configuration page for your content type image fields.
Segfault with Drupal s3 Integration
What to do when you encounter a segfault error when developing with Drupal 7 using s3 storage.
Animated Charts with jQuery-Knob and jQuery.animate()
How to add visually interesting charts to your website.
When Fluid Layouts Won’t Work
Fluid layouts aren’t the best choice in all situations. Content should always determine the layout.
DevOps Corner: How I use Jenkins
How I use Jenkins to test and deploy code that minimizes bugs and human error.
Migrating from Drupal 6 to 7 and moving files to Amazon S3, through configuration
How to use Migrate and Drupal-to-Drupal Migrate modules to conduct a migration to Drupal 7.
Upgrading your CSS animations with easing functions
Add a custom bezier curves to make your CSS animation pop.
Programmatically Adding a Field Collection Item to a Node in Drupal
Step by step process to migrate image field content into a field collection.
SASS: Awesome Sauce for CSS
I gave a short talk recently on SASS, hailing four benefits that make using SASS worthwhile. I’ll describe them briefly in this blog post.
Debugging and Changing Varnish in the live environment
Making changes to the default.vcl (or whatever configuration is being used) on a live varnish server is risky business, here is a safer way to debug.
Calling a REST API from a NodeJS Script
NodeJS can be useful for one-off batch operations that need to call remote API endpoints.