Using Emacs as an IDE

You’ll have to be specific as to what you mean by “the rest”. Except for the object inspector (that I”m aware of), emacs does all the above quite easily: editor (obvious) compiler – just run M-x compile and enter your compile command. From there on, you can just M-x compile and use the default. Emacs … Read more

Best general SVN Ignore Pattern?

I’ll add my own two cents to this question: I use the following SVN ignore pattern with TortoiseSVN and Subversion CLI for native C++, C#/VB.NET, and PERL projects on both Windows and Linux platforms. It works well for me! Formatted for copy and paste: *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store thumbs.db … Read more

How to watch and reload ts-node when TypeScript files change

You can now simply npm install –save-dev ts-node nodemon and then run nodemon with a .ts file and it will Just Work: nodemon app.ts Previous versions: I was struggling with the same thing for my development environment until I noticed that nodemon‘s API allows us to change its default behaviour in order to execute a … Read more

What’s the difference between Docker Compose vs. Dockerfile

Dockerfile A Dockerfile is a simple text file that contains the commands a user could call to assemble an image. Example, Dockerfile FROM ubuntu:latest MAINTAINER john doe RUN apt-get update RUN apt-get install -y python python-pip wget RUN pip install Flask ADD hello.py /home/hello.py WORKDIR /home Docker Compose Docker Compose is a tool for defining … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)