Yuri Bacciarini

Yuri Bacciarini

Italy
Jan
29
Set SASS the default style format on Angular/Ionic

Set SASS the default style format on Angular/Ionic

Angular 6+ ng config defaults.styleExts sass Ionic 4+ ionic config set defaults.styleExts sass
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
Jul
22
Face Recognition Raspberry + AWS | Proof Of Concept

Face Recognition Raspberry + AWS | Proof Of Concept

Proof Of Concept of how a camera can track people using face recognition of Amazon Web Services. A mix of
1 min read
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
Tweets by YBacciarini