tech

MongoDB Europe

Posted on

A few weeks ago I had the chance to visit MongoDB Europe. Read about all the features we learned more about in the following blogpost by me and my colleagues: https://ordina-jworks.github.io/development/2018/11/20/mongodb-europe-018.html

HowTo

How To: search with grep

Posted on

To search through text you can use the grep command. It searches files and returns the lines of the file that match a certain string. The command has the following format: grep [options] pattern [file]     Here are some of the useful options I use:   Examples You can also search multiple files eg. all files […]