Just do a normal merge, then squash all your commits in into one, using rebase, then a rebase onto a branch is easy.
I would hope you are not allowing IoT devices direct access to your database. There is no saving that haha.
To be clear pgbouncer does not add connections to postgres or remove the connection bottleneck. Its still there under the covers. If you are saturating your connections it will not be able to improve on throughput. It…
Don't spin up 50 pods. You have outscaled your database. You can't make IO operations faster by throwing more workers at it and you can only have so many connections working at once. As a side note if your application…
Is this because your default approach is to horizontally scale or because you have tried other options? Logically scaling vertically a single server with pooled connections should have a better effect than horizontally…
If you are running aws lambdas I believe you should be using the RDS proxy product(This is a very similar product though).
PgBouncer has always left me confused in the world of application level connection pooling. I have never quite understand the value of it if we are already using connection pools in our applications. I don't want to…
Poorly vs well structured code.
It depends. The come and go based on legislation and the current fixed interest rates. They were very popular for a bit but as the fixed rates kept dipping they seemed to mostly vanish. They seem to only really be…
Auto generated client code is nice in theory. In practice I find it only really useful as a starting point. There are enough choices to be made in writing even a simple HTTP api that its unlikely that a generic tool…
The tooling is far from simplistic to setup and the available options can be overwhelming. Its all the pain of the JS stack but with less easily available help and tooling that produces less helpful error messages.
Surprisingly, or maybe not, slf4j requires an implementation to be provided at runtime to log anything.
Windows....enough said.
12 factor apps sacrifice performance and simplicity of your environment for scalability. Unless you are guaranteed to start with a worldwide audience its complete overkill. A better solution is to write your application…
This article mentions node dependencies and ignores the innumerable number of libraries down the stack to the bare metal. Even if you wanted to spend the time writing your application without using any libraries you…
One of the bigger problems is that exceptions are slow. Thus the recommendation is not to use them in cases where the caller could branch on. A perfect example is a missing element in a remote system. An old api would…
Type erasure makes deserialization a pain. This has lead to multiple incompatible implementations of ways to indicate what a generic type contains on top of the existing type system. In practice it means using generic…
I have never seen anybody migrate out of PostgreSQL, but I HAVE seen people migrate out of Oracle, and DB2 because they are so expensive its worth the cost to migrate.
Whoever developed the javascript could benefit from a formatter. Also, synchronous ajax calls?
SSH remote port forwarding is your friend. You just need an ssh server somewhere thats publicly accessible.
Having moved from the seattle area to the state of maryland, the lack of parks and public land feels very depressing. You drive by giant majestic horse pastures, but the parks are so small that you can still hear cars…
Missing the key part that this was done by the police targeting a specific home. Otherwise security cameras would fall under this category.
The simple fact is mongoDB fails to have sufficient durability guarantees for business data when compared to a traditional RDBMS. That is one of the reasons why its so fast in comparison. A power loss event during data…
Even if you don't end up using React itself, alot of libraries are similar in concept. By learning one you can gain the concepts to use many. For example vue.js is really easy to pick up if you already know react.
As a developer in that area, its not super competitive. It is not even close to what a good senior dev is making. They also don't hire people at this level often because you are talking about a director level position.…
Just do a normal merge, then squash all your commits in into one, using rebase, then a rebase onto a branch is easy.
I would hope you are not allowing IoT devices direct access to your database. There is no saving that haha.
To be clear pgbouncer does not add connections to postgres or remove the connection bottleneck. Its still there under the covers. If you are saturating your connections it will not be able to improve on throughput. It…
Don't spin up 50 pods. You have outscaled your database. You can't make IO operations faster by throwing more workers at it and you can only have so many connections working at once. As a side note if your application…
Is this because your default approach is to horizontally scale or because you have tried other options? Logically scaling vertically a single server with pooled connections should have a better effect than horizontally…
If you are running aws lambdas I believe you should be using the RDS proxy product(This is a very similar product though).
PgBouncer has always left me confused in the world of application level connection pooling. I have never quite understand the value of it if we are already using connection pools in our applications. I don't want to…
Poorly vs well structured code.
It depends. The come and go based on legislation and the current fixed interest rates. They were very popular for a bit but as the fixed rates kept dipping they seemed to mostly vanish. They seem to only really be…
Auto generated client code is nice in theory. In practice I find it only really useful as a starting point. There are enough choices to be made in writing even a simple HTTP api that its unlikely that a generic tool…
The tooling is far from simplistic to setup and the available options can be overwhelming. Its all the pain of the JS stack but with less easily available help and tooling that produces less helpful error messages.
Surprisingly, or maybe not, slf4j requires an implementation to be provided at runtime to log anything.
Windows....enough said.
12 factor apps sacrifice performance and simplicity of your environment for scalability. Unless you are guaranteed to start with a worldwide audience its complete overkill. A better solution is to write your application…
This article mentions node dependencies and ignores the innumerable number of libraries down the stack to the bare metal. Even if you wanted to spend the time writing your application without using any libraries you…
One of the bigger problems is that exceptions are slow. Thus the recommendation is not to use them in cases where the caller could branch on. A perfect example is a missing element in a remote system. An old api would…
Type erasure makes deserialization a pain. This has lead to multiple incompatible implementations of ways to indicate what a generic type contains on top of the existing type system. In practice it means using generic…
I have never seen anybody migrate out of PostgreSQL, but I HAVE seen people migrate out of Oracle, and DB2 because they are so expensive its worth the cost to migrate.
Whoever developed the javascript could benefit from a formatter. Also, synchronous ajax calls?
SSH remote port forwarding is your friend. You just need an ssh server somewhere thats publicly accessible.
Having moved from the seattle area to the state of maryland, the lack of parks and public land feels very depressing. You drive by giant majestic horse pastures, but the parks are so small that you can still hear cars…
Missing the key part that this was done by the police targeting a specific home. Otherwise security cameras would fall under this category.
The simple fact is mongoDB fails to have sufficient durability guarantees for business data when compared to a traditional RDBMS. That is one of the reasons why its so fast in comparison. A power loss event during data…
Even if you don't end up using React itself, alot of libraries are similar in concept. By learning one you can gain the concepts to use many. For example vue.js is really easy to pick up if you already know react.
As a developer in that area, its not super competitive. It is not even close to what a good senior dev is making. They also don't hire people at this level often because you are talking about a director level position.…