aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
  • Tools
  • About

Posts by tag

Tutorial

82 posts
View Post
  • 6 min
  • Software
  • Software Engineering
  • Tools

How To Use Bash

Ever been daunted by writing Bash scripts or using the terminal? Many developers prefer to use the graphical user interface (GUI) to navigate their files and applications on their computers. With Bash, developers on macOS and Linux operating systems (OS) can do lots of computer processes right from the terminal without ever having to use their mouse or the keyboard for interaction. In this lesson, you’ll learn how to write simple Bash scripts and how you can 10X your productivity efficiently. What is Bash? Bash, also known as Bourne Again Shell, is an interactive shell or command line interpreter popular…
View Post
Share
View Post
  • 3 min
  • Technology

Switch From ICloud To Nextcloud

Image by: Opensource.com Nextcloud is your very own open source cloud. Here’s how to make the switch. If you’re wary of committing your data to cloud services controlled by a corporation but love the convenience of remote storage and easy web-based access, you’re not alone. The cloud is popular because of what it can do. But the cloud doesn’t have to be closed. Luckily, the open source Nextcloud project provides a personal and private cloud application suite. It’s easy to install and import data—including contacts, calendars, and photos. The real trick is getting your data from cloud providers like iCloud. In this article,…
View Post
Share
View Post
  • 8 min
  • Engineering

Low-Latency Fraud Detection With Cloud Bigtable

Each time someone makes a purchase with a credit card, financial companies want to determine if that was a legitimate transaction or if it is using a stolen credit card, abusing a promotion or hacking into a user’s account. Every year, billions of dollars are lost due to credit card fraud, so there are serious financial consequences. Companies dealing with these transactions need to balance predicting fraud accurately and predicting fraud quickly. In this blog post, you will learn how to build a low-latency, real-time fraud detection system that scales seamlessly by using Bigtable for user attributes, transaction history and…
View Post
Share
View Post
  • 3 min
  • Computing
  • Engineering

How To Create A Linux VM Instance In Compute Engine

There is a new way to supercharge your learning of Google Cloud! Next time you are interested in learning Google Cloud skills or features, check out embedded interactive tutorials. Interactive tutorials are step by step tutorials that help you learn about Google Cloud. They are embedded directly into the Google Cloud console, so there is no context switching. These tutorials integrate with Cloud Shell and Cloud Code to provide a preconfigured development environment to allow you to learn quickly.In this blog post we’ll walk through how to Create a Linux VM instance In Compute Engine interactive tutorial together. You can…
View Post
Share
View Post
  • 8 min
  • Engineering

Easy Telemetry Instrumentation On GKE With The OpenTelemetry Operator

Easy Telemetry Instrumentation on GKE with the OpenTelemetry Operator In recent years, the application monitoring landscape has exploded with instrumentation libraries, SDKs, and backends for storage and visualization. But a major friction point is still the investment required to instrument applications with these libraries, and libraries are often tied to a small set of telemetry backends. The OpenTelemetry project has tried to address these problems with its open standard for telemetry data, multi-lingual instrumentation libraries, and “auto-instrumentation” of applications without needing code changes. The community has also created a Kubernetes Operator to automate some of these solutions in containerized environments. …
View Post
Share
View Post
  • 4 min
  • Engineering

Easy Deployment Of MEAN Stack W/ MongoDB Atlas, Cloud Run, And Hashicorp Terraform

Easy Deployment of MEAN stack with MongoDB Atlas, Cloud Run, and Terraform Serverless computing promises the ability to spend less time on infrastructure and more time on developing your application. But historically, if you used serverless offerings from different vendors you didn’t see this benefit. Instead, you often spent a significant amount of time configuring the different products and ensuring they can communicate with each other. We want to make this easier for everyone. We’ve started by using HashiCorp Terraform to make it easier to provision resources to run the MEAN stack on Cloud Run with MongoDB Atlas as your…
View Post
Share
View Post
  • 8 min
  • Engineering
  • Practices
  • Programming

Advanced Topic Modeling Tutorial: How to Use SVD & NMF in Python

In the context of Natural Language Processing (NLP), topic modeling is an unsupervised learning problem whose goal is to find abstract topics in a collection of documents. Topic Modeling answers the question: “Given a text corpus of many documents, can we find the abstract topics that the text is talking about?” In this tutorial, you’ll: Learn about two powerful matrix factorization techniques – Singular Value Decomposition (SVD) and Non-negative Matrix Factorization (NMF)   Use them to find topics in a collection of documents By the end of this tutorial, you’ll be able to build your own topic models to find topics in any piece of text.📚📑 Let’s…
View Post
Share
View Post
  • 5 min
  • Engineering
  • Practices

Cloud IAM Google Cloud

Once you have identified who a user is (authenticated them) using Cloud Identity, the next step is to define what they can do on Google Cloud (authorize them) so they can access the resources they are permitted to use. Access control for Google Cloud resources is managed by Cloud IAM policies for humans and by service accounts for non-humans (applications and services). Let’s take a closer look at Cloud IAM and service accounts.   What is Cloud IAM?  Cloud IAM helps define who can do what and where on Google Cloud. It provides fine-grained access control and visibility for centrally…
View Post
Share
View Post
  • 7 min
  • Engineering

Transform Satellite Imagery From Earth Engine Into Tabular Data In BigQuery

Geospatial data has many uses outside of traditional mapping, such as site selection and land intelligence. Accordingly, many businesses are finding ways to incorporate geospatial data into their data warehouses and analytics. Google Earth Engine and BigQuery  are both tools on Google Cloud Platform that allow you to interpret, analyze, and visualize geospatial data. For example, you can combine crop classifications based on satellite data from Google Earth Engine with weather data in BigQuery to predict crop yield. Although there is crossover in the functionality of these two products, they are different and are designed for different use cases, as…
View Post
Share
View Post
  • 8 min
  • Engineering

Serverless MEAN Stack Applications With Cloud Run And MongoDB Atlas

Plea and the Pledge: Truly Serverless As modern application developers, we’re juggling many priorities: performance, flexibility, usability, security, reliability, and maintainability. On top of that, we’re handling dependencies, configuration, and deployment of multiple components in multiple environments and sometimes multiple repositories as well. And then we have to keep things secure and simple. Ah, the nightmare! This is the reason we love serverless computing. Serverless allows developers to focus on the thing they like to do the most—development—and leave the rest of the attributes, including infrastructure and maintenance, to the platform offerings. In this read, we’re going to see how…
View Post
Share

Stay Connected!
LATEST
  • 1
    Pythonic Techniques For Handling Sequences
    • March 21, 2023
  • 2
    Monitor Kubernetes Cloud Costs With Open Source Tools
    • March 20, 2023
  • 3
    What Is An Edge-Native Application?
    • March 20, 2023
  • 4
    Eclipse Java Downloads Skyrocket
    • March 19, 2023
  • 5
    Why Is Your Multicloud So Slow?
    • March 17, 2023
  • 6
    The Benefits And Core Processes Of Data Wrangling
    • March 17, 2023
  • 7
    We Cannot Even Agree On Dates…
    • March 16, 2023
  • 8
    Financial Crisis: It’s A Game & We’re All Being Played
    • March 16, 2023
  • 9
    Ballerina: A Programming Language For The Cloud
    • March 16, 2023
  • 10
    Own Your Cloud With NextcloudPi On The Raspberry Pi
    • March 16, 2023
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • 1
    Lockheed Martin Launches Commercial Ground Control Software For Satellite Constellations
    • March 14, 2023
  • 2
    Oxford Quantum Circuits Installing Quantum Computer in Equinix IBX® Data Center With Plans To Open Access to Businesses Globally
    • March 14, 2023
  • 3
    The Adoptium Working Group Reports Significant Momentum for Open Source Java in 2023
    • March 14, 2023
  • 4
    Cloudflare Integrates With Atlassian, Microsoft, And Sumo Logic To Make Zero Trust Security Easy For Businesses
    • March 14, 2023
  • 5
    Cloudflare Uses The Power Of Its Global Network To Identify The Top 50 Most Impersonated Brands And Protect Zero Trust Customers From Phishing Scams
    • March 13, 2023
  • /
  • Platforms
  • Architecture
  • Engineering
  • Programming
  • Tools
  • About

Input your search keywords and press Enter.