Developer CV

กรอกข้อมูล

Skills ที่เพิ่มแล้ว:
ภาษาที่เพิ่มแล้ว:

ตัวอย่าง CV

CV Preview will appear here

<img> 💻
/// <summary>
/// Developer Profile - Generated by AI CV Builder
/// สำหรับการสมัครงาน Developer Position
/// </summary>
📷
รูปภาพ
180x220 px
public class INFORMATION
{
public string NOM = "[ชื่อ นามสกุล]";
public string BIRTH = "[วันเกิด]";
public int TÉLÉPHONE = "[เบอร์โทร]";
public string EMAIL = "[อีเมล]";
public string[] POSITION = {"[ที่อยู่]"};
public bool PERMIS_B_VÉHICULE = true;
public int AGE = 21;
}
⚙️ public enum PLATEFORMES()
{
Windows,
Linux,
Mobile
}
🌐 public enum LANGAGES()
{
// Programming skills will appear here
}
📱 public enum SOCIAL()
{
// Social links will appear here
}
🗣️ public enum LANGUES()
{
// Languages will appear here
}
🎓 public partial class FORMATIONS : ÉcolesSupérieures
{
private void Education()
{
var _Niveau = "[วุฒิการศึกษา]";
var _Major = "[สาขา]";
var _University = "[มหาวิทยาลัย]";
var _GPA = "[เกรด]";
}
}
💼 public static class EXPÉRIENCES
{
public void WorkExperience()
{
[ประสบการณ์ทำงาน]
}
}
public enum SPECIAL_SKILLS()
{
[ความสามารถพิเศษ]
}
🚀 public class PROJECTS
{
// Projects will be listed here
}
👁️ 1.7K
<\img>