Introduction to AWS CloudWatch
AWS CloudWatch is a monitoring solution that's provided by Amazon Web Services. It's really a big service that contains a large collection of monitoring tools.
Insights, guides, and deep dives from the Enterprise Software Academy team.
AWS CloudWatch is a monitoring solution that's provided by Amazon Web Services. It's really a big service that contains a large collection of monitoring tools.
Deleting node_modules on Windows 7 and Windows 10 can be a frustrating experience if you try to do it from Windows Explorer or Command-Line because the file path names tend to get really long.
To write to Amazon S3 from an AWS Lambda function in Node.js, you can use the AWS SDK for JavaScript in Node.js.
The pay per use pricing model of function as a service makes it appear to be really cheap. For a lot of workloads, it is really a lot cheaper and maybe even free. There's a lot of costs that can quickly add up and surprise businesses.
Up until recently, if you were building websites you pretty much always used jQuery. jQuery really simplified working with the browser document object model (DOM) and doing really custom animations. In this blog post, we go through how to jQuery with the Lightning Locker Service turned on.
It's not secret that the cloud can be a lot cheaper than running hardware in our own data center. Unfortunately, a lot of AWS accounts spend a lot of money they don't need to because of automation or things not getting shut off. In this blog post, we'll cover some of the ways to reducing Cloud Costs in AWS.
With that being said, here's a collection of ideas on things you can build in vanilla JavaScript without requiring libraries or frameworks. To be able to understand what the frameworks and libraries are doing for us, which is required when debugging hard problems, it's important to understand the concepts.
As you may have noticed, fetch doesn't work in Node.js. The fetch API isn't implemented in Node, so you need to use a package that implements it and then use that.
The daily scrum meeting should be a very short 15 minute time boxed event so that the team can synchronize activities and plans for the next 24 hours.
SR&ED stands for Scientific Research and Experimental Development (SR&ED). SR&ED is a tax incentive for completing scientific research and experimental development. If you don't do the upfront work and create the needed systems to document time, failures, and learnings you will have a very difficult time making a good claim and a really difficult time standing in front of a CRA auditor.
Arrays are usually used to store a list of elements that need to be accessed by a single variable. I believe that to use JavaScript effectively every developer should be able to use any one of these methods on an array. These methods can save a lot of lines of codes and also allow us to do some pretty awesome function programming!
When trying to invoke any of your lambda functions if you are getting an error that says "lambda is not a function" the problem is likely that the handler is misspelled in the serverless.yml file OR you aren't exporting modules.exports.handler and are instead exporting something else.
Over the years, I've worked on a number of projects where we deal with user or company provided images which are often very large resolutions which take a long time to download on mobile phones or or poor internet connections. This is a simple script that can be used to compress images and avoid potential costs of a service like Kraken.io
The Lightning Data Service really simplifies our development within Aura and within Lightning Web Components. Implementing caching within Salesforce Lightning is really easy!
One of the first things I do, when taking over a NetSuite instance is making sure that SuiteScript support is enabled.
The serverless default for CloudWatch Logs is to keep the logs forever. CloudWatch Logs are pretty expensive to keep around indefinitely. In the serverless.yml file, we're able to set how long the cloudwatch logs are kept for. I recommend keeping them for at least 7 days but 30 days is probably more ideal.
When creating a NetSuite Formula field for a report, saved search, or a SuiteAnalytics report you will at some point need to…
As a JavaScript developer, there's occasionally a need to remove duplicates from an array of values. By using our knowledge of advanced data sets we can write a lot less code and take advantage of built in features in JavaScript.
Knex is a JavaScript / Node.js library that is designed to make working with relational databases easier. Knex.js is a SQL query builder. It has the potential to make tdd and database versioning much easier.
If you have been working with technology for longer than a few weeks, you’ve probably heard about using “cloud computing” or “cloud…