Home » Archives for Mark Otto » Page 67
February 3, 2023
By
Mark Otto
We are excited to announce that AWS is sponsoring open source software security audits by the Open Source Technology Improvement Fund (OSTIF), a non-profit dedicated to securing open source. This funding is part of a broader initiative at Amazon Web Services (AWS) to support open source…
February 3, 2023
By
Mark Otto
You’ve Got Options for Removing Event Listeners — Unnecessary event listeners can cause all sorts of odd problems so it’s good to clean them up when you don’t need them anymore. How? There are several approaches and Alex looks at their pros and cons. (once is…
February 2, 2023
By
Mark Otto
Your website reveals so much about your company to your customers. It’s a brand ambassador and a key point of contact, so it needs to be good, especially when one considers that the latest statistics suggest 48% of users determine a company’s credibility based on…
February 2, 2023
By
Mark Otto
It is crucial to examine every functional area when firms reorient their operations toward sustainable practices. Making informed decisions is necessary to reduce the environmental effect of an IT stack when creating, deploying, and maintaining it. To build a sustainable business for our customers and…
February 2, 2023
By
Mark Otto
AlaSQL.js 3.0: Isomorphic JavaScript SQL Database — A SQL database you can use in Node.js and the browser. The interesting bit, for me, is how it opens up the idea of using SQL to query JavaScript objects – as in this example. “The library adds…
February 1, 2023
By
Mark Otto
There are thousands and thousands of digital startups and SaaS applications being started every year and for good reasons. These startups are mostly remote-only teams with only a handful of employees. With the ever-increasing demand for web-based solutions and cloud-native tools, digital startups are lucrative…
February 1, 2023
By
Mark Otto
Operational excellence is critical for BloomIP’s customers. In this post, you will see how we built a solution to automate the detection of trends and issues in production workloads by implementing Amazon DevOps Guru for our clients. BloomIP ensures your business is ready for what’s…
February 1, 2023
By
Mark Otto
The Future of Create React App and Why It Exists — Dan wrote pretty much an essay in a comment on the issue thread we linked last week with “some background on the future of Create React App” and concludes with the team’s thoughts on…
January 31, 2023
By
Mark Otto
In this two part series, we discuss the challenges faced by OfferUp, a Digital Native customer, to meet business growth and time-to-market. Their journey involved modernizing their existing DevOps platform, from the traditional monolith virtual machine (VM) based architecture to modern containerized architecture and running…
January 30, 2023
By
Mark Otto
Many organizations require durable automated code delivery for their applications. They leverage multi-account continuous integration/continuous deployment (CI/CD) pipelines to deploy code and run automated tests in multiple environments before deploying to Production. In cases where the testing strategy is release specific, you must update the…