Skip to main content

Home/ Groups/ Web Development Resources (originated at GA WDI)
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
montricher

Why The Hell Would I Use Node.js? A Case-by-Case Introduction - 2 views

  •  
    (Thanks to Chris Lee for the link) - Introduction JavaScript's rising popularity has brought with it a lot of changes, and the face of web development today is dramatically different. The things that we can do on the web nowadays with JavaScript running on the server, as well as in the browser, were hard to imagine just several years ago, or were encapsulated within sandboxed environments like Flash or Java Applets.
montricher

Well-Known Transmission Control Protocol Port Numbers - 2 views

  •  
    This list of well-known port numbers specifies the port used by the server process as its contact port. In TCP/IP and UDP networks, a port is an endpoint to a logical connection and the way a client program specifies a specific server program on a computer in a network.
montricher

When to Use Which User Experience Research Methods - 3 views

  •  
    Summary: Modern day user experience research methods can now answer a wide range of questions. Knowing when to use each method can be understood by mapping them in 3 key dimensions and across typical product development phases.
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. "
cdbajorin

rspec setup along with useful gems - 3 views

  •  
    In this post, I will take you through the steps needed to set up our prefered BDD stack on a new Rails 4 application and explain why each tool is important.
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. "
John Randall

Git Workflows and Tutorials | Atlassian - 0 views

  •  
    "The Feature Branch Workflow builds on the Centralized Workflow by encapsulating new features into dedicated branches. This enables the use of pull requests as a means to discuss changes before they're integrated into the official project. "
John Randall

justinfrench/formtastic - 0 views

  •  
    "don't"
montricher

How To Sign In Your Users With Ajax Using Devise and Rails - 1 views

  •  
    Make the user sign in through Ajax to improve user experience.
« First ‹ Previous 121 - 140 of 202 Next › Last »
Showing 20 items per page