Dear all Github friends,
I moved this gist to the Github repository.
Following this repository https://github.com/nijicha/install_nodejs_and_yarn_homebrew
Dear all Github friends,
I moved this gist to the Github repository.
Following this repository https://github.com/nijicha/install_nodejs_and_yarn_homebrew
Senior Developer - FT Tech GDPR Team - Internal Products) | |
========================================================= | |
Rolling 6mo Contract (perm roles available too) | |
We're looking for a software developer to join our team who shares our love for the web, our passion for performance | |
and our commitment to accessibility. | |
Internal Products FT is a team comprised of 50+ developers working in small cross-functional teams of 4-6 people, | |
with opportunities to rotate internally and learn new technologies. The systems we build range from internal tools, | |
client-facing applications, APIs, and more. |
Hi everyone
It's not often that we email our members, so please bear with me and read this to the end.
Recent events in the wider tech community, and reactions within the Software Craftsmanship community, have prompted wider discussions about the inclusiveness of the community, and I've decided to make some small but important changes to our local chapter.
TL; DR: "mock" and "stub" were the common terminology when RSpec's
API was first created but we've realized that using them
to create fake objects causes confusion and that double
is
a much better term.
I wasn't around when RSpec's original APIs were created, so this is a bit of guess work, but here's my understanding.
When RSpec's mocking API was first created, the two common terms used for what we now commonly call "test doubles" were mocks and
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
#!/usr/bin/env ruby | |
# Usage ruby 2-minute-timer.rb "message to say when time is up" | |
# or just chmod +x timer.rb and ./timer.rb | |
# for more info, see http://coderetreat.org/profiles/blogs/new-session-idea-baby-steps | |
message = ARGV[0] || "times up" | |
minutes = 2 | |
seconds = minutes*60 | |
while(true) |