Set a default field on a component in ngrx 11 Feb 2017 ANGULAR NGRX Set a default field on a component in ngrx Imagine we have a flash message component and it has 2 required fields, severity and message; 2 optional fields, id and dismissable. In flash-message.reducer.
keydown and keyup with jQuery Steps 10 Sep 2016 keydown and keyup with jQuery Steps We have a legacy app using jQuery Steps for its wizard. Now we'd like to add some word count/line count alert inside
A Quick Tip for Delayed Job in Rails 19 Aug 2016 Ruby on Rails A Quick Tip for Delayed Job in Rails I've been pondering on this delayed job in the Rails app. User specify a time that they'd like the job to
Nested Radio Button Inside Checkbox 30 Mar 2016 Nested Radio Button Inside Checkbox I've come to write a form, where inside each checkbox, there're two radio buttons associated. HTML code looks like this: <
Pushed to Wrong GIT Branch 23 Feb 2016 git Pushed to Wrong GIT Branch Suppose there are multiple git branches that are in your local repo. You've done tons of work, eventually committed and pushed. Then, you