Viewing posts about Regex.

Optimizing Regex

Many people avoid using regex in their application because of speed issues. When you're developing a site and are looking for sub-second response times a regex that takes a few hundred milliseconds is not very appealing. Especially when that slow pattern is being matched against several dozen…

  • Category Web Development
  • Posted July 10, 2014
  • read more

Grouping with Regex

Grouping is an insanely powerful regex feature that is often underutilized. Sure, a lot of PHP developers know that if you wrap part of a pattern in '()' than you can pull that chunk out using preg_match and the optional $matches variable, but there's so much more you can do. Direct matching is just…

  • Category Web Development
  • Posted June 26, 2014
  • read more

Initial Experience with Reveal.js

There are few tasks that I cringe about more than putting together a presentation with a standard slideshow program. With my background in web development the drag-and-drop process, mixing of content with design, and maintaining consistency through an evolving forty-plus slideshow is clunky and…

  • Category Web Development
  • Posted June 14, 2014
  • read more

Activity Stream

  • Read The Priory of the Orange Tree (The Roots of Chaos, #1) by Samantha Shannon.
  • Read Ship of Magic (Liveship Traders, #1) by Robin Hobb.
  • Pushed some code at jacobemerick/advent-of-code-2022.
  • Pushed some code at jacobemerick/web.
  • Pushed some code at jacobemerick/web.
View more activities…