4 books to kick start 2018
A software developer recommends four books on focus, mindset, leadership, and tech trends to help professionals grow in 2018.
A software developer recommends four books on focus, mindset, leadership, and tech trends to help professionals grow in 2018.
A technical analysis of the Chutes & Ladders board game using Python simulation and Markov chain modeling to calculate expected game length.
A developer explores a hacky React solution for handling errors in a custom i18n library's 'sorta-curried' API.
A developer shares techniques for improving module usability, focusing on removing side-effects from imports in a custom i18n solution.
A guide to monitoring and managing PostgreSQL database connections, including interpreting connection states and using timeouts.
Explains how to use Directory.Build.props in MSBuild to share common properties and package references across .NET projects, simplifying configuration.
Analyzes the Apache Struts CVE-2017-5638 vulnerability, using the Equifax breach as a case study to explore architectural resilience against RCE attacks.
Introduces custom .NET project templates for AWS Lambda and Raspberry Pi, simplifying setup for these specific deployment targets.
How to access local variables and functions inside Underscore.js _.each loops when using TypeScript with AngularJS.
Fixing a TypeScript error in AngularJS when initializing a RegExp object incorrectly, with two valid solutions.
A developer's critique of the complexities and frustrations in implementing and standardizing HTTP clients for microservice communication in Java/Scala ecosystems.
Analyzes efficiency differences between weighted and unweighted logistic regression in case-control studies, showing when ignoring weights is beneficial.
Overview of new and upcoming ECMAScript regular expression features like dotAll mode, lookbehind assertions, named capture groups, and Unicode property escapes.
A technical guide on using Kibana Timelion's holt function for anomaly detection on system CPU metrics from Metricbeat data.
Lyft engineers detail their approach to making the iOS app accessible, focusing on VoiceOver integration and UI improvements.
Reflects on how social influence and online reputation, inspired by Black Mirror, are becoming a new currency in tech and hiring.
A video tutorial detailing the step-by-step process for installing Arch Linux with full disk encryption for enhanced privacy.
Explains how to use Unicode property escapes (\p{...}) in JavaScript regexes, a feature added in ES2018, for matching characters by script, category, or properties like emoji.
A guide to configuring apcupsd on a Debian/Proxmox server with an APC UPS, covering installation, device detection, and troubleshooting.