Blog


December 17, 2020

React vs. Vue vs. Angular Showdown Part 2 Vue

Now we move on to Vue. Since we already defined the specifications, and we thought through most of the business logic in the React tutorial, we'll be diving right in to re-implementation. Vue's...

Read

December 3, 2020

React vs. Vue vs. Angular Showdown Part 1 React

Angular, Vue and React all have command line tools and this is what we should expect from any modern web tool. React creates a folder with a templated package.json and installs React as well as...

Read

December 3, 2020

React vs. Vue vs. Angular Showdown

In the JavaScript world you find developers have pretty strong opinions on which front end framework in the best. I haven't seen many developers pit them head to head and do unbiased analyses on...

Read

March 26, 2017

Protecting Apache with fail2ban and mod_security

Since I run a lot of custom servers I have found the open source tool fail2ban to be quite useful! Fail2ban is an open source log based IP bouncer. Essentially it reads specific logs that you...

Read