[X]aaS is great for proof-of-concept, rapid prototyping, and other quick turnaround development efforts; especially when they provide easy to use API endpoints. However, becoming over-dependent on these third-party vendors for you production systems can be a hidden liability to your product and business.
Continue Reading "The Web API Trap"Quite possibly one of the most-quoted phrases in the software industry:
“If all you have is a hammer, everything looks like a nail.”
— Abraham Maslow, The Psychology of Science (1966)
This is often pulled out and dusted off when discussions of high-level architectural components, stacks, and programming languages begin to get a bit heated. This post was inspired by a discussion with a budding computer scientist I know regarding why there are so many different programming languages, tools, and environments.
Continue Reading "The hammer and the nail"CMS. Anyone in the web biz knows what this stands for: “Content Management System.” The problem is, these systems often don’t properly or efficiently manage content. As a result, CMS has become the new dirty word when it comes to solutions for providing content on the web – or anywhere else for that matter.
Continue Reading "Why the CMS has given the CMS a bad name"With the world becoming more and more connected, with better support for global users and global businesses, globalization (g11n), internationalization (i18n) and localization (l10n) are more commonly being viewed as functional requirements vs nonfunctional ones. Everyone is focused on supporting RTL layouts, date-time formats, and translations. But here are some commonly-overlooked internationalization challenges that nearly every site build misses on the first try.
Continue Reading "Common internationalization misses"If you’ve been in the software industry long enough, you’ve heard the term portable bantered about as an ephemeral goal for all things constructed from zeroes and ones. Applications and services are primarily the focus of these discussions, but often one crucial component is overlooked.
Continue Reading "Why data portability matters"So I recently (finally) decided to take the plunge and take a serious look at Ruby and Rails, so started pinging a colleague of mine who spends most of his day pounding around on a custom Rails app. After a couple weeks or so of setting up environments, digging through books, and plowing through the Ruby Koans, he asked me if I’d heard of a new language called Elixir and the Phoenix framework that has been creating quite a stir in Ruby circles…
Continue Reading "Dipping my toes into Elixir"Ran into a comp today that required the dates to be displayed like:
Monday – Tuesday, Thursday – Saturday
However the client wanted the UI to use checkboxes for each day of the week.
Continue Reading "Display day ranges in Drupal"In full disclosure, I’m not completely new to CodeIgniter, having built a few freelance projects using the 2.x framework in the past due to it’s speed, flexibility and well-rounded core. It provides a great jumping-off spot for basic PHP-based projects that can benefit from a MVC framework without all the cruft you find in things like CakePHP, Laravel, and Symfony. Another selling point is that in several framework shootouts, CodeIgniter consistently comes in with faster non-cached response times.
Continue Reading "CodeIgniter + Twig = Quick n Dirty ™"So say you have to build a custom sitemap for a Drupal 7 site that makes heavy use of Field Collections, and you need to recursively extract every item of a certain field type on a DíA” single entity for the sitemap. Oh, and you need to wholesale mlb jerseys be able to selectively transform some items in the process.
Continue Reading "Recursive field traversal in Drupal"So, say MuhmadEmad you have built a great custom search solution for Drupal on top of Solr using Search API. You don’t want to lose it, so you export the entire config using Features, right? No-brainer…
Oh, wait – the client wants to host on Acquia and wholesale NFL jerseys use their Solr service. Sure, there’s a module for that as well.
But… How do you properly adapt your exported settings to work on Acquia without having to create a whole duplicate server and wholesale MLB jerseys index config?
Continue Reading "Search API + Acquia Solr; A Tale Of Alters"