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.
Explains why smaller code reviews are more effective and offers practical strategies for splitting large patches into manageable pieces.
A detailed overview of key new features in PostgreSQL 9.5, including Upsert, grouping sets, and pg_rewind.
A hands-on guide to modularizing a Java application using Project Jigsaw, the module system introduced in Java 9.
Oracle proposes a six-month delay for Java 9's release, primarily due to the complexity of Project Jigsaw and modularity.
An analysis of Butler Lampson's 1999 predictions on computer science, comparing what worked then to the state of technology in 2015.
Explains how Swift handles integer overflow using specific methods like addWithOverflow, preventing crashes.
A technical summary of JavaOne 2015 talks on Project Jigsaw, detailing the module system's mechanisms in Java 9.
Summary of JavaOne 2015 talks on advanced modular development and migration strategies for Java 9's Project Jigsaw.
A summary of JavaOne 2015 talks on Project Jigsaw, introducing the module system and modular development concepts for Java 9.
Summary of JavaOne 2015 talks on preparing for JDK 9, focusing on Project Jigsaw modularity and compatibility changes.
Explores Visual Question Answering (VQA) as an alternative Turing Test, detailing neural network approaches using Python and Keras.
Part 3 of a series on building Stack Overflow's tag engine, focusing on implementing complex boolean queries using bitmap indexes and compression.
Explains the performance benefits and key differences of Compiled Bindings in Windows 10, highlighting the default OneTime mode.
A developer shares their experience switching to Neovim, highlighting its async plugin benefits and providing basic setup instructions.
Cimbalino Toolkit 2.0.0 is now production ready, adding support for Universal Windows Platform (UWP) development.
A web developer discusses the stress of keeping up with rapid tech changes and argues it's about awareness, not complexity.
Explains how to implement lazy loading for route components in Angular 2 to improve application performance by reducing initial bundle size.
A developer reflects on the original meaning of 'blog' as a weblog and commits to writing more informal, personal posts about software development.