Skip to content
View chenjedev's full-sized avatar
:electron:
:electron:

Block or report chenjedev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
chenjedev/README.md

HELLO WORLD 👋

Jovin Machenje - Tanzanian Web developer and tech creator with over 5 months of experience building production-grade applications across website development.

interface Developer {
  name: string;
  age: number;
  experience: string;
  focus: string[];
  location: string;
}

const me: Developer = {
  name: "Jovin Machenje",
  age: 18,
  experience: "5+ months",
  focus: ["Web Development"],
  location: "Tanzania",
};

Pinned Loading

  1. chenjedev chenjedev Public