Giter Site home page Giter Site logo

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: 30 August 2024

Total Time: 329 hrs 21 mins

HTML          90 hrs 46 mins  >>>>>>>------------------   27.50 %
Python        83 hrs 40 mins  >>>>>>-------------------   25.35 %
CSS           64 hrs 2 mins   >>>>>--------------------   19.40 %
JavaScript    44 hrs 45 mins  >>>----------------------   13.56 %
Markdown      10 hrs 27 mins  >------------------------   03.17 %
TypeScript    9 hrs 17 mins   >------------------------   02.82 %
SCSS          8 hrs 6 mins    >------------------------   02.45 %
YAML          3 hrs 12 mins   -------------------------   00.97 %
JSON          3 hrs 9 mins    -------------------------   00.96 %
Text          3 hrs 2 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.

Emidio Valeretto's Projects

ai-youtube-video-summarizer icon ai-youtube-video-summarizer

YouTube Video Summarizer is a web application to create a summary of YouTube videos using Artificial Intelligence to transcribe the video content and summarize it.

bjj-website-ms1-project icon bjj-website-ms1-project

A website made for those people who are looking to deepen their knowledge of the Brazilian Jiu-Jitsu modality.

bootstrap icon bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

ci-fsf-hello-django icon ci-fsf-hello-django

A Todo application made with Django + Postgresql Database. In this app, the user is able to add a to do item, edit and delete. The application is deployed on Heroku.

ci-love-running-project icon ci-love-running-project

A website for Dublin based runners community who are looking for a way to socialise and keep themselves fit.

covid-19-webapp-ms2-project icon covid-19-webapp-ms2-project

COVID-19 application is an online dashboard where users can access the latest data about the COVID-19 disease outbreak with a only one single click.

curso-js icon curso-js

Arquivos criados no meu curso de Javascript.

daftlistings icon daftlistings

A library that enables programmatic interaction with daft.ie. Daft.ie has nationwide coverage and contains about 80% of the total available properties in Ireland.

django icon django

The Web framework for perfectionists with deadlines.

django-dublin-inn-real-estate icon django-dublin-inn-real-estate

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.

django-find-my-doctor-app icon django-find-my-doctor-app

A web application for consulting doctors that allows the user to find doctors the closest to their location, being able to filter them by name or specialty.

django-home-wifi-manager icon django-home-wifi-manager

Project built with Django Framework to manage the home Wi-Fi that generates a QRCode that allows guests to scan and connect to the network.

django-my-contact-list-app icon django-my-contact-list-app

Project developed in order to practice the main features of the Django framework. In this project we used the main features of Django.

django-you-dev-blog icon django-you-dev-blog

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 dedicated detail page for each individual post.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.