ContentPosts from @nandhini-rp..
Link
@faun shared a link, 3 years ago
FAUN.dev()

An Adventure in Google Cloud threat detection

The blog post discusses the role of detection engineers and security analysts in identifying and preventing threats in Google Cloud. The post mentions the use of the MITRE ATT&CK cloud framework to classify attacker behaviors based on their intentions. The detections are categorized into "known know.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Deploy to Cloud Run with CI/CD

The article summarizes the process of deploying applications to Google Cloud Platform (GCP) using CI/CD.The key components involved are: - Cloud Source Repository (private Git repositories), - Cloud Build (building and deploying code), - Artifact Registry (managing container images and packages), - .. read more  

Deploy to Cloud Run with CI/CD
Link
@faun shared a link, 3 years ago
FAUN.dev()

Google Cloud Logging — Cost Optimisation

GCP services may come with additional logging costs, but GCP offers several options to minimize them, includingchanging log levels,using a different destination to save costs, andusing log exclusion filters. The latter allows users to exclude unwanted logs from being generated and ingested. By addi.. read more  

Google Cloud Logging — Cost Optimisation
Link
@faun shared a link, 3 years ago
FAUN.dev()

6 simple ways to avoid cloud spending stress

Google Cloud has provided six tips to help users manage their billing accounts more effectively: - Get to know your billing statement and consol - Set up authorized users, alerts and budgets - Use cost-saving tools - Optimize your resources - Review your billing history with reporting and data visua.. read more  

6 simple ways to avoid cloud spending stress
Link
@faun shared a link, 3 years ago
FAUN.dev()

Crossplane(IaC), New Kid On The Block

The author examinesCrossplane, a new player in the Infrastructure as Code (IaC) market, that follows a GitOps approach to IaC. - Crossplane is an open-source Kubernetes add-on that transforms your cluster into a universal control plane. - Crossplane enables platform teams to assemble infrastructure .. read more  

Crossplane(IaC), New Kid On The Block
Link
@faun shared a link, 3 years ago
FAUN.dev()

Git Commands - Cheat Sheet for All Developers

A comprehensive recap of essential Git commands that developers might need in their daily work. It covers everything from creating and synchronizing a repository to inspecting files, adding, committing, and pushing changes to the origin branch. The article also includes tips and best practices to m.. read more  

Git Commands - Cheat Sheet for All Developers
Link
@faun shared a link, 3 years ago
FAUN.dev()

Introducing Duet AI for Google Cloud – an AI-powered collaborator

- Google Cloud has launchedDuet AI, an AI assistant for cloud users of all skill levels that offers help and guidance for building secure, scalable applications. - Powered by Google's generative-AI foundation models, Duet AI is designed to make the cloud more accessible, personal, cohesive and helpf.. read more  

Introducing Duet AI for Google Cloud – an AI-powered collaborator
Link
@faun shared a link, 3 years ago
FAUN.dev()

Bytebase 2.0 - the GitLab for Database DevOps

Bytebase has released version 2.0, which now supports 12 databases to manage mundane daily tasks such as dealing with databases. - Bytebase 2.0 incorporates artificial intelligence (AI) to provide index advice for slow queries and uses natural language to query the database from the Bytebase SQL Edi.. read more  

Bytebase 2.0 - the GitLab for Database DevOps
Link
@faun shared a link, 3 years ago
FAUN.dev()

Passwordless sudo and verified GitHub commit signing with Yubikey

The Yubikey 5 NFC can be used to replace passwords with a simple tap, enhancing security and streamlining workflows for software developers. - By configuring Linux's Pluggable Authentication Module (PAM) system, sudo passwords can be replaced with a Yubikey tap, removing the need for complex passwor.. read more  

Passwordless sudo and verified GitHub commit signing with Yubikey
Link
@faun shared a link, 3 years ago
FAUN.dev()

Real-Time Pose Detection in C++ using Machine Learning with TensorFlow Lite

This article explores using TensorFlow Lite in C++ for real-time human pose estimation using a model downloaded from TensorFlow Hub. It provides a comprehensive overview of the essential concepts involved, from loading the neural network model to interpreting the output. It also includes code snippe.. read more