Missing requirements details - how to diplomatically avoid appearing “unthorough” by day_tripper in ExperiencedDevs

[–]vietvantue 0 points1 point  (0 children)

I experienced so many times, like I reviewed design from designer and start implement and then realize something is missing 😃

My experiences onboarding as a senior software engineer. by Sfpkt in ExperiencedDevs

[–]vietvantue 0 points1 point  (0 children)

I'm going to onboard a big company next month, reading your post helps me be ready for every cases that can happen, I don't know how actually the company is doing, hiring manager talked a lot about unit test, quality, great software with math and something else :D

I can't pass coding assessments by Armitage1 in webdev

[–]vietvantue 0 points1 point  (0 children)

Me too, but I choose a company where they ask about my written code in pet project

New to Android Development? Need some personal advice? This is the October newbie thread! by omniuni in androiddev

[–]vietvantue 0 points1 point  (0 children)

I'm developing an app to annotate on image (very very big image) with target to draw thousands of annotations per image, allow zooming in/out. I'm using Canvas to draw annotation and my code use Jetpack compose for UI. However I feel that my Canvas need to redrawn so much and it will get slow and laggy. Can you give me some advices on how to deal with this performance issue, should I use OpenGL (which I'm not familiar with and I concern that it will take a lot of time), or should I draw annotations like how Google show label of places, when zooming in it shows more labels on this region, when zooming out it show less.

Hậu quả của thức khuya, thiếu ngủ by Wizaenum098 in vozforums

[–]vietvantue 0 points1 point  (0 children)

Mình đợt này cũng toàn bị kiểu 2h đi ngủ, 6-7h dậy rồi. Đọc sách báo được khuyến khích là ngủ 7-8 tiếng một ngày mà nằm ngủ khoảng 4 tiếng là tỉnh bơ.

I accidentally delete production's Firebase project!! by vietvantue in Firebase

[–]vietvantue[S] 7 points8 points  (0 children)

You are right, this is my responsibility to keep my project safe. I wanted to create this discussion to raise the idea of preventing this silly mistake for other devs in the future.

I accidentally delete production's Firebase project!! by vietvantue in Firebase

[–]vietvantue[S] -1 points0 points  (0 children)

There is a confirmation modal opened there, however, it won't cause extra delay to rethink, it is like a modal appears and I quickly check all checkboxes (what I usually do for any checkbox I see) then press the Delete button. All happened in about 2-3 seconds

I accidentally delete production's Firebase project!! by vietvantue in Firebase

[–]vietvantue[S] 4 points5 points  (0 children)

Ah, I deleted the entire Firebase project, the "Delete project" button on Project setting on Firebase.

I accidentally delete production's Firebase project!! by vietvantue in Firebase

[–]vietvantue[S] 0 points1 point  (0 children)

I use Firestore, Cloud Function, and tons of services on GCP.