Checking Encryption Status of Remote Windows Computers
A guide to checking BitLocker encryption status on remote Windows computers using PowerShell and the manage-bde command.
A guide to checking BitLocker encryption status on remote Windows computers using PowerShell and the manage-bde command.
A developer discusses the trade-offs between writing simple, clear code and optimizing for performance, using a real-world example of inefficient vector growth in R.
A technical guide to building a streaming data pipeline using Apache Spark Streaming, Python, and Apache Kafka for real-time processing.
A beginner's guide to writing and running unit tests in the Go programming language, covering the built-in `go test` tool and basic test structure.
A guide to writing maintainable tests for iOS apps, covering the Red-Green-Refactor cycle and the Arrange-Act-Assert pattern.
Tips and code changes for migrating from Express.js 4 to the upcoming version 5, focusing on deprecated and updated response methods.
A developer's 2016 year in review, covering learning Linux, Docker, software craftsmanship, and sharing knowledge through blogging and talks.
Explains the meaning of the four-digit model numbers for Dell Latitude laptops, detailing series, screen size, generation, and device type.
Explores the evolution of JavaScript test runners, comparing Mocha, Tape, and Ava, and highlighting modern features like speed and parallel execution.
A technical tutorial on adding menu functionality to a CHIP-8 emulator written in Common Lisp, using Qtools for the GUI.
Explores three new CSS features for 2017: Feature Queries, Grid Layout, and Flexible Lengths, with practical code examples.
A technical guide on using PowerShell to read, analyze, and validate certificates within PFX files, including trust chain inspection.
A deep dive into applying deep learning techniques to Natural Language Processing (NLP), covering word vectors and research paper summaries.
A guide on how to sideload extra model resources in a single API request using Django REST Framework and the DRF JSON API extension.
A reflection on the non-dogmatic, engineering-based decision-making process in Go language design, contrasting it with user debates.
Reflects on 2016's trend of increased collaboration between major tech vendors like VMware, AWS, and Microsoft, contrasting it with recent tensions.
The author discusses a potential bug or design quirk in the 'leaps' R package related to how forward/backward selection interacts with its exhaustive search preprocessing.
A step-by-step guide on contributing to open-source GitHub projects by forking, syncing, branching, and creating pull requests.
A guide to lesser-known but useful PostgreSQL features, including psql tips, query watching, and JSONB formatting.
A guide to installing Azure PowerShell modules on Windows Server 2012 R2 using PowerShell commands and GitHub.