Skip to main content

[AI] Western-Style CV template

[Your Full Name]

[Your Address]

[City, State ZIP Code]

[Your Email Address]

[Your Phone Number]

[LinkedIn Profile - optional]

Objective:

Results-oriented and detail-driven Computer Technician seeking to contribute technical expertise and problem-solving skills to a dynamic IT team. Adept at hardware troubleshooting, system maintenance, and providing excellent customer support.

Education:

[Degree Earned] in [Your Major]

[University Name], [City, State]

[Graduation Date]

Certifications:

- CompTIA A+

- [Other Relevant Certifications]

Skills:

- Operating Systems: Windows, Linux

- Hardware: PC assembly, troubleshooting

- Networking: TCP/IP, LAN/WAN

- Programming Languages: [If applicable]

- Software: [List any relevant software/tools]

- Excellent problem-solving and communication skills

Experience:

[Job Title]

[Company Name], [Location]

[Dates of Employment]

- Bullet point describing responsibilities and achievements

- Bullet point describing responsibilities and achievements

- Bullet point describing responsibilities and achievements

[Job Title]

[Company Name], [Location]

[Dates of Employment]

- Bullet point describing responsibilities and achievements

- Bullet point describing responsibilities and achievements

- Bullet point describing responsibilities and achievements

Projects:

[Project Title]

- Brief description of the project, technologies used, and your role

[Project Title]

- Brief description of the project, technologies used, and your role

Achievements:

- Any relevant awards, recognitions, or notable achievements

Professional Memberships:

- [List any memberships in professional organizations]

References:

Available upon request.

Comments

Popular posts from this blog

How to test frame buffer in linux

The intended goal of this article is to provide the user with enough information so they can display an image onto a screen of their choosing. How to re-build frame buffer testing application. Base knowledge http://trac.gateworks.com/wiki/OpenEmbedded/Video_Out Frame buffer test application - rebuild fb-test-app step 1: Download soure code ( git installed on your machine and account in git-hub is required) https://github.com/prpplague/fb-test-app Command in git: git init git clone https://github.com/prpplague/fb-test-app.git step 2: Change makefile vi Makefile //open Makefile by vim editor :set nu //show line number replace from line 6 to line 12 by folow code: CC=arm-linux-gnueabi-gcc CFLAGS=-02 -Wall Save change command :wq step 3: Rebuid Type “make” command step 4: Copy execute file to target system by filezilla or something like that step 5: Remote target by root account, change mode of execute file (what copied from host)

The best 12 AI Tools in 2023

The new life challenges require new tools.  For decades, AI technology has been a fuzzy field for unprofessional users. However, it is not rocket science anymore at this time.  There are the best 12 AI tools in 2023 that will keep you up and take some advantages in your business. Here, I put everything on your table. Enjoy Solves anything - ChatGPT ( https://chat.openai.com/auth/login ) Write anything - Writesonic ( https://writesonic.com/ ) Generates Art - Midjourney ( https://www.midjourney.com/explore ) Generates Code - Replit ( https://replit.com /) Generates Video - Synthesia ( https://www.synthesia.io/ ) Generates Music - Soundraw ( https://soundraw.io/ ) Generates Tiktoks - Fliki ( https://fliki.ai/ ) Generates Avatars - Starrytars ( https://starryai.com/en/starrytars ) Generates PPTs - SlidesAI ( https://www.slidesai.io/ ) Edit Pictures - Remini ( https://remini.ai/ ) Edit Video - Pictory ( https://pictory.ai/ ) Summarize Notes - Wordtune( https://www.wordtune.com /)

Một số khái niệm hay dùng khi làm việc với RTOS

Brief Góp nhặt một số kiến thức hay dùng khi làm việc với các hệ điều hành thời gian thực. 1. Mutex Mutex là gì? Mutual exclusion: Trên một hệ điều hành thường có nhiều chương trình (hay tác vụ - task) chạy đồng thời. Mutex giúp ngăn chặn việc hai task cùng truy cập vào 1 tài nguyên (memory, register gọi chung là critical section) của hệ thống trong cùng một thời điểm. Ví dụ, ta có 1 cái FIFO, task 1 đang read FIFO, task 2 lại write FIFO, nếu task 1 chưa lấy xong phần dữ liệu cần thiết mà task 2 lại write đè vào đúng vị trí task 1 đang read, nó sẽ làm sai lệch dữ liệu mà task 1 đang đọc. Lưu ý: Cơ chế mutex được dùng trong cả thiết kế hardware và software. Dùng trong chương trình như thế nào? Hiểu đơn giản, mutex giống như cái khóa tủ dùng chung khi vào hiệu sách hay siêu thị. Để mở được tủ thì phải có khóa. Dùng xong tủ thì phải trả lại chìa khóa lại cho thằng khác dùng ví dụ 1: void task1() {        //Đợi lấy chìa khóa để mở tủ        osMutexWait();         //Cất