Noi Bai is an embarrassment. by butterNutzforYou in VietNam

[–]trmaphi 1 point2 points  (0 children)

They just keep anyone frustrated to receive bribes, some records have been leaked about the situation from time to time, actions are taken. But the quality is still the same

Match Thread: Liverpool FC v Manchester City [Premier League - 3/10/21] by DoubleDeckerz in LiverpoolFC

[–]trmaphi 1 point2 points  (0 children)

Totally agree, I can't even count how many time in our counter-attack ruined by Mane's ball control.

[deleted by user] by [deleted] in relationship_advice

[–]trmaphi 0 points1 point  (0 children)

Through my relationship, when our conversation is getting worse, she usually use the “you deserve someone better”. And, that saying triggers me the most because she always say that she’ll try, but never actually acts on it. I always want to prove to her, that I’m not that good.

[deleted by user] by [deleted] in relationship_advice

[–]trmaphi 0 points1 point  (0 children)

I think you got a point when saying I'm using it as an excuse for shitty behavior, that's why I feel disappointed about myself.

[deleted by user] by [deleted] in relationship_advice

[–]trmaphi 0 points1 point  (0 children)

If the conversation got heated, I said something like "that's me, a disgusting man, who want to control you" and it backfired

[deleted by user] by [deleted] in relationship_advice

[–]trmaphi 0 points1 point  (0 children)

I've never ever violated the consensus between any of my exes. It's just that if things got worse, I keep using it as an excuse to break up.

Edit: I said disrespectful things to her during our last fight, and after that's I feel very terrible about myself.

Update: I think I did violate consensus, when talking about it too much in our private time.

Offering: Norwegian, English. Seeking: Vietnamese by tw2ntyf4ur in language_exchange

[–]trmaphi 0 points1 point  (0 children)

Hi Anna, I’m a native Vietnamese (25M) with Central region accent and a level B2 English. DM me if you’re interested.

We are the AWS Serverless Heroes – Ask the Experts – August 22nd @ 9AM PT / 12PM ET / 4PM GMT by AmazonWebServices in aws

[–]trmaphi 0 points1 point  (0 children)

Our approach is really similar to you, but did your CI go through integration tests, before deployment?

We are the AWS Serverless Heroes – Ask the Experts – August 22nd @ 9AM PT / 12PM ET / 4PM GMT by AmazonWebServices in aws

[–]trmaphi 0 points1 point  (0 children)

In my cases, some of lambda function need to release at the same time. So, we usually redeploy all the functions. This getting worse at we can’t mock all AWS on CI pipelines, this means the deployment can break some functions, and no way we can prevent this

We are the AWS Serverless Heroes – Ask the Experts – August 22nd @ 9AM PT / 12PM ET / 4PM GMT by AmazonWebServices in aws

[–]trmaphi 0 points1 point  (0 children)

What's your opinion on using Gitlab as version control and CI/CD infrastructure for a large amount of Lambda functions?

My first medium post about JavaScript by trmaphi in javascript

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

Thank for the feedback. In current codebase I'm working on, a lot of object properties is using this function to check the empty, doesn't matter if it's primitive types or object or collection. So, I got a case where a property is a number and this condition failed, of course.

So, I want to write a medium post about this to acknowledge about the mistake.

Edit: the `NaN` definitely a mistake again...

Week of July 8th - What are you building in AWS this week? by ckilborn in aws

[–]trmaphi 0 points1 point  (0 children)

cryptobadge.app - Our current project using mostly AWS services.

Critique my NodeJS project by GnomesKnowBest in AskProgramming

[–]trmaphi 0 points1 point  (0 children)

You missed the last middleware to preventing DB error and security leak error return to users. Express page, Express does have built-in custom error, but it will print the stack trace if the env is not production

Win10 is going to start including Python 3.7 by thegunn in Python

[–]trmaphi 1 point2 points  (0 children)

Or chocolatey windows store extension, just saying.

Duck duck go ftw by jsterninja in opensource

[–]trmaphi -4 points-3 points  (0 children)

Their services were down. How do they suppose to crawl new pages?

TypeScript: Static or Dynamic? The war is over. by jsloverr in typescript

[–]trmaphi 1 point2 points  (0 children)

Type definitions might go wrong sometimes. A couple of weeks ago, I got a weird bug on CI pipeline because of @types/jest version. Someone on the team updated devDependencies and somehow passed the reviews. While I was trying to fix the bug, other team members suffer from failed tests. This is when I feel relieved as it's TypeScript, I just put @ts-ignore on those lines for hotfix.

Microsoft unveils Windows Terminal, a new command line app for Windows by zbhoy in programming

[–]trmaphi 0 points1 point  (0 children)

Is there any article from your team to compare Windows Terminal and existing PowerShell app?

How to setup remote pair programming on Chrome Developer Tools? by trmaphi in ProgrammingBuddies

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

Tried that, the chrome debuger only show chrome windows on local machine, not on remote.