Overview for 'simonecarletti'
Written by Simone Carletti
/ Original link
on May. 19, 2016
A few days ago I had to work on a small PHP script. Several years ago I used to be a PHP developer, but these days I'm using different programming languages and I had to setup my Mac OS from scratch. Since I wanted a simple and portable solution with a very low impact on my machine, I decided to us…
Written by Simone Carletti
/ Original link
on Jan. 31, 2016
Let's Encrypt is a new certificate authority that entered the internet scene at the end of 2015. Let's Encrypt is not simply another certificate authority, if for no other reason than the certificates are free, whereas the vast majority of existing certificate authorities sell SSL/TLS certificates…
Written by Simone Carletti
/ Original link
on Jan. 23, 2016
cURL is one of the most powerful tool for testing HTTP requests and responses. Most developers use curl to interact with HTTP APIs or to test a website. Starting from version 7.43.0 cURL (and libcurl) supports HTTP/2. You can perform a request using the HTTP/2 protocol passing the --http2 flag: ➜…
Written by Simone Carletti
/ Original link
on Dec. 31, 2015
Every once in a while I read questions on StackOverflow like this one where the developer is unable to deploy a Rails application to Heroku due to some error related to the sqlite3 library. The error, in general, looks like the following one remote: Gem::Installer::ExtensionBuildError: ERROR: Faile…
Written by Simone Carletti
/ Original link
on Mar. 27, 2015
Here's the slides from the 15-minute talk Practical introduction to Golang I gave on March 26th at Codemotion Rome. They also include the link to my Github gomotion2015 repository containing the code from the live coding session.