Using R to Denormalise Data for Analysis in Kibana
A guide on using R and dplyr to denormalize and join datasets for analysis in Kibana/Elasticsearch, using a road accident data example.
A guide on using R and dplyr to denormalize and join datasets for analysis in Kibana/Elasticsearch, using a road accident data example.
An introduction to Python sorted collections, explaining the need for libraries like SortedContainers for efficient sorted data types.
A developer explains a subtle bug in date comparison code when ignoring time components, using Swift/NSDate examples.
Google's potential ranking boost for sites using service workers (offline-ready) highlights how SEO drives web technology adoption over user benefits.
The Hyper open-source project is inviting contributors to join its core team with write access after landing just one commit, aiming to build a sustainable community.
Explores the terminology and lifecycle of software bug reports, discussing the tester's role and team dynamics in defect management.
April 2016 update on Sway, an i3-compatible Wayland compositor, detailing new features, progress toward 1.0, and contributor stats.
A guide to configuring AppVeyor CI to automatically publish NuGet packages to NuGet.org, eliminating manual uploads.
A software tester's reflection on the unpredictable pace of testing within Agile sprints, comparing it to a dance rhythm.
Oracle BI security patches released for versions 12.2.1, 11.1.1.9, and 11.1.1.7, with the latter reaching its final patchset.
A recap of the London VMware User Group meeting covering sessions on VMware VVols with Nimble Storage, HomeLab discussions, and vRealize Business.
Exploring new C# 7 features like local functions and ref returns in Visual Studio "15" Preview, with setup instructions and examples.
Announcement of Sarpedon Quality Lab presenting sessions on SQL Server 2016's In-Memory capabilities and new Security features at the SQL Gulf 3 conference in Riyadh.
Explains why AWS EBS volumes from snapshots have slower initial disk performance and how to pre-read the disk to trigger block resets for accurate testing.
A summary of the London VMware Users Group event, covering Veeam backup best practices and VMware's Software Defined Datacentre updates.
A technical guide on using an Oracle GoldenGate adaptor to stream data directly into Elasticsearch for real-time search and analytics.
A collection of practical Terraform tips and lessons learned, covering AWS security groups, VPC configuration, and common pitfalls.
Explores why modern neural networks succeed where older ones failed, emphasizing the critical role of massive computational power and data size.
A software tester discusses the importance of build versions, release candidates, and best practices for managing and testing builds in an agile development environment.
PSPDFKit shares lessons on building cross-platform SDKs with native UI and shared C++ core for iOS, Android, and web.