Open in app
Home
Notifications
Lists
Stories

Write
Jorge Quitério
Jorge Quitério

Home

Published in iostrap

·Pinned

Manage PostgreSQL JSON data with Go(golang)

the simple way Continuing with my last story where we directly manage JSON data in PostgreSQL, this story is much about to do the same but using go (golang). So, having the same data;

Json

3 min read

Manage PostgreSQL JSON data with Go(golang)
Manage PostgreSQL JSON data with Go(golang)

Apr 10, 2021

How to set up a Docker Host

the simple way Let client = Docker client server = Docker Host So that client is your computer (Mac, Linux, *BSD or other) where you have docker application installed, and you do your software development. …

Docker

2 min read

How to set up a Docker Host
How to set up a Docker Host

Feb 26, 2021

How to manage JSON data in PostgreSQL

the simple way Some times we just want to store some non (that) structured data on SQL database and the big issue may be how to manage them. Having the following planets data: lets create simple table structure: CREATE TABLE planets( id SERIAL PRIMARY KEY, name…

Postgresql

3 min read

How to manage JSON data in PostgreSQL
How to manage JSON data in PostgreSQL

Published in iostrap

·Aug 26, 2020

How to transfer files between servers using Netcat

On linux/unix environments scp are rsyncare widely used to transfer/synchronize files between servers since they provide a secure way to transfer files between two or more computer nodes. Quickly: me@server1 ~ % nc -l -p 4444 < file.txt me@server2 ~ % nc -w 3 server1 4444 > file.txt Netcat for…

File Transfer

3 min read

How to transfer files between servers using Netcat
How to transfer files between servers using Netcat
Jorge Quitério

Jorge Quitério

System Architect

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable