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

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!

🔗 Email | Discord | Blog


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 images, SQL databases and Regex. Besides coding, my hobbies include exploring new things -- I started learning Spanish recently --, writing articles on my personal blog and drawn manga, graffiti or other cool art styles.

  • My favorite repositories:
    • 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;
    • ParallelServo: An Arduino library that allows you to control multiple servos at the same time;
    • 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.

My favorite languages and technologies:

Go C++ JavaScript TypeScript C Python Latex Lua Markdown CSS3 SASS HTML5

Technologies that I'm still learning:

Postgres SQLite PowerShell Elixir AdonisJS

Things that I'll study next:

Haskell Vue.js Ruby Rust

What I use on my development enviroment:

Linux Mint Docker Neovim Vim Visual Studio Code Shell_Script Git




Pinned

  1. arduino-servo-stream-controll arduino-servo-stream-controll Public

    Sketch that allows the user to send commands to controll a stream of servo motors, you can set how much servos you're dealing with and their positions with serial commands (parallel movements are p…

    C++

  2. 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

  3. game-of-life game-of-life Public

    TypeScript

  4. dotconf-neovim dotconf-neovim Public

    Lua

  5. 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

  6. go-postr go-postr Public

    Simple social-media-like project that I'm using to learn some concepts of webdevelopment. No frameworks used, created with Golang from scratch!

    Go 2