Hello, I'm LA VAN BAO

Full-Stack Developer & Technology Enthusiast

Passionate about building modern web and desktop applications with C#/.NET and cutting-edge frontend frameworks. I enjoy creating scalable solutions, working across the full stack, and solving complex problems with clean, efficient code.

terminal.exe
$ whoami
Full-Stack Developer
$ cat skills.txt
JavaScript, Python, React, Node.js, AWS...
$ _

About Me

Get to know me better

I'm a Full-Stack Developer with solid experience in building web and desktop applications. My focus is on creating scalable, user-friendly solutions that deliver real value.

Beyond coding, I enjoy exploring new technologies, contributing to open-source, and sharing knowledge with the developer community.

20+
Projects Completed
3+
Years Experience
100%
Client Satisfaction
My Photo

Technical Skills

Technologies I work with

Frontend

React Vue.js TypeScript HTML5 CSS3 Sass

Backend

C# .NET PHP Spring Boot Node.js Python SQL Server

DevOps & Tools

Docker AWS Git Linux

Featured Projects

Some of my recent work

🚀

E-Commerce Platform

Full-stack e-commerce solution built with React and Node.js, featuring real-time inventory management and payment processing.

React Node.js MongoDB
📱

Desktop Applications

Desktop task management application with direct interface, data sync support and community features.

C# .NET WPF Entity Framework SQL Server
🤖

AI Chat Assistant

Intelligent chatbot powered by machine learning algorithms, capable of natural language processing and context understanding.

Python TensorFlow N8N Workflow

API Documentation

API endpoints and integration examples

GET

GET INFO FROM UID

Lấy thông tin người dùng từ UID Facebook
Endpoint: https://graph.facebook.com/userID

Tham số (Parameters):

access_token: Your token
userID: ID to get information

Kết quả (Result):

{
  "id": "100000691174655",
  "first_name": "Pat",
  "last_name": "Smith",
  "email": "pat.smith@example.com"
}
POST

LIKE POST

Like bài viết Facebook
Endpoint: https://graph.facebook.com/idUser_idPost/likes

Tham số (Parameters):

access_token: Your token
idUser: ID of the post creator
idPost: ID of the post

Kết quả (Result):

{
  "success": true
}
GET

GET COMMENT POST

Lấy bình luận bài viết Facebook
Endpoint: https://graph.facebook.com/postID/comments

Tham số (Parameters):

access_token: Your token
postID: ID of the post
limit: Number of comments to retrieve

Kết quả (Result):

{
  "data": [
    {
      "message": "Nội dung bình luận...",
      "from": {
        "name": "User Name",
        "id": "123456789"
      }
    }
  ]

}
GET

GET AD ACCOUNT INFO

Lấy thông tin chi tiết tài khoản quảng cáo Facebook (adaccounts) của user
Endpoint: https://graph.facebook.com/v19.0/me?fields=id,name,adaccounts{account_id,name,currency,balance,timezone_name,account_status}

Tham số (Parameters):

access_token: Access Token hợp lệ

Kết quả (Result):

{
  "id": "123456789",
  "name": "Nguyen Van A",
  "adaccounts": {
    "data": [
      {
        "account_id": "1066714258072245",
        "name": "My Business Account",
        "currency": "USD",
        "balance": "0",
        "timezone_name": "Asia/Ho_Chi_Minh",
        "account_status": 1
      }
    ]
  }
}
POST

CREATE CAMPAIGN

Tạo một chiến dịch quảng cáo mới trong tài khoản
Endpoint: https://graph.facebook.com/v19.0/act_{ad_account_id}/campaigns

Tham số (Parameters):

access_token:Access Token hợp lệ
name:Tên campaign
objective:Mục tiêu (VD: TRAFFIC, CONVERSIONS)
status:ACTIVE / PAUSED

Kết quả (Result):

{
  "id": "23847638273920123"
}
POST

CREATE ADSET

Tạo một AdSet mới trong campaign
Endpoint: https://graph.facebook.com/v19.0/act_{ad_account_id}/adsets

Tham số (Parameters):

access_token:Access Token hợp lệ
name:Tên AdSet
campaign_id:ID của Campaign
billing_event:IMPRESSIONS / CLICKS
daily_budget:Ngân sách hàng ngày (đơn vị: cent)
start_time:Thời gian bắt đầu
end_time:Thời gian kết thúc

Kết quả (Result):

{
  "id": "23847639201928374"
}

Contact Me!

Let's work together

📧

Email

contact.lavanbao@gmail.com

🐙

GitHub

https://github.com/tiw-dloaq