tips

tips

Jan
29
Execute "COPY .. FROM stdin" in postgres database

Execute "COPY .. FROM stdin" in postgres database

psql -h HOST -p PORT -f import.sql -U USER -d DEFAULTDB * HOST * PORT * USER * DEFAULTDB import.sql COPY public.
Jan
01
Easy way to pass async data as a function's input

Easy way to pass async data as a function's input

Problem Pass async data (like observable) as an input of a function. Workaround
Nov
14
My Experience with NgRx state manager on Ionic

My Experience with NgRx state manager on Ionic

Intro In this article I will talk of my experience with NgRX, a reactive extension for Angular to manage state.
2 min read
Nov
08
Static website on AWS S3 bucket (SSL secure)

Static website on AWS S3 bucket (SSL secure)

Aim Set up a static website using an S3 bucket (Amazon Web Services) as a root folder. SSL certificate provided
2 min read
Oct
25
Set up docker Wordpress behind docker NGINX with SSL

Set up docker Wordpress behind docker NGINX with SSL

Working solution to run Wordpress using official Docker image. A step by step guide.
1 min read
Oct
24
Integrate Dialogflow chatbot on Ionic app

Integrate Dialogflow chatbot on Ionic app

Two ways to integrate a Dialogflow chatbot in your Ionic Angular App. Working example on https://github.com/texano00
1 min read
Sep
11
Workaround for cordova_not_available

Workaround for cordova_not_available

Development Environment OS: Ubuntu 16.04.4 LTS Ionic info: While developing in Ionic3 with native plugins is gold using
Mar
27
Amazon Web Services (AWS) Milan Summit 2018/03/27

Amazon Web Services (AWS) Milan Summit 2018/03/27

Amazon Web Services (AWS) Milan Summit 2018/03/27
3 min read
Jun
08
Amazon Web Services (AWS) Milan Summit 2017/06/08

Amazon Web Services (AWS) Milan Summit 2017/06/08

Amazon Web Services (AWS) Milan Summit 2017/06/08
3 min read
Tweets by YBacciarini