As a Georgia Tech OMSCS student as well as working software professional, advanced security topics are always something I want to learn more about. Georgia Tech’s Institute for Information Security & Privacy is presenting a weekly Cybersecurity Lecture Series on Fridays this fall, and being a local I’ve started attending them. Here are my quick (albeit not necessarily complete) notes from this week’s presentation.
Continue Reading "Notes from “The Myths of Computer Security”"I admit – I play Pokémon GO. I was already walking 3-6 miles a day anyway, so it just gave me something to break the monotony of long hauls in the wee hours of the morning. That being said, it’s also been a great case study in scalable systems engineering and massively deployed client systems.
Continue Reading "TIL observing the Pokémon GO phenomenon"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 folks who have known me for a while know I’ve been working with Microsoft operating systems since DOS 3.1, and Windows since Windows/386. Things have come a looooong way since then. I wasn’t a fan of Windows 8, and stuck with Windows 7 until I very recently converted to using a Mac due to that becoming the prevalent machine for web devs.
Continue Reading "Windows 10 Technical Preview – nice!"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"