Skip to content
View jigth's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jigth

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

About Me:

I’m Daniel Ochoa Montes (@jigth on some social network profiles).

I am a Software Engineer with a degree in Systems Engineering, offering a comprehensive background in backend and frontend development, along with proficiency in cloud technologies like AWS. With three years of diverse experience, I have worked in environments ranging from large enterprises with a thousand employees to small startups and personal projects. I am deeply passionate about solving complex software challenges and continually learning and implementing effective, high-performance technologies and patterns to deliver exceptional results.

General Skills

  • Communication
  • Team Work
  • Make good documentation
  • Curiosity and will to learn about new topics
  • Diagraming processes

Tech Skills

  • Backend Development
  • Frontend Development
  • CLI Tools (such as Tmux, Kubectl, git, GNU Core tools, Scripting...)
  • Databases
  • K8s knowledge and CLI practical skills
  • Unit Testing
  • Setting local Development Environments
  • Deploying Basic Applications to the cloud
  • GitHub Workflows using GitHub Actions
  • Blockchain Development (some theory and practice using Hyperledger Fabric with "HLF Operator")

💻 Programming Languages I've used for medium-sized projects

  • Golang
  • JavaScript / TypeScript
  • Python

Technologies I've used or I'm familiar with:

Frontend frameworks / libraries

  • VueJS 3
  • Svelte
  • React

Blockchain Frameworks

  • Hyperledger Fabric (using HLF Operator 1.6)

Databases

  • MySQL
  • MariaDB
  • PostgreSQL
  • MongoDB
  • REDIS

Golang

Golang is a great language for developing backend microservices that are really fast, cross platform and produce a binary free of external dependencies.

The reasons mentioned above and the simplicity of the language have been the features that I value the most because they allow to make performant backend services such as APIs and Integrations with CLI tools with ease, having a great development experience while avoiding bugs thanks to its static type system, its module system and its testing system are also a nice part of the Golang language in my opinion.

Javascript

I've used JavaScript mainly in the frontend context but also did some backend services development using ExpressJS for automating simple tasks.

Python

My focus on python until know have been using it as a scripting language for automating simple tasks and transform/analyze/visualize data using some of its great libraries. Pandas, Matplotlib and Sklearn. In general, if the task is too simple I would preffer Golang as the language because of performance reasons, the typing system and the compiled code approach, but sometimes Python comes really handy in terms of versatility and ease of development due to its huge library ecosystem.

Cloud Computing

I've used some cloud providers such as (AWS and Digital Ocean) to deploy applications (using VMs) and consume services such as managed databases and AWS's Lambda and S3 services.

I enjoy using JamStack related technologies for some personal projects such as Netlify, 11ty and NuxtJS because of their unique and new approach to solving current problems in creative ways.

I also have some experience with command line usage in Unix environments to manage both virtual machines and my local machine to do development and documentation tasks.

Container Technologies

I've used Docker and K8s to make custom images of apps and deploy them in simple contexts.

📫 Contact Me:

Pinned Loading

  1. anime-list-app anime-list-app Public

    Todo App for anime made with React to practice components (class based and functional)

    JavaScript

  2. automated-emails automated-emails Public

    System that automates email sending by using some SaaS's API

    JavaScript

  3. fifa21-api-replica fifa21-api-replica Public

    API Replica system based on the game "Fifa 21 Ultimate Team" (Script+Backend+Frontend)

    JavaScript

  4. Programming-Challenges Programming-Challenges Public

    Some programming challenges to test my skills using different languages such as Javascript and Python

    JavaScript