(Jack Franklin) React 16.8 introduced hooks; a new way to work with effects and state in React. No longer do React components that have state need to be ES2015 classes that extend React.Component – hooks let us write components as functions and still have all the functionality of class based compone
Community
3 Fun Stories About Strings and C#
(Steve Endow) Whenever you work with data, an integration, or code, you will invariably work with strings. Usually lots of strings.
ProxySQL 1.4.13 and Updated proxysql-admin Tool
(Borys Belinsky) ProxySQL 1.4.13, released by ProxySQL, is now available for download in the Percona Repository along with an updated version of Percona’s proxysql-admin tool.
Customising APEX Session Expiry
(Scott Wesley) It’s nearly 8am, you’re holding your favourite morning beverage, and you open yesterdays APEX tab, only to find this:
SQL SERVER – SQL Clustered Resource in Online Pending State for Long Time Before Coming Online
(Pinal Dave) While doing Comprehensive Database Performance Health Check I always ask my client if there is any pain point which they have with the current state of the database/server.
Azure SQL Database and Transaction Log
(blobeater) Checking out the transaction log in Azure SQL Database. If you are curious like me, you will want to know about what your transaction log is doing in the cloud.
Easy Permissions Audit
(Jason Brimhall) Something I have written about more than a handful of times is the need to audit. When people think about audits, the first thing that comes to mind is most likely the IRS and taxes.
Guru: Create A UDTF Wrapper For A Stored Procedure Result Set
(Michael Sansoterra) In the tip, Arranging Query Logic in DB2 for i Routines, I addressed a reader’s question about how to create a user-defined table function (UDTF) in DB2 for i that would return the same result set as an existing stored procedure.
Different States of Java Threads
(Sayem Ahmed) In Java, threads can have States. The Thread.State enum defines the different states that a Java thread can have. This enum defines the following values –
Lesson Learned #71: Fixing an orphaned users using a copy database process in Azure SQL Databases.
(Jose M Jurado) Some days ago, I worked in a service request in this following scenario:
