Skip to content

Instantly share code, notes, and snippets.

View shivampip's full-sized avatar
🏡
In Quarantine

Shivam Agrawal shivampip

🏡
In Quarantine
View GitHub Profile
@shivampip
shivampip / postgresql.md
Last active October 13, 2021 07:30
Postgresql Ubuntu Configuration

After INstallation

  • Switch to postgres user
su - postgres
  • Create new user name root (for example)
createuser --interactive --pwprompt
@shivampip
shivampip / shape_divider
Created January 19, 2021 12:02
Shape Divider
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shapre Divider Test</title>
</head>
<style>
@shivampip
shivampip / directus_custom_endpoint.md
Last active August 6, 2024 14:11
Directus Custom Endpoint

Create Custom Endpoint in Directus

Build Extension

  • Create any folder and go inside
mkdir shivam
cd shivam
  • Create directus extension here
@shivampip
shivampip / .dockerignore
Last active January 13, 2022 06:06
react-docker
**/node_modules
**/npm-debug.log
build