Extended Visualisation of OBIEE Performance Data with Grafana
Extends OBIEE performance monitoring by integrating DMS metrics and nqquery.log data into Graphite and visualizing with Grafana.
Extends OBIEE performance monitoring by integrating DMS metrics and nqquery.log data into Graphite and visualizing with Grafana.
A developer's post-mortem on an unfinished game, 'Mining Incorporated', created for the Ludum Dare 48-hour game jam.
Explains the technical differences between Laravel's URL::to() and URL::asset() methods for generating URLs, including performance and use cases.
Explains new SQL Server 2014 permissions like IMPERSONATE ANY LOGIN and how they interact with CONTROL SERVER for security and privilege escalation.
A developer's early morning start on Ludum Dare 29, detailing initial coding progress and challenges with a game prototype.
A developer recounts leading a team at the NASA Space Apps hackathon, focusing on preparation and iterative development to build an asteroid mining game.
A developer's entry for the Ludum Dare 29 game jam, detailing their tech stack and preparation using C++ and SFML.
An in-depth exploration of Python's advanced features, quirks, and common pitfalls for experienced developers.
A blogger clarifies that Skype's unencrypted local database is not a security vulnerability, as it's protected by system-level access controls.
Explains SharePoint Online's Partner Access License (PAL) for inviting external users without an O365 license, covering setup and key recommendations.
A security analysis revealing that Skype stores user data in an unencrypted, password-less local database, making it vulnerable to data extraction.
A PyCon 2014 attendee reflects on the community spirit of swag bag stuffing and the technical depth of an open space session on software composition.
Explains the advantages of vectorization in R for writing faster, simpler, and safer code by examining how R works internally.
An exploration of the Singleton design pattern in JavaScript, covering its implementation, benefits, and drawbacks.
A practical guide on the essential and non-essential elements for building a successful web application, emphasizing simplicity and core problem-solving.
A technical guide to implementing Principal Component Analysis (PCA) for dimensionality reduction, comparing it with MDA and providing code examples.
A blog post explaining the Heartbleed OpenSSL vulnerability and providing Python scripts to test websites for it.
Cimbalino Windows Phone Toolkit version 3.2.3 is released, featuring new services, behaviors, and bug fixes for Windows Phone development.
A developer's deep dive into the complexities and pain points of setting up a .NET build environment, highlighting dependency and SDK management issues.
A technical guide on resolving runtime generic type parameters in Java, using a custom method for complex inheritance hierarchies.