Alejandro Tovar

Alejandro Tovar

Vida y decisiones son las importantes en el camino a la felicidad, disfrútala y determinarlas primero antes que ella te sobrepase. Ingeniería de la vida, analítico de las circunstancias, sin frenos en el riesgo, ambicioso en dar una mano incluso al que no la necesita. Actividad física es la clave primordial del la salud y el bienestar. Y recuerda: "a man without principles is an empty man"

Inteligencia Artificial – AI

Estamos entrando en una época donde con mucha frecuencia  se utiliza el término Inteligencia Artificial ó AI por sus siglas en inglés (Artificial Intelligence). La realidad es que no es nuevo,  se conoce hace mucho tiempo y su significado es totalmente diferente a lo que nos quieren hacer creer, como lo quieren etiquetar actualmente. A…

Read More

Better equity research Better Income

In today’s world, we need to do an equity researchers analyze stocks to help portfolio managers make better-informed investment decisions. Equity analysts are people who understand and predict the behavior of a given security using problem-solving skills, data interpretation, and various other tools. This frequently entails quantitatively analyzing statistical data from a stock in relation…

Read More

Ubuntu; FTP server Installation

vsftpd – FTP Server Installation vsftpd is an FTP daemon available in Ubuntu. It is easy to install, set up, and maintain. To install vsftpd you can run the following command: Anonymous FTP Configuration By default vsftpd is not configured to allow anonymous download. If you wish to enable anonymous download edit /etc/vsftpd.conf by changing: During installation a ftp user is…

Read More

PHP hints and tricks

use $this->member for non-static members, use self::$member for static members. Full Answer Here is an example of correct usage of $this and self for non-static and static member variables: Here is an example of incorrect usage of $this and self for non-static and static member variables: sample PDO and how work for db connection How __construct work on Class

Read More