Photo of Brey Laude

welcome to brey laude's website.

Brey LAUDE, founder and lead information security engineer at Alpha Nerd, a filipino organization for cybersecurity research aand development. experienced in cybersecurity, site reliability engineering, distributed computing and software engineering.

right below are a few highlights of his contributions. for more details, check his blog, linkedin and github, or click to view cv.

site reliability engineering

  • led LT's move from VPSes + ansible to kubernetes, giving us an immutable infrastructure with autoscaling, internal DNS, and blue-green deployment
  • reduced LT's GCP bill by 50% in a cost optimization project, mostly through benchmarking and right-sizing requests
  • enabled observability by setting up alerting & metrics via Prometheus & Grafana, distributed tracing via OpenCensus & Stackdriver Trace, and error reporting; decreasing mean time to repair by making it easier to diagnose incidents rapidly, and making it easy to optimize hotspots by allowing deep dives into endpoint execution.
  • transitioned container building from Jenkins to cloud build, increasing reliability and parallelism for container builds.

cybersecurity

  • led a consulting project for cybersecurity provider, giving advice on building services and operation capabilities, and providing support on projects for their customer base. developed project to evaluate security managed services and assess operations based on industry practices and standards for SOC/CSIRTs.
  • expanded vulnerability management automation from 360k vulnerabilities in 2019 to over 1.2 Million vulnerabilities in 2021
  • drove integrations of 3rd party APIs to completion, including AWS, ServiceNow, Dome9, and Aqua Security.
  • designed the continuous automation processes utilized with container vulnerability management and remediation.
  • researched and developed machine learning and AI methodologies for use with vulnerability fingerprinting and prioritization.
  • performance tuning and load testing for 3rd party integrations including Qualys, Nexpose, and JIRA.

embedded systems

  • developed an embedded web server on ARM9 (advanced RISC machine)
  • implementation of electronic medical record of patient monitoring database
  • built a patient monitoring system using GSM technology
  • implemented a theft control system in my auto using GPS features on a mobile phone. it uses a mobile phone that was arranged in the vehicle through an interface with an ECM (engine control module) using CAN bus (control area network).
  • implementation of RFID technology for a library automation system, it works by identifying persons & books based on the unique tag number & a microcontroller LPC2148 which is of ARM7 structural design.
  • designed a GPS & GSM based vehicle tracking system. t vehicle location information can be sent to the mobile remotely using the GSM module. the microcontroller used on the project is 8051.
  • designed a special type of round LED display or moving message display with an 8051 microcontroller, LEDs, DC motor, microcontroller, and encoder.

software engineering

  • collaborated with a comprehensive team of developers, QA, DBA, Project Managers, and Business units to manage and maintain internally built applications.
  • investigated the root cause(s) of software and infrastructure issues and, in some cases, improved the performance of specific applications by over 600%, thereby reducing overall technical debt.
  • initiated and executed improvements to code management practices, which greatly enhanced the stability of software releases.
  • performed preliminary research on image processing, parallel processing, neural networks, and software metrics for special projects.
  • designed sensible “Code First” models to leverage and access data efficiently in the software system.

web development

  • migrated LT's codebase from Javascript to Typescript, fixing and preventing dozens of bugs on the way.
  • performed profiling and optimization on laudetech codebase, resulting in 10–1 000x performance improvements (mainly through query optimization and fixing O(n) query problems)
  • experienced in performant and secure frontend (Angular, SCSS, Bootstrap, Bulma) and backend (Flask, Pyramid, SQLAlchemy) web development
  • implementation of referral program and OTP as a login functionality on YoGO delivery app (web).
  • development of payment processing system and implementation of referral program for YOMoney, a fast-interactive wallet (E-wallet) regulated andd licensed by Bangko Sentral ng Pilipinas (BSP).
  • built a payroll system using PHP and codeigniter framework for TOEI Animations Phils., one of TOEI Animations Co., Ltd’s subsidiaries.
  • built a web hook that handles different endpoints which integrates existing systems for data collection and offer personalization based on geolocation. (Backride Palawan).

data engineering

  • led an ml project effort to ingest internal data sources into a central BigQuery data warehouse; reducing analysis time in certain use cases >100x from days to minutes
  • streamlined bringing ML models into production by creating a standard connexion-based template and helm chart, improving development velocity 6x from 1 released model per year to 1 per 2 months.
  • improved process of productionizing ML models by requiring (and creating tooling for) performance benchmarks, swagger/OpenAPI templates, and automated cloud build-based tests.
  • improved observability of ML models by incorporating error reporting, distributed tracing (via opencensus/stackdriver rtace), and prometheus metrics in the standard connnexion-based template.
  • implemented cost control measures for BigQuery usage through a cost dashboard and automated cost alerts on a per-user basis