Polyglot Twitter Bot, Part 2: Node.js + AWS Lambda
A tutorial on deploying a Twitter bot built with Node.js to AWS Lambda, covering the handler function, deployment package, and scheduling.
A tutorial on deploying a Twitter bot built with Node.js to AWS Lambda, covering the handler function, deployment package, and scheduling.
First part of a series on building a Twitter bot using Node.js, covering setup, authentication, and basic search functionality.
A developer's 2015 year in review, highlighting open-source projects, conference talks, and goals for 2016.
Explains how to use Promises with Gulp for advanced file synchronization tasks, including copying new files and deleting removed ones.
A guide on using Gulp to automate the installation of Bower packages from multiple configuration files in a multi-theme web application.
A hands-on tutorial demonstrating how to use PostgreSQL's JSONB feature as a NoSQL document store with the MassiveJS library in a Node.js application.
Exploring MassiveJS, a Node.js library for PostgreSQL that offers a better alternative to traditional ORMs by embracing SQL power and good database design.
Guide on configuring Azure Web Apps to use a private npm registry for installing Node.js dependencies during deployment.
A guide to using template engines with Gulp to modularize HTML, break code into reusable partials, and populate markup with data.
Solutions for common Gulp.js issues encountered after upgrading to Node.js 4.0.0, including segmentation faults and libsass errors.
Explains how to use Gulp 4's gulp.lastRun for incremental builds to speed up development by only processing changed files.
A tutorial on using nvm (Node Version Manager) to install and manage multiple Node.js versions on Linux systems.
A tutorial on setting up a basic Gulp.js workflow to automate SASS compilation, JS concatenation, and minification for web development.
A tutorial on using Gulp.js, a JavaScript build tool, to automate development workflows for web projects.
A tutorial on using Bower, a dependency manager for frontend libraries like jQuery, covering installation, setup, and basic usage.
Advanced Gulp.js recipes for tasks like user prompts and folder syncing, explaining when plugins are unnecessary.
A developer shares three practical Gulp.js recipes based on common StackOverflow questions, including conditional file deletion and managing watch tasks.
A guide on using Gulp or Grunt build tools to automatically strip console and debugger statements from JavaScript code before production deployment.
A technical guide on using Gulp and Browserify to create multiple JavaScript bundles, explaining compatibility and the vinyl-source-stream plugin.
A guide to setting up an on-demand PHP server using Grunt or Gulp, and integrating it with BrowserSync for live reloading during development.