• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2025 Alex Arriaga

Month: May 2015

GNU/Linux Mac OSX Operating Systems PHP Web Development

SSL certificate problem: unable to get local issuer certificate SOLVED

Posted on May 15, 2015by alex-arriaga

The issue Today I was trying to consume an external video API for streaming a set of videos; so I got the code for the PHP source, create all my configuration but when I tried to get the actual data from the external server via cURL; I was obtaining nothing; so, in order to get the…

Web Development

Avoid “this project has more than 30 000 files…” error in Brackets editor

Posted on May 15, 2015by alex-arriaga

This is really quick post for all of you using Brackets editor; The issue Sometimes when we use Node.js packages or Bower components in development mode, we have a huge number of files in our workspace and if we open our root folder in Brackets, it is almost sure Brackets will be not able to…