Posts

Feb
06
[SOLVED] ERROR: Error response from daemon: Get https://myregistry:5000: http: server gave HTTP response to HTTPS client

[SOLVED] ERROR: Error response from daemon: Get https://myregistry:5000: http: server gave HTTP response to HTTPS client

This is a solution for both: Linux and Windows. You maybe came across this error pushing or pulling to/from
1 min read
Feb
01
Develop a chatroom using Ionic3, socket.io and Nodejs

Develop a chatroom using Ionic3, socket.io and Nodejs

Socket.io Socket.io is a Javascript library that enables real-time, bidirectional and event-based communication. Sometimes we hear that socket.
2 min read
Jan
31
Solve "The image you uploaded was larger than the maximum file size your server allows" on NGINX+Ghost

Solve "The image you uploaded was larger than the maximum file size your server allows" on NGINX+Ghost

Simply add client_max_body_size 5M; (replace 5M with your needs) on nginx.conf Example { listen 80; .. server_name
Jan
31
Use ncftpput instead of ftp for recursive uploads

Use ncftpput instead of ftp for recursive uploads

Problem I came across this problem when i had the need to transfer a Wordpress site from a server to
1 min read
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
Tweets by YBacciarini