Code Monkey home page Code Monkey logo

Languages and Tools:

android aws blender c css3 django docker figma firebase gcp git heroku java javascript kotlin laravel linux mariadb mongodb mssql mysql nodejs oracle php python react sqlite tailwind

class AboutMe {
  public name: string;
  public technologies: string[];
  public programmingLanguages: string[];

  constructor() {
    this.name = "MarkB Mugo";
    this.programmingLanguages = ["PHP","Laravel","Python","Django","Javascript","TYpescript" "Node.js"];
    this.technologies = ["Docker", "AWS","DevOps","PWA","GraphQL"];
    
  }

  public introduce() {
    console.log(`Hi, my name is ${this.name}.`);
    console.log(`I'm proficient in the following technologies: ${this.technologies.join(", ")}.`);
    console.log(`And I'm experienced in the following programming languages: ${this.programmingLanguages.join(", ")}.`);
  }
}

const myAboutMe = new AboutMe();
myAboutMe.introduce();

marcb_marcb

Connect with me:

marcb_marcb markb_mugoh

markb-mugoh

As an innovative software engineer, I have a proven track record of effectively managing all aspects of the development process for small to medium-sized high-level robust applications. Through the years, I have sharpened my skills in various programming languages and frameworks, enabling me to design and deliver efficient, scalable solutions that cater to diverse industries and meet clients' specific requirements.

Marc Mugo's Projects

covid-19_re icon covid-19_re

A web page which helps to access all data and information related to COVID 19 under the same environment

ecommerce-laravel icon ecommerce-laravel

An e-commerce Laravel application from start to finish ( excluding payments and shipping ) with clean and simple UI

laravel-email-socialmedia-authentication icon laravel-email-socialmedia-authentication

Laravel Social and Email Authentication is a robust login system that allows users to register and log in using their email addresses or their social media accounts such as Facebook and Twitter. This system is built on top of Laravel Socialite, a powerful authentication package that simplifies the authentication process by providing an easy-to-use

login-system-django icon login-system-django

User Registration and login system with authentication. Account activation enabled by use of emails. Django Python Project

mobile-detect icon mobile-detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

swiftmailer_php icon swiftmailer_php

SwiftMailer is a PHP library for sending emails using a variety of transports. The GitHub repository offers comprehensive documentation, sample code, and issue tracking, making it an essential resource for developers looking to implement email sending functionality in their PHP projects

typescript icon typescript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

typescript-react-starter icon typescript-react-starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.