Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Contents contributed and discussions participated by John Randall

Contents contributed and discussions participated by John Randall

John Randall

A successful Git branching model » nvie.com - 0 views

  •  
    "In the latter case, it is impossible to see from the Git history which of the commit objects together have implemented a feature-you would have to manually read all the log messages. Reverting a whole feature (i.e. a group of commits), is a true headache in the latter situation, whereas it is easily done if the --no-ff flag was used. "
John Randall

Tympanus - 2 views

shared by John Randall on 01 Jul 14 - Cached
John Randall

git howto: revert a commit already pushed to a remote repository - Christoph ... - 0 views

  •  
    "This works almost exactly the same way as case 2, but instead of removing the line with the bad commit, simply replace its pick with edit and save/exit. Rebase will then stop at that commit, put the changes into the index and then let you change it as you like. Commit the change and continue the rebase (git will tell you how to keep the commit message and author if you want). Then push the changes as described above. The same way you can even split commits into smaller ones, or merge commits together. "
John Randall

Understanding Scope and Context in JavaScript | Ryan Morr - 0 views

  • Every function invocation has both a scope and a context associated with it. Fundamentally, scope is function-based while context is object-based. In other words, scope pertains to the variable access of a function when it is invoked and is unique to each invocation. Context is always the value of the this keyword which is a reference to the object that “owns” the currently executing code.
John Randall

plataformatec/simple_form - 2 views

  •  
    " "
John Randall

Masonry - 0 views

  •  
    "Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You've probably seen it in use all over the Internet. "
  •  
    "Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You've probably seen it in use all over the Internet. "
« First ‹ Previous 101 - 120 of 162 Next › Last »
Showing 20 items per page