[go: nahoru, domu]

Skip to content
View emidiovaleretto's full-sized avatar
🚀
Keep learning!
🚀
Keep learning!

Highlights

  • Pro

Block or report emidiovaleretto

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

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: 06 September 2024

Total Time: 339 hrs 49 mins

HTML          95 hrs 39 mins  >>>>>>>------------------   28.09 %
Python        87 hrs 2 mins   >>>>>>-------------------   25.56 %
CSS           64 hrs 9 mins   >>>>>--------------------   18.84 %
JavaScript    46 hrs 38 mins  >>>----------------------   13.70 %
Markdown      10 hrs 27 mins  >------------------------   03.07 %
TypeScript    9 hrs 17 mins   >------------------------   02.73 %
SCSS          8 hrs 6 mins    >------------------------   02.38 %
YAML          3 hrs 12 mins   -------------------------   00.94 %
JSON          3 hrs 9 mins    -------------------------   00.93 %
Text          3 hrs 7 mins    -------------------------   00.92 %

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

Pinned Loading

  1. django-dublin-inn-real-estate django-dublin-inn-real-estate Public

    A web application for a Real Estate Company based in Dublin, Ireland, that allows the user to find a house, being able to filter them by location, property type, or price range.

    JavaScript 7 8

  2. candy-care-dublin-ecommerce candy-care-dublin-ecommerce Public

    An e-commerce application for a online store called Candy Care Dublin.

    JavaScript 2 2

  3. django-boutique-ado-ecommerce django-boutique-ado-ecommerce Public

    This is an e-commerce application for a online store called Boutique Ado.

    JavaScript

  4. django-you-dev-blog django-you-dev-blog Public

    A Blog application built with Python language and Django Framework that allows the user to create an account for commenting on posts and like it. The homepage list all blog posts, and there is be a…

    Python

  5. python-virtual-assistant-task-ms3 python-virtual-assistant-task-ms3 Public

    A simple virtual task manager written in Python 🤖

    Python 1 1

  6. red-store-e-commerce red-store-e-commerce Public

    Forked from LeonardoMancilha/E-commerce

    An e-commerce application for a online store called Red Store.

    CSS