Tag «productivity»

Firefox must-have extensions for power users

Firefox

Firefox is a great browser, and has it’s convenience for certain things.  By itself it’s pretty good, but far from private and efficient.  Here’s a list of extensions that will make you way more productive! Firefox Extensions Clippings This extension is useful to store an organized collection of text, so it’s easily accessible, and you …

Form Request Validation with Laravel Validator

form

Form Requests are a great tool in Laravel to cut down on development time and having to do messy finite state machine matching, regular expression replacements, and so forth.  This tutorial will teach you how to create and have a little fun with validating your forms. First, you’ll need to open up Terminal, PuTTy, or …