Skip to content

Instantly share code, notes, and snippets.

View Firaenix's full-sized avatar

Nick Firaenix

  • Bitping Pty Ltd
  • 00:35 (UTC +10:00)
  • X @firaenix
View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Nicholas Carton",
"label": "Solutions Architect",
"email": "[email protected]",
"summary": "I am a Solutions Architect with a background in DevOps, Frontend and Backend Development based in Sydney, Australia, with a passion for delving deep into the intricacies of technology. \n\nOn the journey to create my company, Bitping, I developed my skills in Frontend, Backend and DevOps. My experience spans a wide range of Peer to Peer networking systems, including Bitcoin and BitTorrent. I thrive on exploring new languages and frameworks, having developed websites with Svelte and React. I am equally skilled at backend development, where I have honed my skills in Rust, .NET C#, and NodeJS/Deno.\n\nAlong my career, I have also built out infrastructure as code pipelines in Terraform to construct Kubernetes clusters both on-prem and in cloud. \nI als
@sergmetelin
sergmetelin / hackathon_how_to.md
Last active July 21, 2020 04:03
Hackathon Getting Started guide

About EOSIO

The EOS.IO software introduces a new blockchain architecture designed to enable vertical and horizontal scaling of decentralized applications. This is achieved by creating an operating system-like construct upon which applications can be built. The software provides accounts, authentication, databases, asynchronous communication and the scheduling of applications across many CPU cores or clusters. The resulting technology is a blockchain architecture that may ultimately scale to millions of transactions per second, eliminates user fees, and allows for quick and easy deployment and maintenance of decentralized applications, in the context of a governed blockchain.

About this guide:

Full documentation can be found at https://developers.eos.io/

This means your portal is correctly setup for the hackathon.