Tag: Cloud
-
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 nginx web-development cloud software-architecture devops
-
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 apache web-development cloud software-architecture infosec
-
Most cloud-based genAI performance stinks
Posted on April 20, 2024, Level beginner Resource Length medium
Without basic computer architecture best practices, generative AI systems are sluggish. Here are a few tips to optimize complex systems. By David Linthicum.
Tags ai cloud performance teams cio
-
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 database serverless cio
-
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 microservices serverless software-architecture apis devops
-
Scientists transform everyday materials into conductors for Quantum computers
Posted on March 23, 2024, Level beginner Resource Length short
Researchers at the University of California, Irvine and Los Alamos National Laboratory, publishing in the latest issue of Nature Communications, describe the discovery of a new method that transforms everyday materials like glass into materials scientists can use to make quantum computers. The advance will allow researchers to transform everyday materials into conductors for use in quantum computers. By technologynetworks.com.
Tags ai fintech servers cloud miscellaneous big-data software-architecture
-
DevOps security: Definition, best practices
Posted on March 22, 2024, Level beginner Resource Length long
DevOps has revolutionized the way organizations develop, deploy, and maintain applications. However, upholding security in a DevOps environment is a serious concern organizations must address in order to keep software development isolated from cyber threats while maintaining agility, production speed, and cross-team collaboration. By Anastazija Spasojevic.
Tags devops infosec cloud software-architecture learning
-
Ten real-world use cases of serverless technology
Posted on March 21, 2024, Level beginner Resource Length short
Serverless solutions keep attracting the attention of companies from different business domains. And it isn't surprising if you look at serverless architecture examples. Giants like BMW, Netflix, Slack, and Coca-Cola use serverless architecture. And in each case, it drove significant benefits. By Kyrylo Kozak.
Tags cloud miscellaneous serverless cio management
-
Here's how to become a UX designer in 2024
Posted on March 15, 2024, Level beginner Resource Length medium
If you've been thinking you're a good fit for a career in UX design, but aren't sure where to begin, we're here to help. We will also break down more about the field of UX design, the current UX job market, and the salary you can expect. By Emily Stevens.
Tags ux agile cloud web-development app-development
-
The system design cheat sheet: Relational databases
Posted on March 14, 2024, Level beginner Resource Length long
In system design, relational databases are a traditional choice for data storage, offering structured schema and powerful query capabilities, contrasted with NoSQL databases' flexible schemes and scalability. By Aleksandr Gavrilenko.
Tags mysql database miscellaneous cloud software-architecture
-
Digital transformation: A comprehensive exploration for modern businesses
Posted on March 13, 2024, Level beginner Resource Length medium
Digital transformation is a term used to describe the integration of technology into all aspects of business operations to improve efficiency, increase competitiveness and ultimately enhance customer experiences. By Sean Houghton.
Tags cloud cio learning ux agile teams
-
Mastering Ansible roles: best practices and effective strategies
Posted on March 12, 2024, Level intermediate Resource Length medium
In the dynamic world of DevOps, where automation and configuration management are paramount, Ansible emerges as a powerful open-source tool of choice for many professionals. With its ability to facilitate continuous delivery and streamline software code deployment, Ansible has become an indispensable asset in the DevOps toolkit. By Gagan Baheti.
Tags cloud containers devops ansible