Skip to content
View 71Kevin's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report 71Kevin

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

Linkedin Badge

Hey there! I'm Kevin, but you can call me Tinesh. As a passionate developer, I thrive on tackling challenges and crafting creative solutions. I'm constantly on the lookout for new technologies to explore and learn.

Feel free to check out my profile and projects. Thanks for dropping by!


Kevin Oliveira's github stats


Here's a sneak peek at some of the project prefixes I use and what they do:

  • start: Fires up the application.
  • commit: Leverages commitizen for better commits.
  • format:check: Ensures JavaScript and TypeScript files are nicely formatted with Prettier.
  • format:write: Beautifies JavaScript and TypeScript files with Prettier.
  • lint:check: Scans JavaScript and TypeScript files for linting issues using ESLint.
  • lint:fix: Squashes linting bugs in JavaScript and TypeScript files with ESLint.
  • test: Runs Jest to ensure JavaScript and TypeScript files are working as expected.
  • dev: Fires up Nodemon for smooth development of JavaScript and TypeScript projects.

Pinned

  1. bookstore-nodejs-challenge bookstore-nodejs-challenge Public

    RESTful CRUD of a bookstore with Mongo, unit tests in JEST, SOLID practices and MVC pattern.

    JavaScript

  2. monopoly-simulator monopoly-simulator Public

    Monopoly game simulator that generates a game where players take turns to perform different moves. 20 properties on a sequence board, each with a cost to sell, rent value, and an owner, in a random…

    JavaScript

  3. express-typescript-boilerplate express-typescript-boilerplate Public

    Simple boilerplate for creating applications to save developers' time and effort by providing a simple starting point.

    TypeScript

  4. genshin-impact-word-hunt genshin-impact-word-hunt Public

    A web-based word search game featuring characters' names from the popular game Genshin Impact. Built entirely using HTML, CSS, JavaScript, and PHP without any external libraries.

    PHP

  5. gacha-daily-checklist gacha-daily-checklist Public

    A simple PHP-based checklist tool for gacha game players, allowing users to track daily, weekly, and monthly tasks for games like Fate/Grand Order and Genshin Impact.

    PHP

  6. sportvill-crud-startup sportvill-crud-startup Public

    A Java CRUD project developed during my IT course to learn how to create, update, and query data and handle exceptions.

    Java