Prepared: 2026-02-16
Prepared by: Chief Scribe
Filing Type: Society under the Nova Scotia Societies Act
Portal: https://rjsc.novascotia.ca/rjsc/
Filing Fee: ~$77 CAD (credit card via RJSC Connect)
Ikenna is a Father (of 3), Husband and senior technologist. He has 19+ years of experience building web application software and AI-native systems.
He has solved real world problems with practical yet elegant user-centred solutions based on business priorities.
He is pragmatic and subscribes to agile, pair programming (where required), behaviour driven development (BDD), DRY, progressive enhancement, and open source approaches to software development. He brings deep technical expertise and a collaborative, evidence-driven approach to every team he joins.
| if Rails.env.production? | |
| Braintree::Configuration.environment = Rails.env.staging? ? :sandbox : :production | |
| Braintree::Configuration.merchant_id = ENV["braintree_merchant_id"] | |
| Braintree::Configuration.public_key = ENV["braintree_public_key"] | |
| Braintree::Configuration.private_key = ENV["braintree_private_key"] | |
| else | |
| Braintree::Configuration.environment = :sandbox | |
| Braintree::Configuration.merchant_id = "<super secret>" | |
| Braintree::Configuration.public_key = "<super secret>" | |
| Braintree::Configuration.private_key = "<super secret>" |
| #!/bin/bash -e | |
| app=stylist | |
| dev=http://stylist.mslabs.io | |
| heroku logs -t -s heroku -d router -a $app | { | |
| while IFS= read -r line | |
| do | |
| path=$(echo $line | grep -oE 'path="([^"]+)"' | cut -d'"' -f2) | |
| code=$(curl -s -o /dev/null -w "%{http_code}" "$dev$path") |
| // Go to https://ci.integration.publishing.service.gov.uk/script and paste the code below | |
| job = Jenkins.getInstance().getItemByFullName("smartanswers/master", Job.class) | |
| job.nextBuildNumber = 3694 | |
| job.saveNextBuildNumber() |
| #!/bin/sh | |
| COUNTRY="$1" | |
| COUNTRIES="lib/smart_answer_flows/marriage-abroad/outcomes/countries" | |
| COUNTRY_PARTIALS="$COUNTRIES/$COUNTRY" | |
| rm -rf "$COUNTRY_PARTIALS" | |
| cp -r "test/artefacts/marriage-abroad/$COUNTRY" "$COUNTRY_PARTIALS" |
| /* A Spreadsheet-powered Twitterbot Engine, version 0.4, May 2015 | |
| by Zach Whalen (@zachwhalen, zachwhalen.net, etc.) | |
| This code powers the backend for a front-end in a google spreadsheet. If somehow you've arrived at this code without the spreadsheet, start by making a copy of that sheet by visiting this link: | |
| bit.ly/botsheet | |
| All of the setup instructions are available in the sheet or (with pictures!) in this blog post: | |
Welcome!
UPDATE: This list is no longer maintained. I've moved it to its own repo so you can send suggestions as Pull Requests. https://github.com/dideler/bootstrapping/
For feedback or suggestions, please send a tweet (@dideler). Gist comments don't notify me. Pull requests aren't possible with gists (yet), so I don't recommend forking because then I can't easily get the change.
Starring this gist will give me an idea of how many people consider this list useful.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.