JavaScript Variables Lifecycle: Why let Is Not Hoisted
Explains why 'let' variables in JavaScript are not hoisted like 'var', detailing the variable lifecycle phases.
Explains why 'let' variables in JavaScript are not hoisted like 'var', detailing the variable lifecycle phases.
Explores the evolution of JavaScript object literals in ES2015, covering prototype setup, shorthand methods, computed properties, and future proposals.
A technical guide on resolving ClassNotFoundException errors when using the MongoDB-Hadoop connector with Apache Hive, focusing on required JAR files.
Fixing a CDH installation failure on LXC/Proxmox caused by an erroneous SwapFree value in /proc/meminfo when swap is disabled.
Guide to using Jupyter Notebooks with Oracle Big Data Discovery 1.2 for advanced data science and Python/Spark integration.
Explains the concept of hoisting in JavaScript, detailing how variable and function declarations are processed before code execution.
Exploring new C# 7 features like local functions and ref returns in Visual Studio "15" Preview, with setup instructions and examples.
A tutorial on integrating Vueify, ES2015, and Browserify into Vue.js projects using Laravel Elixir for simplified build processes.
The article critiques the common hiring approach for 'DevOps Engineers,' arguing that DevOps is a culture, not just a role defined by tools.
An overview of Kafka Streams, a new library for building stream processing applications using Apache Kafka, with key concepts and a code example.
Explores Hutchinson's randomized trace estimator for efficiently approximating the trace of large matrices, with practical improvements.
Explores surprising similarities between Sass and ES2015 (ES6) JavaScript, showing how knowledge of one can help learn the other.
Final part of a tutorial series on building a quiz app with PureScript and the purescript-pux framework, consuming a random question API.
A tutorial on building a web service in Haskell using the Servant library to generate random elementary school science questions from Markov chain data.
A technical tutorial on building a data product using Python, Markov chains, and a dataset of science questions to generate random quiz questions.
A developer reflects on 2015, covering personal milestones and professional work on Hippo CMS projects, architecture, and webinars.
Clarifies the common misconception that ES2015 `const` creates immutable values, explaining it only prevents variable rebinding.
Analyzes community contributions to open-source ASP.NET projects (MVC, DNX, Entity Framework, Kestrel) one year after Microsoft's .NET open-sourcing.
Part 4 of a series on building a Twitter bot, focusing on implementing it in PureScript and deploying to AWS Lambda.
A 2015 year-in-review blog post highlighting key IT topics covered, including PowerShell, PowerCLI, Windows Server, and tech events.