Encoding HTML tags in PostgreSQL
Encoding HTML tags in PostgreSQL

regexp_replace(xmlelement(name x, 'Some string with <strong>html</strong>', null)::text, '</?x>', '', 'g')

Read more...
postgres migration
postgres migration

Simple source control for postgres

Read more...
Import CSV file from internet in postgres
Import CSV file from internet in postgres

COPY film_locations FROM PROGRAM 'wget -q -O - "$@" "https://data.sfgov.org/api/views/yitu-d5am/rows.csv?accessType=DOWNLOAD"' HEADER CSV DELIMITER ',';

Read more...
iframe postMessage with Promise
iframe postMessage with Promise

postMessagePromise({msg:'getSomething'}) .then((r)=>{ console.log('response from iframe', r) })

Read more...
evolvitcms doc
evolvitcms doc

docs

Read more...
svelte use: ClickOutside directive
svelte use: ClickOutside directive

svelte use: ClickOutside directive

Read more...
2020 css reset
2020 css reset

Css reset

Read more...
Screen recorder
Screen recorder

Online screen recorder using MediaStream_Recording_API and Svelte v3

Read more...
thescreenshare.com
thescreenshare.com

Plugin free screenshare

Read more...
working example of socket.io and nginx
working example of socket.io and nginx

upstream upstream-nodejs { server 127.0.0.1:3000; }

Read more...
Postgres jsonb_to_recordset join
Postgres jsonb_to_recordset join

SELECT specs.name, COUNT(*) AS total FROM categories, jsonb_to_recordset(categories.specifics) AS specs(name jsonb, required boolean)

Read more...
filip
filip

Read more...
Fix blurry font after translate %
Fix blurry font after translate %

Normalize the resulting transformation matrix

Read more...
Svelte parallax scroll example
Svelte parallax scroll example

https://vujovicigor.github.io/svelte-parallax/public/

Read more...
Svelte Vs Vue
Svelte Vs Vue

Focus on your code/business logic, not on the framework

Read more...
No pg_hba.conf entry for host, SSL off error on dbeaver heroku postgres connection
No pg_hba.conf entry for host, SSL off error on dbeaver heroku postgres connection

check "Use SSL", add "org.postgresql.ssl.NonValidatingFactory" to "SSL Factory" field

Read more...
Postgres Synchronous Replication
Postgres Synchronous Replication

Asynchronous, synchronous & logical replication and horizontal scale

Read more...
Postgres links
Postgres links

Read more...
Things To Do After Installing cPanel
Things To Do After Installing cPanel

Show hidden files (.htaccess), Enable gzip compression, Select fresh PHP version. Force https

Read more...
Send HTML Form to Google Sheets using PHP… without Google Forms
Send HTML Form to Google Sheets using PHP… without Google Forms

Download google-api-php-client (via compose or direct download from https://github.com/googleapis/google-api-php-client/releases ) Create a project on https://console.developers.google.com/apis/dashboard. Enable APIs, enable the Google Sheets API...

Read more...