Home » Archives for Mark Otto » Page 31
January 16, 2024
By
Mark Otto
npm in Review: A Retrospective in Numbers — From Socket comes a look at the past year from the perspective of the npm registry, focused largely on statistics (2.5 million live packages!), including download numbers, popular packages, as well as some ‘quirky facts’ like the…
January 15, 2024
By
Mark Otto
“In a world where AI is not just a buzzword but a game-changer, failing to leverage AI tools in sales is like bringing a knife to a gunfight. Read on to discover how you can arm your sales arsenal with AI’s cutting-edge technology.” Have you…
January 12, 2024
By
Mark Otto
Generative artificial intelligence (AI) is having a moment. Generally speaking, this is a broad type of AI algorithm that can create content using data they have trained from and include chatbots such as OpenAI’s ChatGPT or Google’s Bard, as well as image generators like DALL-E…
January 11, 2024
By
Mark Otto
This is the second blog post in our series “Istio on EKS”, where we uncover Istio’s transformative benefits for microservices in Amazon Elastic Kubernetes Service (Amazon EKS). In our previous blog, Getting started with Istio on EKS, we explained how to set up Istio on…
January 11, 2024
By
Mark Otto
Is htmx Just Another JavaScript Framework? — Despite being four years old, htmx has seen a surge in popularity recently, parly due to fatigue with ‘big frameworks’ and also because its simple HTML-based approach to adding functionality to a page appeals to an increasingly diverse…
January 10, 2024
By
Mark Otto
Meta – Businesses that implement tech in their processes see faster growth and long-term sustainability. With advancements in AI and better processing power of computers, visionary businesses use the best applications to scale new heights. Here are the top ones that leaders trust. Great service…
January 10, 2024
By
Mark Otto
▶ React Server Components From Scratch — “Alright, let’s build React Server Components totally from scratch.” Right from nothing, through building a simple Node-based server and working out from there. Ben is very engaging and does a great job of explaining things. Ben Holmes 💡 Josh W…
January 9, 2024
By
Mark Otto
Code coverage is a code quality metric leveraging unit tests. Coming up with test cases with every combination of parameters requires developer’s time, which is already scarce. Developers’ focus is (mis)directed at just meeting the coverage threshold. In doing so, quality of code may be…
January 9, 2024
By
Mark Otto
The State of Benchmarking in Node.js — While Node has always been fast (thanks largely to its V8 underpinnings), there’s a renewed focus on performance in the face of benchmarks and claims from alternatives like Deno and Bun. Lars looks at the ecosystem of benchmarking…
January 7, 2024
By
Mark Otto
Enterprises are constantly seeking ways to accelerate their journey to the cloud. Infrastructure as code (IaC) is crucial for automating and managing cloud resources efficiently. The AWS Cloud Development Kit (AWS CDK) lets you define your cloud infrastructure as code in your favorite programming language…