This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Bio (max 400 characters) - Hyper personalized to the role | |
Senior Software Engineer with 10+ years in scalable SaaS, distributed systems, and growth engineering. Expertise in modern tech stacks, architectural design, and leading high-impact technical initiatives. Proven track record in building and scaling products, mentoring teams, and driving business growth through engineering excellence and cross-functional collaboration. | |
# Skills | |
Full-stack: System Design, API Development, Microservices, Java, Vue.js, TypeScript, Kafka, Python, Postgres, Scalable Systems | |
DevOps: CI/CD, Cloud-Native, Terraform, Monitoring, Kubernetes, AWS (API GW, DynamoDB, S3, SNS, ...), RAG Pipelines | |
Interests: Product Ownership, UI/UX, Clean code/architecture (TDD), Machine Learning, Large-scale solutions, Generative AI | |
Leadership: Technical Strategy, Roadmap Planning, Mentoring Senior Engineers, Cross-functional Collaboration, Stakeholder alignment | |
# Experience |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { join, relative, resolve, sep } = require("path"); | |
const webpack = require("webpack"); | |
const { CleanWebpackPlugin } = require("clean-webpack-plugin"); | |
const CopyWebpackPlugin = require("copy-webpack-plugin"); | |
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer"); | |
const TerserPlugin = require("terser-webpack-plugin"); | |
const VueLoaderPlugin = require("vue-loader/lib/plugin"); | |
const NsVueTemplateCompiler = require("nativescript-vue-template-compiler"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set +e | |
# Update gazebo repository | |
wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - | |
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable xenial main" > /etc/apt/sources.list.d/gazebo-stable.list' | |
sudo apt-get update | |
# install required packages | |
sudo apt-get install git docker.io gazebo7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set +e | |
# Update gazebo repository | |
wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - | |
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable xenial main" > /etc/apt/sources.list.d/gazebo-stable.list' | |
sudo apt-get update | |
# install required packages | |
sudo apt-get install git docker.io gazebo7 |