Skip to content
View mrkdavi's full-sized avatar
πŸ‘€
πŸ‘€

Highlights

  • Pro

Block or report mrkdavi

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

Hi , This is Marcus!

I'm a Full-Stack Web Developer!

I'm just a regular guy who starts to programming for fun and I'm looking for great opportunities in this wonderful world of technology.

πŸ§‘β€πŸ’» About Me

import express from 'express'

const app = express()
const PORT = 3000

const marcus = {
	stack:"Full-Stack Developer",
	pronouns: ['He', 'Him'],
	favoriteDrinks: ['cajuina', 'coffee', 'tea'],
	favoriteFoods: ['burger', 'lasagna'],
	like: ['games', 'comics', 'animes'],
};

app.get('/about', (req, res) => (
	res.status(200).json({ marcus })
);

app.listen(PORT, () => (
	console.log(`Server running at port ${PORT}...`)
);
More Details

πŸ’» Languages and Technologies

πŸ“ͺ Get in touch

Pinned Loading

  1. petshop-api petshop-api Public

    🐢 A repo to exercise typescript, typeORM and express

    TypeScript

  2. agenda-api agenda-api Public

    πŸ“• A API to create notes and reminders

    TypeScript 3

  3. notifications-service notifications-service Public

    πŸ”” Notification microservice made with Nest and Prisma [SOLID] [Clean-Architecture]

    TypeScript 1

  4. pixel-art-board pixel-art-board Public

    πŸ–ŒοΈ A pixel-art paintable board

    CSS