Skip to content
View Lucoky's full-sized avatar

Block or report Lucoky

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

Lucas Ochoa Garcia

Full Stack Developer (Backend-oriented)

📍 Guadalajara, Mexico

Connect with me:

Summary

I am a Computer Systems Engineer with a start in the tech industry as a Junior Backend Developer in 2020. Specializing in .Net and C# development, I've deployed services on Azure and developed frontends using React and TypeScript. My recent work involves leveraging AI to enhance recruitment processes, along with significant experience in GPS tracking system architecture using Kubernetes on Azure.

Technical Skills

  • Languages: JavaScript, C++, C#, TypeScript, Python
  • Databases: SQL, PostgreSQL
  • Frameworks: .NET, Entity Framework, React
  • Libraries: Ant Design (AntD)
  • Architecture & Tools: Docker, Kubernetes, Azure (Functions, App Services, Event Hub, Queue)
  • APIs: Google, Stripe, and various private APIs

Professional Experience

Koble (Startup)

Full Stack Developer
2023 - Present

  • Spearheaded the development of a versatile Identity Server supporting multiple users, integrated with Google authentication.
  • Engineered a comprehensive GraphQL API for handling all frontend queries and mutations, configured with conditional authentication based on the request type.
  • Developed a worker for data processing using Azure Functions on .NET 6, enhancing backend efficiency and scalability.
  • Assisted in creating a Docker Compose setup for local environments; this configuration deploys a local Azure storage account and PostgreSQL, designed to facilitate easy and secure testing for developers.

Resser

Systems Architect / Developer
2020 - 2023

2020-2021:

  • Dedicated a year to developing on the .NET Framework 4.5, maintaining the GPS server, website API, and worker processes.
  • Designed and implemented a new parser for an upgraded GPS model, handling data such as position (latitude/longitude), timestamp, device ID, battery status, speed, and direction, using TCP communications.
  • Developed a user dashboard from scratch, including the design and backend implementations. Created robust API endpoints and complex SQL queries to handle large data sets, enabling users to retrieve up to a month's data, accommodating scenarios with approximately 200,000 positions per day per user.
  • Significantly optimized a critical system worker that managed geofence entry and exit checks for vehicles; reduced average processing time from 30 seconds to 300 milliseconds by redesigning the algorithm and improving data handling efficiency, ensuring comprehensive processing of position data.

2021-2023:

  • Rebuilt the GPS server on .NET 6, adopting a microservices architecture to enhance scalability and reliability:
    • Utilized Event Hub to manage 5-7 million messages per day.
    • Employed Kubernetes for orchestrating microservices involved in parsing, saving messages, processing alerts, and calculating georeferences (street names, city, state, and country names).
    • Used Docker to create and manage images for all microservices.
    • Developed APIs for frontend requests and Websockets for real-time vehicle positioning, report generation, and new vehicle alerts.
  • Contributed to frontend development, employing React with TypeScript and the Ant Design (AntD) library for UI components.

Education

  • B.S. in Computer Systems Engineering, Mexico, 2023
  • Electronic Studies, Paul Sabatier University, Toulouse, France (interrupted due to COVID-19)
  • Nanotechnology Studies, ITESO, Guadalajara (1 year)

Languages

  • Spanish: Native (C2)
  • French: Proficient (C1)
  • English: Upper Intermediate (B2)

Interests

  • AI and machine learning
  • IoT and smart devices
  • Travel and cultural exchange

Hobbies

  • 🏋️‍♂️ Gym
  • 🎮 Gaming
  • 📺 Anime

Popular repositories Loading

  1. Lucoky Lucoky Public

    Config files for my GitHub profile.

  2. battleship battleship Public

    C

  3. chat-bot-test chat-bot-test Public

  4. ruby-gps-emulator ruby-gps-emulator Public

    Ruby User API - A simple Ruby on Rails API demonstrating basic CRUD operations with a User model, utilizing Active Record as an ORM. Ideal for beginners looking to learn Ruby and Rails essentials.

    Ruby