Skip to content
View bert0h-dev's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report bert0h-dev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
bert0h-dev/README.md

 Hi, I'm Jesús Humberto Morales

example

Visitors

👨🏻‍💻  About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer

  def __init__(self):
    self.username = 'bert0h-dev'
    self.name = 'Jesús Humberto Morales Mojica'
    self.role = 'Software Engineer'
    self.company = 'GM Transport | Remote'
    self.location = 'Rosarito, Baja California'
    self.skills = {
      "backend": ['C#', 'WLanguage']
      "databases": ['T-SQL']
      "frontend": ['HTML', 'SCSS/CSS', 'JavaScript - Basic', '.NET']
      "tools": ['Git', 'GitHub', 'TortoiseSVN']
    }
    self.learning = {
      "backend": ['Python', 'Django', 'NodeJS', 'Go']
      "databases": ['PostgreSQL', 'MongoDB']
      "devops" = ['Docker']
      "frontend" = ['Javascript', 'TypeScript', 'ReactJS']
      'tools': ['Nginx']      
    }

  def say_hi(self):
    print("Thanks for dropping by, hope you find some of my work interesting.")

if __name__ == '__main__':
  me = SoftwareEngineer()
  me.say_hi()

🌐 Social

Facebook Instagram Discord LinkedIn X CodePen GitHub GitLab

⚡ Actividad reciente

🔽 Últimos movimientos técnicos:

📊 Stats

GitHub Stats   Top Languages

🚀 Principales Repos

Repos


Ultima actualización: Saturday, October 18th, 2025, 5:11:00 AM

Popular repositories Loading

  1. django-react-fullstack django-react-fullstack Public

    Proyecto Backend API

    Python 1

  2. bert0h-dev bert0h-dev Public

  3. django-crud-react django-crud-react Public

    JavaScript

  4. django-DRF-token django-DRF-token Public

    Python

  5. nextjs-prisma-crud nextjs-prisma-crud Public

    Mi primer proyecto CRUD usando Next.js con Prisma

    JavaScript

  6. nestjs-course nestjs-course Public

    TypeScript