Tag: Cloud
-
What is Azure IoT edge
Posted on January 8, 2025, Level intermediate Resource Length medium
IoT Edge is a set of software and services that extends Azure capabilities to edge devices, enabling them to collect, analyze, and act upon data locally before sending it to the cloud. This architecture helps reduce latency, improve performance, and enhance security in industrial automation and other IoT scenarios. By learn.microsoft.com.
Tags iot cloud app-development azure learning cio
-
China's quest for semiconductor self-sufficiency
Posted on January 7, 2025, Level beginner Resource Length long
In recent years, China has intensified its efforts to achieve semiconductor self-sufficiency, driven by concerns over technological dependencies and geopolitical pressures. The country has launched ambitious initiatives to develop its domestic semiconductor industry, aiming to reduce reliance on imports and enhance national security. By Ardi Janjeva, Seoin Baek, Andy Sellars.
Tags crypto cloud teams learning cio
-
How to use Apache Spark for big data processing: A comprehensive guide
Posted on December 27, 2024, Level intermediate Resource Length medium
Apache Spark is an open-source data processing engine that has gained immense popularity in recent years due to its ability to handle large-scale data processing with ease. One of the key features of Spark is its distributed computing architecture, which allows it to process big data sets across multiple machines in parallel. This makes it an ideal choice for handling large datasets and providing real-time insights. By S Akash.
Tags apache big-data data-science cloud
-
GitHub is making its AI programming Copilot free for VS Code developers — with limits
Posted on December 24, 2024, Level beginner Resource Length medium
GitHub has recently made its AI programming assistant, CodeGPT (now called GitHub Copilot), free for Visual Studio Code developers, with usage limits. This move comes as part of the company's strategy to integrate AI more deeply into software development workflows and broaden access to advanced coding assistance without cost barriers. By Carl Franzen.
Tags software cio ai devops cloud
-
Introduction to distributed NoSQL databases
Posted on December 3, 2024, Level beginner Resource Length medium
Distributed NoSQL databases are designed to handle large datasets efficiently. They are distributed across multiple servers, which allows them to scale horizontally. NoSQL databases are more flexible than traditional relational databases, which can make them a better choice for applications with changing data needs. By Alex Patino.
Tags cloud aws database nosql performance
-
Advanced SQL techniques to transform data analysis
Posted on November 30, 2024, Level intermediate Resource Length medium
This article covers the proactive way of presenting data analysis by using advanced SQL techniques and offers a step-by-step approach to improving the speed of your queries and their accuracy. By dasca.org.
Tags cloud big-data database mysql data-science
-
Write queries faster with Amazon Q generative SQL for Amazon Redshift
Posted on November 27, 2024, Level intermediate Resource Length medium
Amazon Redshift is a fully managed, AI-powered cloud data warehouse that delivers the best price-performance for your analytics workloads at any scale. Amazon Q generative SQL brings the capabilities of generative AI directly into the Amazon Redshift query editor. Amazon Q generative SQL for Amazon Redshift was launched in preview during AWS re:Invent 2023. With over 85,000 queries executed in preview, Amazon Redshift announced the general availability in September 2024. By Raghu Kuppala, Phil Bates, Xiao Qin, Erol Murtezaoglu, and Sushmita Barthakur.
Tags cloud aws database mysql
-
How AI surged Google Cloud's revenue growth
Posted on November 21, 2024, Level beginner Resource Length medium
Google Cloud's revenue growth driven by AI capabilities, outpaces expectations and positions it amongst AWS and Microsoft Azure in global cloud evolution. By Kitty Wheeler.
Tags cio ai gcp cloud performance
-
Democratizing AI accelerators and GPU kernel programming using Triton
Posted on November 18, 2024, Level beginner Resource Length medium
Triton is a language and compiler for parallel programming. Specifically it is currently a Python-based DSL (Domain Specific Language) along with associated tooling, that enables the writing of efficient custom compute kernels used for implementing DNNs (Deep Neural Networks) and LLMs (Large Language Models), especially when executed on AI accelerators such as GP. By Sanjeev Rampal.
Tags ai cloud devops performance miscellaneous software
-
Laying the foundation for a career in platform engineering
Posted on November 15, 2024, Level beginner Resource Length long
Imagine that you're an engineer at the company Acme Corp and you've been tasked with some big projects: integrating and delivering software using CI/CD and automation, as well as implementing data-driven metrics and observability tools. But many of your fellow engineers are struggling because there's too much cognitive load — think deploying and automating Kubernetes clusters, configuring CI/CD pipelines, and worrying about security. By Darren Evans and Yuriy Babenko.
Tags career cloud gcp teams google devops
-
How to use GPT to analyze large datasets
Posted on October 30, 2024, Level intermediate Resource Length medium
Absorbing and then summarizing very large quantities of content in just a few seconds truly is a big deal. As an example, a while back I received a link to the recording of an important 90 minute business video conference that I'd missed a few hours before. By David Clinton.
Tags big-data machine-learning apis ai azure database cloud
-
Advantages and disadvantages of distributed systems
Posted on October 4, 2024, Level beginner Resource Length short
Distributed systems offer numerous benefits such as scalability and fault tolerance but also present challenges like complexity and data consistency. This article explores both the advantages and disadvantages of distributed systems, providing insights into their impact on modern computing environments. By geeksforgeeks.org.
Tags distributed aws software-architecture cloud