Skip to content

Instantly share code, notes, and snippets.

View fidenz-chim's full-sized avatar

Chim Himidumage fidenz-chim

  • Fidenz Technologies
  • Colombo
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fidenz-chim on github.
  • I am himidumage (https://keybase.io/himidumage) on keybase.
  • I have a public key ASDEMzPGKBQLs0CHF-Q13GmKEWxE_SG9njyZ1NWQ3arHuQo

To claim this, I am signing this object:

0x07B28Bc340550077827690564Af30e842EE052c6
@fidenz-chim
fidenz-chim / HowTo_Git.md
Last active March 10, 2020 11:20
Basic and frequently used Git commands for on-demand use

Clone a project to local machine

  • Create a repository in GitHub.com
  • In local machine/project_folder ...
git init // In local machine from project's root folder
git add . // Add all the files in directory to local git
// Make chanegs to the source
git commit -a -m "sample message for the commit"
git remote add origin <remote repository url from github.com>
ChimMBP:oidc_provide chim$ DEBUG=* node example/express.js
ioredis:redis status[localhost:6379]: [empty] -> connecting +0ms
express:application set "x-powered-by" to true +0ms
express:application set "etag" to 'weak' +1ms
express:application set "etag fn" to [Function: generateETag] +1ms
express:application set "env" to 'development' +0ms
express:application set "query parser" to 'extended' +1ms
express:application set "query parser fn" to [Function: parseExtendedQueryString] +0ms
express:application set "subdomain offset" to 2 +0ms
express:application set "trust proxy" to false +0ms
module.exports = {
clients: [
// {
// client_id: 'oidcCLIENT',
// client_secret: '...',
// grant_types: ['refresh_token', 'authorization_code'],
// redirect_uris: ['http://sso-client.dev/providers/7/open_id', 'http://sso-client.dev/providers/8/open_id'],
// }
],
interactions: {

Radical Ledger Development/Delivery Process#

This is a guideline on how to engage with software development of process of Radical Ledger for Radical Ledger direct staff. Refer the Opensource Contribution Guideline (Yet to be published) if you are a external collaborator to any of our projects.

Project Management Process

JIRA is the project management tool of choice and it could be access via radicalledger.atlassian.net. Currently there are two separate agile boards to manage developments and operations respectively.