Skip to content
View kennym's full-sized avatar

Sponsoring

@alextran1502

Organizations

@senpaidevlabs @The-Complete-Guide-to-Rails-Performance @Portal-Web3
Block or Report

Block or report kennym

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kennym/README.md

Hi there πŸ‘‹

I'm a full-stack software engineer striving to solve problems that make people life's better.

I'm top 5% on StackOverflow. I love playing video games with my daughter and I'm in line with crypto and the values that crypto represents: Trust through verification, Transparency, collaboration and self-sovereignty of money.

Latest Achievements

Proud achievements

  • Helped launching Bright Parenting, a parenting app, which got acquired by a NYC company, and is now used by Fortune 500 companies.
  • I've built a social book network and email list that serves over 100k people on a weekly basis since 2012 until 2021. (Now defunct: www.rifflebooks.com)
  • Made a WP plugin that helps 3k+ people
  • Participated and contributed in Google Code-In 2010 - a programming competition for less than 18 year-old high-school students

Tech stack

  • Web3 (Ethers/Metamask/Truffle/Hardhat)
  • ReactJS
  • React Native
  • TypeScript/ES6
  • NodeJS
  • Ruby
  • Python
  • Some Rust/Go

Misc

  • 🌱 I'm currently taking EatTheBlocks 30 dapps in 30 days course.
  • πŸ˜„ Pronouns: He/Him

πŸ“« Follow and reach out

Pinned

  1. cf7-to-api cf7-to-api Public

    LOOKING FOR MAINTAINER. Wordpress plugin to transmit contact form 7 entries to remote API using POST or GET

    PHP 52 28

  2. annotate-sequel annotate-sequel Public

    Annotate your Sequel models

    Ruby 7 15

  3. ideone-ruby-api ideone-ruby-api Public

    A better Ruby gem for the Ideone API

    Ruby 14 5

  4. microsoft/react-native-code-push microsoft/react-native-code-push Public

    React Native module for CodePush

    C 8.8k 1.4k

  5. Lottery smart contract Lottery smart contract
    1
    //SPDX-License-Identifier: GPL-3.0
    2
     
    3
    pragma solidity >=0.5.0 <0.9.0;
    4
     
    5
    contract Lottery{
  6. A simple smart contract that acts li... A simple smart contract that acts like a wallet - it stores and sends funds
    1
    pragma solidity ^0.8.0;
    2
    
                  
    3
    contract EtherWallet {
    4
        address public owner;
    5