Sign in With Google Button
So just recently I decided I would rather use the “Sign-In With Google” feature, rather than trying to recreate a user system on my end. I followed the information on Google’s siteRead More…
So just recently I decided I would rather use the “Sign-In With Google” feature, rather than trying to recreate a user system on my end. I followed the information on Google’s siteRead More…
Cookies are designed to be a string, and often contain just one key/value pair, or get serialized into a string delimited by semi-colons or commas. On one of my sites, I’m updatingRead More…
Components are going to be the way to do things in Angular 2, but I’ve got plenty of apps that are still using Angular 1.x, so to make my code more re-usableRead More…
I’ve been rebuilding one of my sites to use Angular, and had attached my controllers to several endpoints that returned a variety of data models. I built the endpoints following the principle ofRead More…
Lateley, I’ve been looking for new coding tools, because I switch between front end and back end regularly. Previously, I had been using Eclipse with various plugins, and also Zend Studio (basedRead More…
Not sure how I missed this for so long (feeling kind of lame right now for not even knowing about it), but today I ran across using breakpoints in Chrome Developer ToolsRead More…
The documentation for orderBy uses a function to rearrange the order of the result set, but I wanted to order my results by multiple fields, and the documentation didn’t seem to mentionRead More…
I just started working on an Angular app and needed to get my environment set up. If I want to use Yeoman, I need Node.js, which means installing it first. I followedRead More…