Skip to content
View isaquealves's full-sized avatar
Block or Report

Block or report isaquealves

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

Hello World! 👋

It's great to see you around here!

whoami

My name is Isaque Alves and I'm just a software engineer looking to share knowledge and build incredible things. I've worked for Avenue Code, Juntos Somos + and lately i was with Prova Fácil;

Now, I'm open to work 😉.

I have been responsible for modeling and architect some awesome piece of software side by side with fantastic people and this made me a little more confident to list you some of my abilities/skills. As a developer, I make use of Docker on a daily basis to ease my development processes. I have plenty knowledge and experience with object oriented programming and its principles and good practices. This affects how I use Python to make poetry while coding. Also, I'm an enthusiastic of funcional programming having started learning basics of this fantastic programming paradigm using Elixir lang. I also know how to do things with JavaScript and Typescript (even I prefer the former) and I know the fundamentals of Java and its ecosystem. As Backend Developer I worked with PHP using Symfony Framework to create consistent business applications. With Python I've already used some frameworks like Pyramid, Flask, Django (and Django Rest Framework), FastAPI with Pydantic and SQLAlchemy.

I like:

  • Eletronics
  • Writing
  • to freely use my intuition and imagination

I dislike:

  • micromanagement
  • code smells
  • to not participate in discussions of solutions I will be responsible for, somehow, implement.

In my spare time, I love telling stories to my daughters and not the same stories that everyone tells: each story is filled with their daily experiences, their fears and their dreams. Some stories may give them little shivers but always finish with a fatherly hug and some conclusions and conversations about what was done wrong that lead to that bad ending.

Need to mention that I have a blog that I use to share some ideas, discoveries and tips. It is written in brazilian portuguese but I plan to start reediting some of the texts to be available in english too.

I'm trying so hard to overcome my shyness and run a successful YT channel but everytime I finish a video, I see something wrong like last two times I forgot to activate the microphone...

So this is me...

What about you? Can we have a talk? Would you like to invite me to talk? Can I call you?

Feel free to contact me. You'll be welcome.

Skills?

Resources & Cloud XP in years
Docker +4y
Kubernetes +2y
AWS +2y
GCP <1y
Huawei Cloud < 1y
Azure Cloud < 1y
Programming Paradigm XP in years
Object Oriented +10y
Functional Programming +1y
--------- ------
Language XP in years
Python +5y
Javascript +4y
Elixir lang +1y
PHP
Framework Language XP in Years
FastAPI Python +2y
SQLAlchemy Python +2y
Django Python +4y
DjangoRestFramework Python +4y
Pyramid Python +2
Symfony PHP +5
Laravel PHP +2
Ruby on Rails Ruby +2
Databases XP
Mysql +10y
PostgreSQL +4y
ArangoDB +2y
DynamoDB +1y
Cassandra +1y

Highlighted Soft Skills

  • Collaboration (I need to feel the synergy flowing... collaborate is not just a simple word, right?)
  • Conflict Resolution (I'm always looking for a safe ground)
  • Mentorship (I like to think that I'm responsible for discovering gems)
  • Public Speaking (I like to present things, to show and capture the audience's attention regarding details often not seen)
  • Adaptability (You know the word: evolution. The law of nature, only the most adapted (and generalists) survive)
  • Resourcefulness (I'm pretty sure I already used something that can help solve our problems, you know?!)
  • Curiosity (Man, look at what is being done by that guy! Let's take a peak?)
  • Problem-solving (There is always at least one way to get this done... let's try the other?)
  • Integrity (I'm entirely honest when I see I'm not being able to answer a request)
  • Self-motivation (My mission is to do the best whenever I get requested)

Improving Soft Skills

  • Proactivity when production breaks
  • Assertivity when solving mere bugs

Languages?

I'm a Portuguese speaker and an advanced English speaker;

More information?

  • 📫 Contact : LinkedIn Gmail

See me at

My Awesome Youtube Channel

🎸 🍝 🥗 ⛹️‍♂️

Pinned

  1. .global-ignore .global-ignore
    1
    syntax: glob
    2
    .codeclimate.yml
    3
    .editorconfig
    4
    *.orig
    5
    .vscode/*
  2. Makefile for Python projects Makefile for Python projects
    1
    .PHONY: clean-pyc clean-build docs clean
    2
    define BROWSER_PYSCRIPT
    3
    import os, webbrowser, sys
    4
    try:
    5
    	from urllib import pathname2url
  3. Status rule Status rule
    1
    from dataclasses import dataclass
    2
    from datetime import datetime
    3
    import enum
    4
    from functools import reduce
    5
    from typing import List, Optional