Community Roundup: May 1 - 15
Welcome back to another Community Roundup, folks. Hope you're all doing well, and that you're ready for some great tweets and articles — let's get started, shall we?
Welcome back to another Community Roundup, folks. Hope you're all doing well, and that you're ready for some great tweets and articles — let's get started, shall we?
We’re excited to announce our support for GitHub Actions with our new Rollbar Deploy GitHub Action. Teams using GitHub Actions for building their CI/CD pipeline can now easily send deploy information to Rollbar and respond to any new errors quickly.
The importance of digital banking and electronic commerce has proven all the more important during the pandemic. Online shopping is the only choice in many cases for conducting commerce. A recent McKinsey report, pre-COVID 19 outbreak, revealed that retail digital banking acceptance was already high. It has increased to the point where 60% of customers under the age of 70 use digital channels. That number increases to 75% for those under the age of 50.
Bonus Material: PostgreSQL vs MySQL complete comparison table PostgreSQL (or Postgres) and MySQL are both relational database management systems (RDBMS for short). They are complex technological inventions designed to simplify your data operations across a wide variety of business use cases. The “relational” part of the name refers to the way in which they structure data as relations between rows and columns.
In today’s post, we’re going to demystify how the number of JavaScript dependencies grows while we’re working on a relatively simple project. Should you be worried about the number of dependencies? Keep in mind that this blog post is related to the Ride Down The JavaScript Dependency Hell blog post that was released a while back. We’ll show a “real-world” example of how a project’s dependencies can grow from zero to 13K.
Today’s release of Node.js integration supports PostgreSQL as well as all the consumers of the pg library.
You know the saying, “by developers, for developers”? Well, at Rookout, we take that quite literally. Developers are the heart and soul of Rookout. As developers ourselves, especially as ones who have had our heads stuck in code for many years, we look to make fellow developers’ lives easier. There are countless tools that are available to developers. Whether they enable easier workflows, improve quality, aid in collaboration, and so on and so forth - the sky's the limit.
If you haven’t checked out the first two part of our ‘Diagnostics in Node.js’ series, click here and the second part here. This is a 3-part blog series on Node.js. It is based on Colin Ihrig's talk at JSConf Colombia. Let’s begin! 🚀