Unicode-aware regular expressions in ES2015
Explains the new Unicode 'u' flag in ES2015 JavaScript regex, covering syntax, dot operator, quantifiers, and character class behavior.
Explains the new Unicode 'u' flag in ES2015 JavaScript regex, covering syntax, dot operator, quantifiers, and character class behavior.
Explains the Cleanroom Pattern in Ruby for safely evaluating DSLs, addressing security risks of instance_eval and scope issues.
Lessons learned from debugging iOS In-App Purchases, including avoiding app quits during purchases and the importance of logging.
A thank you and summary of the 2014 Randa Meeting, highlighting KDE software development progress and the community spirit.
An overview of predictive modeling, supervised machine learning, and pattern classification concepts, workflows, and applications.
An overview of predictive modeling, supervised machine learning, and the core workflow for pattern classification tasks.
Learn how to checkout a GitHub Pull Request directly using Git commands and aliases, without needing external tools like the hub gem.
A guide on using Laravel's Illuminate components in non-Laravel projects, like CodeIgniter, with examples and a GitHub repository.
A guide to centralizing logs from multiple Docker containers into a single syslog container using bind mounts.
A guide on how to sync a forked Git repository with its upstream source using command-line steps and custom Git aliases.
A former government employee compares bureaucratic culture at a federal agency with the trust-based, developer-happy environment at GitHub.
Analyzing ESA conference abstracts using LDA topic modeling to identify scientific communities and trends through text-mining techniques.
A reflection on the challenges of data science in academia, discussing the 'brain drain' of data skills and the need for systemic change.
A technical note confirming that the Intel Celeron J1900 CPU supports Extended Page Tables (EPT) for virtualization, contrary to Intel's official documentation.
A developer recounts his 12-year career journey at Amazon, starting from his early interest in their web services API to joining the company.
A guide to making embedded SVG images responsive across browsers using CSS techniques like the Padding Hack and inline media queries.
Tips for effective application prototyping, focusing on simplicity, iteration, user feedback, and using familiar tools to validate ideas quickly.
A developer explains how to make GitHub track contributions to OpenStack repositories by starring them, using a Python script.
Explores scalability challenges in OpenStack Ceilometer's metering architecture and introduces the Gnocchi project as a solution for time-series data.