Skip to content

emidiovaleretto/emidiovaleretto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Hi Waving hand animated gif I'm Emidio

A passionate technophile always seeking new knowledge in this wonderful field.

Linkedin: emidio GitHub followers My Portfolio Visitor Count Waka Readme

🙋‍♂️ About Me

  • 🔭 I’m currently working on freelance projects and open-source contributions
  • 👯 I’m looking to collaborate on Open Source Projects
  • ⚡ Fun fact I like to play the bass guitar to soothe my soul.

🚀 A little more about me...

from random import choice
from pprint import pprint


class SoftwareEngineer:
    def __init__(self):
        self._pronouns = ["He", "Him"]
        self._code = ["JavaScript", "Python", "Java", "Kotlin"]
        self._ask_me_about = ["dadhood", "web dev", "tech", "app dev", "bass"]
        self._technologies = {
            "frameworks": {
                    "back_end": ["Django", "Django Rest Framework"],
                    "front_end": ["Tailwindcss"]
            },
            "back_end": {"js": ["Node"]},
            "mobile_app": {"native": ["Android Development"]},
            "dev_ops": ["AWS", "Docker🐳", "Azure", "Nginx"],
            "databases": ["PostgreSQL", "MySql", "SQLite"],
        }
        self._architecture = ["Serverless Architecture", "Progressive web applications", "Single page applications"]
        self._current_focus = "No Focus point at this time"
        self._fun_fact = self.generate_random_joke()

    @property
    def properties(self):
        return {
            "pronouns": self._pronouns,
            "code": self._code,
            "ask_me_about": self._ask_me_about,
            "technologies": self._technologies,
            "architecture": self._architecture,
            "current_focus": self._current_focus,
            "fun_fact": self._fun_fact
        }

    def generate_random_joke(self):
        jokes = [
            "Why do programmers prefer dark mode? Because light attracts bugs.",
            "Why do developers prefer to code in their underwear? Because it's a byte-sized problem.",
            "What do you call a programmer who doesn't know how to code? A manager."
        ]
        return choice(jokes)


me = SoftwareEngineer()
pprint(me.properties)
From: 09 November 2021 - To: 13 January 2025

Total Time: 466 hrs 23 mins

Python        132 hrs 23 mins >>>>>>>------------------   28.22 %
HTML          113 hrs 26 mins >>>>>>-------------------   24.18 %
JavaScript    87 hrs 33 mins  >>>>>--------------------   18.66 %
CSS           68 hrs 2 mins   >>>>---------------------   14.50 %
Markdown      11 hrs 33 mins  >------------------------   02.46 %
TypeScript    9 hrs 19 mins   -------------------------   01.99 %
SCSS          8 hrs 6 mins    -------------------------   01.73 %
Text          5 hrs 1 min     -------------------------   01.07 %

📝 Contribution Guidelines

If you want to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published