Code Monkey home page Code Monkey logo

Hello there 👋

I'm a software engineer and I ❤️ working with Typescript.

visitors Open Source Love

import Profession from '@professions';
import Hobby from '@hobbies';
import Degree from '@degree';
import Dota2 from '@steam/common/dota2-beta';

public class Kamran extends CoolNerd {
    public name = 'Muhammad Kamran';
    public profession = Profession.SoftwareEngineer;
    public hobbies = [Hobby.PCGaming, Hobby.Hiking, Hobby.FindingNewPlacesToEat];
    public education = Degree.SoftwareEngineeing;
    
    public constructor() {
        super();
        
        while(true) {
            this.eat();
            this.sleep();
            this.code();
            this.game();
        }
    }
    
    public game(): void {
      if (!sleeping && !eating && !coding) {
        Dota2.play();
      }
    }
}

📝 Links

🔧 Technologies & Tools

Muhammad Kamran's Projects

favourite-songs icon favourite-songs

A Vue.js / Express.js web application to bookmark your favourite songs with lyrics

i3-starterpack icon i3-starterpack

A simple guide (and example of configuration) to install i3 & its and essentials packages, then make them look eye candy.

metrics icon metrics

📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!

node-frontend icon node-frontend

Node.js Docker image with all Puppeteer dependencies installed for frontend Chrome Headless testing and default Nginx config, for multi-stage Docker building

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.