Skip to content
View wambuguedison's full-sized avatar
☺️
Software Engineer __a m a r i__
☺️
Software Engineer __a m a r i__

Block or report wambuguedison

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
wambuguedison/README.md

Eddie (Dr. Fullstack) is me.

poster

πŸ’« About Me:

πŸ‘‹ Hi, I’m Edison Waweru, also known as Eddie
πŸ”­ I’m currently working as a Fullstack developer
πŸ‘€ I’m interested in Glorified Linked Lists
🌱 I’m currently learning Data Structures and algorithms
πŸ’¬ Ask me about React
⚑ Fun fact : I'm a ✨ special ✨ Autodidact Polyglot

🌐 Socials:

Facebook Instagram LinkedIn Medium Pinterest Twitter

πŸ’» Tech Stack:

Markdown HTML5 Dart Go GraphQL CSS3 JavaScript Python TypeScript Shell Script Solidity AWS Firebase Vercel Heroku Netlify Chakra Chart.js Django DjangoREST Electron.js Ember Express.js FastAPI Flask Flutter NodeJS Gulp Jasmine jQuery JWT Less MUI NPM Next JS React React Router Redux SASS Socket.io Strapi Styled Components TailwindCSS Yarn Webpack Apache Nginx MySQL Couchbase MariaDB MongoDB Redis SQLite Adobe Illustrator Figma Jira Babel CodeCov Confluence Docker ESLint ElasticSearch Swagger Trello

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

✍️ Random Dev Quote

πŸ˜‚ Random Dev Meme


Pinned Loading

  1. Call-of-Duty- Call-of-Duty- Public

    Forked from YashIndane/Call-of-Duty-

    Turn your phone into a wireless controller for shooting games, with voice control!

    Python

  2. Upload file to AWS S3 using nodeJS Upload file to AWS S3 using nodeJS
    1
    const fs = require('fs');
    2
    const AWS = require('aws-sdk');
    3
    
                  
    4
    const uploadImage = async (fileName, fileContent) => {
    5
      const params = {
  3. Send email using AWS SES leveraging ... Send email using AWS SES leveraging nodemailer
    1
    const nodemailer = require('nodemailer');
    2
    const ejs = require('ejs');
    3
    
                  
    4
    const transporter = nodemailer.createTransport({
    5
      host: awsHost, // AWS Host Name
  4. React component to convert image to ... React component to convert image to base64 string. Leveraging Material UI Button upload
    1
    import Button from "@material-ui/core/Button";
    2
    
                  
    3
    class ImageConverter extends React.Component {
    4
      constructor(props) {
    5
        super(props);
  5. mpesa-node-library mpesa-node-library Public

    Forked from safaricom/mpesa-node-library

    M-Pesa Library for Node.js using REST API

    JavaScript

  6. webiny-js webiny-js Public

    Forked from webiny/webiny-js

    Platform for building serverless applications and APIs (Node.js, React, GraphQL)

    TypeScript