layout |
title |
show_title |
subtitle |
baseurl |
image |
cover |
article_header |
page |
Mincong HUANG |
true |
Software Engineer working on data engineering, with a strong background in Java, Elasticsearch, and DevOps.
|
/ |
/assets/patterns/pawel-czerwinski-dQuNjCvy9uc-unsplash.jpg |
/assets/patterns/pawel-czerwinski-dQuNjCvy9uc-unsplash.jpg |
type |
theme |
background_color |
background_image |
overlay |
dark |
#203028 |
gradient |
linear-gradient(135deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4)) |
|
|
Hi, I am a software engineer at Composable, helping companies to automate and augment their business processes with LLMs. I have 11 years of experience working on different projects, mainly in France. My blog posts are bits and pieces of my tech journey. Most of them are related to software development and operations for a SaaS business. Hope you enjoy them!
Developing tailored software solutions that meet your unique business requirements in Java, Go, Typescript, or Python.
Expert management and optimization of databases, with a focus on Elasticsearch and MongoDB. I ensure your data is secure, accessible, and performant.
Automate the process of software lifecycle development with GitHub, GitLab or other solutions.
Design and implement cloud-based infrastructure that scales with your business. I am a Certified Kubernetes Administrator (CKA) and have experience with AWS, GCP, Azure, and Alibaba Cloud.
Ensure the site reliability of your system. Design and implement metrics, alerts, dashboards, logs, APM, and other technologies to observe your system. Participate in the 24/7 on-call, incident commanding, and post-mortem.
Design and write documentation for knowledge sharing and operational guidelines for the whole team, from newcomers, seasoned participants, and core team members.
Here are some projects that I participated in the past.
{%- include article-list.html
articles=site.en_projects
type='grid'
size='md'
cover_type='background'
limit='6'
with_date='true'
-%}
{%- assign _highlighted_categories = 'elasticsearch:Elasticsearch, temporal:Automation, java-core:Java, java-testing:Testing, java-concurrency:Concurrency, rest:RESTful APIs, git:Git' | split: ', ' -%}
{%- for _category in _highlighted_categories -%}
{%- assign _kv = _category | split: ':' -%}
{%- assign _category_id = _kv.first -%}
{%- assign _category_title = _kv.last -%}
{% assign _articles = site.categories[_category_id] %}
{%- include article-list.html
articles=_articles
type='grid'
size='md'
cover_type='background'
limit='6'
with_date='true'
-%}
Read more... ({{ site.categories[_category_id] | size }} articles)
{%- endfor -%}
If you didn't find what you want in the highlighted categories above, here are more categories to discover :D
{%- include article-list.html articles=site.displayed_en_categories type='grid' size='sm' cover_type='background' -%}