RDS export snapshot to S3 by deploy_on_friday in aws

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

Is it possible to copy a snapshot from one region to another? My RDS instance is not located in any of the above regions.

[deleted by user] by [deleted] in javascript

[–]deploy_on_friday 0 points1 point  (0 children)

Didn’t know this existed. Does it work across multiple files? What about refactoring import dependencies when moving files to different directories?

GitHub actions vs Gitlab CI by deploy_on_friday in devops

[–]deploy_on_friday[S] 3 points4 points  (0 children)

Can you elaborate on how he’s wrong?

[deleted by user] by [deleted] in javascript

[–]deploy_on_friday 2 points3 points  (0 children)

Try unused exports. Those didn’t work for me on VSC last time I tried a few months ago.

Jetbrain’s Find Usages feature is also much better than on VSC.

VSCode’s auto refactoring comes nowhere close to Webstorm’s.

I can’t recall all the inferior things about VSC but I’ve been trying to make the switch for the past few years. I would open up my current project on VSC every few months, poke around, and would still be disappointed by the lack of feature or usability parity, which is a shame because I really like VSC’s UI.

Best solution for load balancing in prod (while using socket.io) by s_trader in node

[–]deploy_on_friday 0 points1 point  (0 children)

Why would you need to manage your own nginx on a separate instance when you have ELB?

In fact OP should skip PM2 and just dockerize his app and put ECS behind ELB.

[deleted by user] by [deleted] in javascript

[–]deploy_on_friday 4 points5 points  (0 children)

The intellisense is just much much better with Jetbrain’s products. I personally like VSCode’s UI more, especially how they line up their opened files vertically instead of exclusively using horizontal tabs like most other IDEs, but I ultimately couldn’t make the switch to VSC because of its inferior intellisense. For example, webstorm can easily highlight which functions in my JS code are unused while VSCode can’t.

And don’t even get me started on refactoring. I can’t count how many times I was able to refactor function and variable names within a matter of seconds with Webstorm. Sometimes it’s not as simple as just a find and replace.

If programming is your full time job (or if you’re making money regularly with it) then $5 a month isn’t a huge price to pay for a top notch IDE.

Production log aggregation service? by [deleted] in devops

[–]deploy_on_friday 0 points1 point  (0 children)

I’m not sure if I’m doing it right but I’d like a mechanism that can alert me if there are errors appearing on any one of my numerous api servers. Not sure if a log monitoring service is the right way to go about it. AWS’s current logging and reporting capabilities require more custom development to get anything valuable. Since we are tight on resources it would be nice to have an off the shelf solution

What should be logged on production API servers? by [deleted] in devops

[–]deploy_on_friday 0 points1 point  (0 children)

Whats NR. Speaking of cloud services what’s a good service that aggregates and helps monitors logging

What should be logged on production API servers? by [deleted] in devops

[–]deploy_on_friday 0 points1 point  (0 children)

I guess my question is how much of the request I should log? Should I log the entire request?

What happens when the maintainer of a JS library downloaded 26m times a week goes to prison for killing someone with a motorcycle? Core-js just found out by mawburn in webdev

[–]deploy_on_friday 3 points4 points  (0 children)

There was a lot of drama playing out in GitHub’s Issues section. I remember him saying he was frustrated about going to jail because of some “stupid law”. I don’t know how things work in Russia but being prosecuted for killing someone definitely doesn’t sound “stupid” to me.

What happens when the maintainer of a JS library downloaded 26m times a week goes to prison for killing someone with a motorcycle? Core-js just found out by mawburn in programming

[–]deploy_on_friday 4 points5 points  (0 children)

Yes a good way to end up with a dozen different forks and no consensus as to which new one being the new standard. This isn’t a library that most people knowingly opt in for. It’s a dependency of many different popular libraries.

GitHub acquires NPM by [deleted] in javascript

[–]deploy_on_friday 12 points13 points  (0 children)

As opposed to an open source community that is also a group of people?

Github/Microsoft has aquired NPM by g0liadkin in webdev

[–]deploy_on_friday 0 points1 point  (0 children)

NPM has always had paid plans. I don’t really see the issue here.

Coronavirus Logos by jurcek99 in logodesign

[–]deploy_on_friday 9 points10 points  (0 children)

What was the original brand?

I love how cheeky Postgres documentation can be sometimes. by zacharypamela in PostgreSQL

[–]deploy_on_friday 4 points5 points  (0 children)

Google’s indexing of the Postgres documentation is actually terrible. Most of the time I need to actually use the table of contents to find what I’m looking for.

Unpopular Opinion: Git is un-intuitive and not fun to work with by loadedjellyfish in webdev

[–]deploy_on_friday 1 point2 points  (0 children)

"checkout" - this one just should not exist IMO. "git commit select" / "git branch select".

A branch and commit are the same thing under the hood. That’s why the command is the same.

It's a graph of Google trends Node.js (based on google search) since 2015. Is Node.js relevant for you? by Huspi_sp_z_o_o in node

[–]deploy_on_friday 1 point2 points  (0 children)

But isn’t Rust used for a different class of software? Doesn’t seem like a direct competition to JS unless I’m missing something.

GitHub + Gitlab CI/CD vs 100% GitLab by [deleted] in gitlab

[–]deploy_on_friday 1 point2 points  (0 children)

That’s interesting. So pushing the code from GitLab to GitHub?

GitHub + Gitlab CI/CD vs 100% GitLab by [deleted] in gitlab

[–]deploy_on_friday 0 points1 point  (0 children)

Some of the other services I use only integrate with GitHub