beratdogan
Follow
- Istanbul
Pinned Loading
-
PostgreSQL DBA Queries
PostgreSQL DBA Queries 1SELECT s.schemaname AS sch,
2s.relname AS rel,
3s.indexrelname AS idx,
4s.idx_scan AS scans,
5pg_size_pretty(pg_relation_size(s.relid)) AS ts,
-
React Hooks with Context API Example
React Hooks with Context API Example 1import React, {createContext, useEffect, useContext, useReducer} from 'react';
234const initialArgs = {
5count: 0
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.