Writing a Node.js Twitter Bot Part 2
A tutorial on extending a Node.js Twitter bot to automatically reply to new followers using the Twitter Streaming API and the 'twit' npm module.
A tutorial on extending a Node.js Twitter bot to automatically reply to new followers using the Twitter Streaming API and the 'twit' npm module.
A tutorial on creating a Twitter bot with Node.js and the Twit npm module to retweet, favorite, and reply based on hashtags.
A technical guide on implementing user input handling for a CHIP-8 emulator written in Common Lisp, covering keyboard mapping and emulation.
A developer's guide to building a smart mirror using a Raspberry Pi, .NET Core, and C# for a UWP application.
A guide to using PowerShell and Pester to continuously test SSL certificates for expiration, protocols, and encryption strength.
A software engineer with extensive experience in open source, security, and multiple languages announces they are seeking a new role focused on impactful information security work.
A developer shares their customized Atom text editor setup for writing prose and Markdown, detailing essential packages and workflow tweaks.
A guide to using Let's Encrypt for free, trusted TLS certificates, including setup with Nginx and comparisons to paid alternatives.
A technical guide on implementing the graphics system for a CHIP-8 emulator using Common Lisp and the Qtools library.
A summary of key talks and announcements from JavaOne 2016, focusing on Java SE 9 features and Java EE 8 updates.
Explains the shift to daemon queue workers as the default in Laravel 5.3 and how to manage them with Supervisor.
A guide to using Vue.js components in Laravel 5.3, covering the default JavaScript stack, configuration files, and setup.
Urgent warning to replace StartCom or WoSign SSL certificates before Chrome 56 and Firefox 51 mark sites as insecure in early 2017.
A tutorial on creating a custom Polymer web component to embed CanIUse.com browser support data into web pages.
Explains why exceptions in .NET should be rare, comparing them to asteroid strikes, and analyzes their performance costs versus error codes.
Exploring Pythonista, a powerful Python programming environment for iOS, and its capabilities for automation, scripting, and running pure-Python modules.
Explores SQL-on-Hadoop engines like Apache Drill for analyzing ETL data processed with Spark on Amazon EMR, focusing on performance and flexibility.
Final summary of a project exploring ETL offload to Apache Spark on AWS EMR, evaluating cost and tech benefits for a cloud-based data platform.
A guide on integrating Segment analytics into an Ember.js application using the ember-cli-segment addon.
A technical guide to implementing a CHIP-8 emulator's CPU in Common Lisp, covering core data structures and instruction handling.