The Blog
-
-
Wiring up Ava.js Integration Tests with Express, Gulp, but not Supertest.
Gulp, the streaming build system for JavaScript source code probably doesn’t require an introduction, and most probably you’ve configured…
-
3 Things You Didn’t Know About Yarn
Everyone talk about Yarn’s speed and reliability but no one mentions any of the below nice-to-know facts about Yarn.
-
Node.js Yarn’ing for Local Packages
This is not another praise for npm package management with Yarn but rather a concise recipe for working with locally developed packages.
-
Hidden features of Gulp for integration tests with Ava.js.
This is a bit of a follow-up to my previous post on Wiring up Ava.js Integration Tests with Express, Gulp, but not Supertest.
-
The JavaScript Test Runners Evolution
Like with everything else in the JavaScript ecosystem, test automation tools are also going through a high pursuit speed race and nobody is…
-
The 1990s and 2600: The Hacker Quarterly
Oh those magnificent days of the 1990s.
-
When Startups Go Open Source and Merge Your Code
This Open Source thing is the real deal.
-
More Munin monitoring – track apache web server health
Using mod_status plugin for apache and munin to track apache health
-
Book review: Instant Munin Plugin Starter
Reviewing a book about Munin as a monitoring pluing for Nagios
-
Monitoring Drupal with Munin
How to monitor a Drupal website with Munin plugin for Nagios
-
Drupal's 7 Radioactivity patch gets commited
Sending a commit to fix issues with Drupal module
-
Drupal and how to disable notifications for programmatic node updates
Programatically working updates on Drupal nodes with node_save() hook
-
Drupal 7 Rules book which I worked on has been published recently
Reviewing a new Drupal 7 book with Packt Publishing
-
daloRADIUS VM update – missing php-mail-mime extension
Fixing PHP blank page on daloRADIUS
-
Kupoya
An update on founding Kupoya and entrepreneurship
-
Melumadim
An update on Melumadim - Israel's academic social networking platform
-
About daloRADIUS - January 2013 update
Get your WiFi the Hotspots it deserves!
-
Attachment Links module for Drupal fixes for in-browser downloads
The Attachment Links module provides permanent links to files attached to a node. A single, easy-to-remember URL can be used to retrieve the preferred (canonical) or newest version of a file regardless of how many versions of that file have been attached to a node.
-
Implementing user-specific, role-based access control per node type, per group. (Part 3)
Understanding Drupal's node access system and how to hook into it to implement
-
Implementing user-specific, role-based access control per node type, per group. (Part 4)
Understanding Drupal's node access system and how to hook into it to implement
-
Implementing user-specific, role-based access control per node type, per group. (Part 2)
Understanding Drupal's node access system and how to hook into it to implement
-
Implementing user-specific, role-based access control per node type, per group. (Part 1)
Understanding Drupal's node access system and how to hook into it to implement
-
Restricting Drupal’s upload module to N attachments
Assign a per-content type permission to limit the number of attachments per node on Drupal 6
-
Maintaining states between form submit and node hooks in Drupal 6
Insights about Drupal's use of node_save() functions and how the hook_nodeapi() uses a different context than the form submit handler