Mastering key bindings
A guide to improving programming efficiency by mastering and personalizing keyboard shortcuts and key bindings.
A guide to improving programming efficiency by mastering and personalizing keyboard shortcuts and key bindings.
A tutorial on integrating Code Analysis and StyleCop for code quality in .NET Core projects, including setup and rule configuration.
Overview of npm 5's major new features, including performance improvements, offline modes, and a standardized lockfile.
Learn how to use AWS CloudFormation custom resources to create Amazon Route 53 DNS records across different AWS accounts in a multi-account setup.
A technical guide on deploying a Kubernetes cluster with Windows container hosts on Azure using Terraform.
Explains how to use CDI 2.0's InterceptionFactory to dynamically bind an interceptor to a built-in Java EE bean, like HttpAuthenticationMechanism.
A tutorial on building a RESTful API for movies using Koa 2, Postgres, and Test Driven Development (TDD) with Mocha and Chai.
A technical guide on using Service Workers and localStorage to create web forms that save user input when offline and submit later.
A dual perspective on rOpenSci's open peer-review process for R packages, from both reviewer and package author viewpoints.
Explains the JavaScript 'this' keyword, arguing it's essential to learn despite its perceived complexity, and discusses its role in OOP vs. functional programming.
An introduction to CPU branch prediction, explaining its purpose and classic algorithms to understand modern research.
Explains how to reduce Firebase bundle size by 220kb using webpack's tree-shaking and modular imports.
Explains Laravel 5.4's real-time facades feature, which allows creating facades on-the-fly without separate classes.
Overview of the upcoming MQTT v5 specification, detailing new features like properties and request/response patterns for IoT development.
The article argues for the importance of recursion in functional programming, specifically F#, countering common misconceptions about its inefficiency.
Explains the math behind GANs, their training challenges, and introduces WGAN as a solution for improved stability.
A developer returns to blogging, outlining a list of modern DevOps and cloud technologies to explore and asking readers to vote on the next topic.
How to implement extensionless URLs in JSF 2.3 using a ServletContextListener and dynamic servlet mappings.
A comparison of PyTorch and TensorFlow deep learning frameworks, focusing on programmability, flexibility, and ease of use for different project scales.
A visual cheat sheet for the stringr package in R, originally created in French and translated to English, for string manipulation tasks.