Tag: Architecture and apis
-
What is AI security?
Posted on August 19, 2024, Level beginner Resource Length medium
Short for artificial intelligence (AI) security, AI security is the process of using AI to enhance an organization's security posture. With AI systems, organizations can automate threat detection, prevention and remediation to better combat cyberattacks and data breaches. By Annie Badman, Matthew Kosinski.
Tags security-and-privacy ai-and-machine-learning cloud-and-infrastructure architecture-and-apis leadership-and-career
-
Identity threat detection and response solution guide
Posted on August 15, 2024, Level intermediate Resource Length medium
Identity Threat Detection and Response (ITDR) has emerged as a critical component to effectively detect and respond to identity-based attacks. Threat actors have shown their ability to compromise the identity infrastructure and move laterally into IaaS, Saas, PaaS and CI/CD environments. Identity Threat Detection and Response solutions help organizations better detect suspicious or malicious activity in their environment. By The Hacker News.
Tags security-and-privacy devops-and-ci-cd cloud-and-infrastructure architecture-and-apis leadership-and-career
-
Why (and how) APIs and web applications are under siege
Posted on August 8, 2024, Level intermediate Resource Length medium
Attackers are increasingly targeting web applications and APIs, with a nearly 50% year-over-year growth in web attacks, driven by the increased adoption of these technologies, which significantly expanded organizational attack surfaces, according to an Akamai report. By Mitch Mayne.
Tags security-and-privacy devops-and-ci-cd architecture-and-apis
-
How banks overcome challenges in adopting automation testing framework
Posted on July 11, 2024, Level beginner Resource Length medium
A significant 80% of organizations now release code on a daily or weekly basis, indicating a growing reliance on these frequent updates. Traditional testing methods are struggling to keep up with the fast-paced nature of modern Agile practices as they bring several disadvantages, including slowness, high costs, and a lack of adaptability. By KMS Solutions.
Tags testing-and-quality business-and-emerging-tech how-to product-and-design architecture-and-apis
-
How Google's AI model Gemini got its name
Posted on July 8, 2024, Level beginner Resource Length short
Gemini got its first mention at I/O in 2023, when we briefly shared our first natively multimodal model was in training and already showing impressive capabilities. One year later, we've brought Gemini models to Search, Ads, Workspace, Pixel and more. As Gemini continues to make a name for itself, we wondered, where did that name come from? To find out, we asked the Google DeepMind team to share the origin story behind why they called it "Gemini." By Ari Marini.
Tags cloud-and-infrastructure ai-and-machine-learning how-to architecture-and-apis
-
Build a blog using Django, GraphQL, and Vue
Posted on April 29, 2024, Level beginner Resource Length long
This tutorial will take you through the process of building a Django blog back end and a Vue front end, using GraphQL to communicate between them. By Philipp Acsany.
Tags architecture-and-apis backend-development frontend-and-mobile data-and-analytics
-
Cloud design patterns that support reliability
Posted on April 28, 2024, Level beginner Resource Length medium
When you design workload architectures, you should use industry patterns that address common challenges. Patterns can help you make intentional tradeoffs within workloads and optimize for your desired outcome. By ckittel and ShannonLeavitt.
Tags devops-and-ci-cd cloud-and-infrastructure architecture-and-apis leadership-and-career
-
Nginx Proxy Manager: A complete guide
Posted on April 24, 2024, Level intermediate Resource Length long
Nginx Proxy Manager (NPM) is an open-source and free application designed to simplify the management of Nginx's proxy, SSL, Access Lists, and more. It is built with a user-friendly dashboard that aims to help those users who aren't exactly Nginx CLI experts. Plus, it also provides free SSL via Let's Encrypt, Docker integration, and support for multiple users. By Diego Asturias.
Tags devops-and-ci-cd frontend-and-mobile cloud-and-infrastructure architecture-and-apis
-
Apache web server hardening and security guide
Posted on April 21, 2024, Level intermediate Resource Length medium
The Web Server is a crucial part of web-based applications. Apache Web Server is often placed at the edge of the network; hence it becomes one of the most vulnerable services to attack. A practical guide to secure and harden Apache HTTP Server. By Chandan Kumar.
Tags data-and-analytics frontend-and-mobile cloud-and-infrastructure architecture-and-apis security-and-privacy
-
Introducing DBOS cloud: Transactional serverless computing on a cloud-native OS
Posted on April 18, 2024, Level beginner Resource Length short
The idea for DBOS (DataBase oriented Operating System) originated 3 years ago with my realization that the state an operating system must maintain (files, processes, threads, messages, etc.) has increased in size by about 6 orders of magnitude since I began using Unix on a PDP-11/40 in 1973. By Mike Stonebraker.
Tags cloud-and-infrastructure data-and-analytics architecture-and-apis leadership-and-career
-
Build an API for your front end using Pages Functions
Posted on April 17, 2024, Level intermediate Resource Length short
In this tutorial, you will build a full-stack Pages application. Your application will contain a front end, built using Cloudflare Pages and the React framework and a JSON API, built with Pages Functions, that returns blog posts that can be retrieved and rendered in your front end. By @cloudflare.com.
Tags cloud-and-infrastructure architecture-and-apis devops-and-ci-cd
-
How to build a custom API Gateway with Node.js
Posted on April 16, 2024, Level intermediate Resource Length short
In the era of microservices, where applications are divided into smaller, independently deployable services, managing and securing the communication between these services becomes crucial. This is where an API gateway comes into play. By Iroro Chadere.
Tags devops-and-ci-cd architecture-and-apis leadership-and-career