(Ben Nadel) It’s hard to believe that I’ve been using LaunchDarkly for over four years now. In October 2015, when Christopher Andersson suggested that we try something called “feature flags” here at InVision, I couldn’t even begin to understand how truly revolutionary they were going to be.
Community
Experimental Mobile Blazor Bindings Gets New Components
(David Ramel) Microsoft’s push to apply Blazor beyond the web-dev space to mobile development is continuing, with the team announcing new components for the experimental initiative just announced last month.
How to Create Your Own Repositories for Packages
(Evgeniy Patlan) For Linux, the most common way to distribute software is binary packages in the rpm or deb format. Most packages are included in the official distribution repositories or 3rd party software repositories.
Backup Database Task in SQL Server Maintenance Plans
(Sergey Gigoyan) Undoubtedly, having properly designed SQL Server database backup solutions is crucial for any company. Having discussed database Maintenance Plans in the previous two articles (here and here) from this series, in this article, we are going to explore how to implement database backu
A Simple Tutorial on RequireJS
(Han Bo Sun) This tutorial gives a basic rundown of how RequireJS can be used to implement web application via components and dependency injection.
The ‘Visual Has Exceeded The Available Resources’ Error In Power BI
(Chris Webb) Very occasionally you may find that a report that is slow to render – but still renders successfully – in Power BI Desktop shows the error “Visual has exceeded the available resources” for some visuals when published to the Power BI Service:
jOOQ 3.13 Released with More API and Tooling for DDL Management
(lukaseder) Starting with this release, we will further embrace our support for parsing, translating, executing, and now also interpreting DDL statements.
AVG Aggregate Function and NULL in Oracle Database
(Nimish Garg) In my previous post on Oracle Aggregate Functions, I explained Oracle Database ignores NULL values with Aggregate Functions, which is perfect while calculating COUNT, MIN, MAX and SUM but sometimes it leads us to wrong values if we do not focus on Oracle Database behavior and business
Has my scheduler been turned off?
(Connor McDonald) When the scheduler came into existence in Oracle 10g, there was a cool API call that could be used to temporarily turn the entire scheduler off. That command was:
Query Plan Change Diagnosis Example
(Bobby Durrett) This week I investigated an issue with a query that was suddenly a lot slower in one test environment than another. It runs about 2 seconds in the good case as well as in production.