Tag: Cloud and infrastructure
-
How to access, install, and use AI ChatGPT-4 plugins (and why you should)
Posted on June 24, 2023, Level beginner Resource Length medium
ChatGPT-3.5 is useful. ChatGPT-4 can be very useful. But, for the most useful version of ChatGPT to date, you need to add, implement, and use ChatGPT-4 with plugins. By Steven Vaughan-Nichols.
Tags business-and-emerging-tech cloud-and-infrastructure ai-and-machine-learning miscellaneous
-
Rails design patterns - the big picture
Posted on June 22, 2023, Level beginner Resource Length medium
A design pattern is a repeatable solution to solve common problems in a software design. When building apps with the Ruby on Rails framework, you will often face such issues, especially when working on big legacy applications where the architecture does not follow good software design principles. By Paweł Dąbrowski.
Tags frontend-and-mobile product-and-design cloud-and-infrastructure
-
Protecting serverless applications with AWS WAF
Posted on June 20, 2023, Level beginner Resource Length medium
Since serverless is designed to scale to infinity, one of the questions we get asked very often is whether a DDoS attack on the serverless application can result in a hefty Cloud Bill. One way to prevent this is to have rate limiting on API Gateway in place so that the serverless application doesn't scale to unexpected levels and end up using all underlying resources. By Vishwasa Navada K.
Tags architecture-and-apis cloud-and-infrastructure security-and-privacy
-
How to navigate the hidden risks of AI and digitization
Posted on June 19, 2023, Level beginner Resource Length medium
Discover how businesses can harness the potential of AI-powered digitization while mitigating risks related to data governance, ethics, workforce adaptability and cybersecurity to drive optimization and achieve unprecedented growth. By Alon Ghelber.
Tags ai-and-machine-learning cloud-and-infrastructure miscellaneous leadership-and-career
-
How generative AI changes everything about the observability industry
Posted on June 18, 2023, Level beginner Resource Length medium
In the last 40 years, I've seen three truly disruptive technologies: the world wide web in the early 1990s, Steve Jobs' introduction of the iPhone in 2007, and ChatGPT a few months ago, now the fastest growing app in history. By By Peter Pezaris.
Tags architecture-and-apis cloud-and-infrastructure devops-and-ci-cd ai-and-machine-learning
-
How DevSecOps teams should approach API security
Posted on June 13, 2023, Level intermediate Resource Length medium
A recommended setup that addresses the unique concerns of developers, security and DevOps teams. It is common for these roles to lack a unified vision on how they approach API security. Therefore, in this post, I will provide a recommended API security setup that benefits all parties involved. By Gary Archer.
Tags architecture-and-apis cloud-and-infrastructure devops-and-ci-cd frontend-and-mobile security-and-privacy
-
What is CPU cache and how does it impact performance?
Posted on June 11, 2023, Level intermediate Resource Length medium
Imagine your computer's CPU as the engine of a powerful sports car, tirelessly driving it towards your destination. The CPU cache, in this case, acts like the high-octane fuel needed to keep the engine revved up, ensuring smooth and efficient operation. By Faraz Khan.
Tags cloud-and-infrastructure product-and-design software-engineering how-to
-
From polling to websockets: Improving order tracking user experience
Posted on June 10, 2023, Level intermediate Resource Length medium
Where is my order? Is the app stuck? Even when everything else in an application is polished, the user experience might be far from delightful if the information on the screen rarely updates. Displaying up-to-date and often updating information on an application view inspires confidence in the quality of the product and the prospect of getting what you ordered. By Tero Laitinen.
Tags cloud-and-infrastructure product-and-design frontend-and-mobile architecture-and-apis data-and-analytics
-
A brief history of MicroStack
Posted on June 7, 2023, Level beginner Resource Length medium
OpenStack is no doubt a wonderful and successful piece of software. It allows you to create your own cloud infrastructure, and thanks to its open-source nature, it's free to use for everyone. By Andre Ruiz.
Tags devops-and-ci-cd product-and-design cloud-and-infrastructure architecture-and-apis
-
Revolutionize business websites with Copilot in Power Pages
Posted on June 3, 2023, Level beginner Resource Length medium
This article demonstrates how to use Arm64EC in a C++ application. The application you will implement performs the multiplication of two pseudo-randomly generated square matrices. By Dawid Borycki.
Tags data-and-analytics leadership-and-career frontend-and-mobile cloud-and-infrastructure devops-and-ci-cd ai-and-machine-learning
-
Using Arm64EC with Windows 11
Posted on June 2, 2023, Level intermediate Resource Length medium
This article demonstrates how to use Arm64EC in a C++ application. The application you will implement performs the multiplication of two pseudo-randomly generated square matrices. By Dawid Borycki.
Tags miscellaneous product-and-design cloud-and-infrastructure leadership-and-career
-
Serverless API on AWS, Azure and GCP - Deployment and benchmark
Posted on June 1, 2023, Level intermediate Resource Length long
In this article, author has created a serverless Express API and deployed it on AWS, Azure, and GCP to evaluate each platform's performance. After conducting load tests using K6, I found that Azure and AWS performed comparably well (slightly better for Azure), while GCP lagged due to significant cold starts (up to 5 seconds when speaking to a Database). By Aurélien BETTINI.
Tags architecture-and-apis product-and-design cloud-and-infrastructure