Skip to content
View kevinmarquesp's full-sized avatar
🐧
Optimizing my slow machine to work...
🐧
Optimizing my slow machine to work...

Block or report kevinmarquesp

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






Hello world! As you can see on my profile, my name is Kevin Marques and I'm a Brazilian 🇧🇷 software developer that really loves technology and doing software. Currently, I'm studying to become a full-stack developer ✨ someday and this Github account is where I share my projects and contribuitions, hope you enjoy some of my work. Also, if you want some help, feel free to get in touch!

I also write articles, mostly in Portuguese. Check out my personal Blog page too!


More Detailed Information

I'm still studying some of the most important subjects in technology yet, but I'm happy to say that I'm comfortable enough to deal with Docker containers, SQL databases and Regex. Besides coding, my hobbies include exploring new things — I started learning Spanish last year —, writing articles on my personal blog and drawn manga, graffiti or other cool art styles.

  • My favorite repositories:
    • PServo: An Arduino library that allows you to control multiple servos at the same time;
    • shopping_app: First working webapp that I've did when I was still learning;
    • old-portfolio-vuejs: Just a front-end project I was trying to create my personal portfolio web page;
    • old-portfolio-astrojs: I was using this project to learn AstroJS, it was fun;
    • random-number-generator: A web page that generates strings of random numbers;
    • flappy_bird: Another Flappy Bird clone, I used it to learn the Löve2D game engine.
  • Other services that I have an account:
    • You can find my front-end experiments on my CodePen profile;
    • Old/archived projects or test repos you can check out on my Codeberg profile;
    • I used GitLab in the past and put some projects there too.

My favorite languages and technologies:

Go C++ JavaScript TypeScript C Python Lua CSS3 SASS HTML5 Vue.js Astro

Technologies that I'm still learning:

Elixir AdonisJS Next JS

Things that I maybe study next:

Haskell Ruby Rust

What I use on my development enviroment:

Linux Mint Docker Neovim Vim Visual Studio Code Shell_Script

Git




Alt text

Pinned Loading

  1. cz cz Public

    I was anoyed that the cz-emoji tool was written in Javascript and depends on NPM, PNPM or whatever you use to manage your node packages, so I made my own commit cittizen script with emoji support u…

    Shell 6 1

  2. PServo PServo Public

    An Arduino library designed to make working with multiple servo motors simpler and more intuitive, especially for those building complex robots. With PServo, you can easily control the movements of…

    C++ 5

  3. go-postr go-postr Public

    Simple social-media-like project that I'm using to learn some fundamental concepts of web dev. Created with Golang (and love) from scratch! 💪

    Go 3

  4. csv_to_sql csv_to_sql Public

    Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually r…

    Python 1

  5. web_crawler_ex web_crawler_ex Public

    Tool to extract all the anchor links URLs of websites, store that list of URLs inside a SQLite3 database and repeat that same process to each link recursively using multiple sub process in parallel

    Elixir

  6. shopping_app shopping_app Public archive

    A simple shopping list app with vanilla javascript and HTML+CSS

    HTML