Skip to content
View MikeMwambia-TrojanSystem's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MikeMwambia-TrojanSystem

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

Hi folks

Mike here a developer who likes to solve problems using technology.
I love challenges and I have been working with the following tools since I got into software development among others.

⚡ Fun fact: ...

The roar of a lion comes from it's stomach..🦁


Stay awesome! 🕺🏾

Pinned Loading

  1. InstaLiqDAO InstaLiqDAO Public

    Forked from tobias-kaiser/InstaLiqDAO

  2. JavascriptInfo JavascriptInfo Public

    JavaScript

  3. openzeppelin-contracts openzeppelin-contracts Public

    Forked from OpenZeppelin/openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

    JavaScript

  4. v3-periphery v3-periphery Public

    Forked from Uniswap/v3-periphery

    🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v3

    TypeScript

  5. Express.js role-based permissions mi... Express.js role-based permissions middleware
    1
    // the main app file
    2
    import express from "express";
    3
    import loadDb from "./loadDb"; // dummy middleware to load db (sets request.db)
    4
    import authenticate from "./authentication"; // middleware for doing authentication
    5
    import permit from "./authorization"; // middleware for checking if user's role is permitted to make request
  6. callbacksPromises callbacksPromises Public

    This describes how you can control flow of JS code execution with callbacks and promises.

    JavaScript