投稿時間:2023-03-01 04:28:04 RSSフィード2023-03-01 04:00 分まとめ(32件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Database Blog How Wiz used Amazon ElastiCache to improve performance and reduce costs https://aws.amazon.com/blogs/database/how-wiz-used-amazon-elasticache-to-improve-performance-and-reduce-costs/ How Wiz used Amazon ElastiCache to improve performance and reduce costsThis is a guest post by Sagi Tsofan Senior Software Engineer at Wiz in partnership with AWS At Wiz it s all about scale Our platform ingests metadata and telemetry for tens of billions of cloud resources every day Our agentless scanner collects massive amounts of data that needs to be processed very efficiently As our … 2023-02-28 18:39:26
AWS AWS Database Blog Speed up database migration by using AWS DMS with parallel load and filter options https://aws.amazon.com/blogs/database/speed-up-database-migration-by-using-aws-dms-with-parallel-load-and-filter-options/ Speed up database migration by using AWS DMS with parallel load and filter optionsSome migrations might take a long time because they have large tables However AWS Database Migration Service AWS DMS features such as parallel load and filters might be able to help speed up this process AWS DMS is a data migration service that has robust features for supporting both homogenous and heterogeneous database migrations AWS … 2023-02-28 18:26:39
AWS AWS Database Blog Amazon Managed Blockchain sessions and workshops from AWS re:Invent 2022 https://aws.amazon.com/blogs/database/amazon-managed-blockchain-sessions-and-workshops-from-aws-reinvent-2022/ Amazon Managed Blockchain sessions and workshops from AWS re Invent Engaging with the customers at AWS re Invent is always a great opportunity for us to learn more about their use cases get their feedback on our services and present new features and capabilities The Amazon Managed Blockchain team conducted a series of presentations and workshops that focused on how customers are using blockchain technology and … 2023-02-28 18:11:54
AWS AWS Machine Learning Blog Extract non-PHI data from Amazon HealthLake, reduce complexity, and increase cost efficiency with Amazon Athena and Amazon SageMaker Canvas https://aws.amazon.com/blogs/machine-learning/extract-non-phi-data-from-amazon-healthlake-reduce-complexity-and-increase-cost-efficiency-with-amazon-athena-and-amazon-sagemaker-canvas/ Extract non PHI data from Amazon HealthLake reduce complexity and increase cost efficiency with Amazon Athena and Amazon SageMaker CanvasIn today s highly competitive market performing data analytics using machine learning ML models has become a necessity for organizations It enables them to unlock the value of their data identify trends patterns and predictions and differentiate themselves from their competitors For example in the healthcare industry ML driven analytics can be used for diagnostic assistance and … 2023-02-28 18:03:11
AWS AWS Machine Learning Blog Build a GNN-based real-time fraud detection solution using the Deep Graph Library without using external graph storage https://aws.amazon.com/blogs/machine-learning/build-a-gnn-based-real-time-fraud-detection-solution-using-the-deep-graph-library-without-using-external-graph-storage/ Build a GNN based real time fraud detection solution using the Deep Graph Library without using external graph storageFraud detection is an important problem that has applications in financial services social media ecommerce gaming and other industries This post presents an implementation of a fraud detection solution using the Relational Graph Convolutional Network RGCN model to predict the probability that a transaction is fraudulent through both the transductive and inductive inference modes You can deploy our implementation to an Amazon SageMaker endpoint as a real time fraud detection solution without requiring external graph storage or orchestration thereby significantly reducing the deployment cost of the model 2023-02-28 18:00:35
AWS AWS Media Blog “Avatar: The Way of Water” and the future of filmmaking https://aws.amazon.com/blogs/media/avatar-the-way-of-water-and-the-future-of-filmmaking/ “Avatar The Way of Water and the future of filmmakingProducer Jon Landau and WētāFX Executive VFX Producer David Conley highlight the growing role of cloud in content production Epic sci fi action feature “Avatar The Way of Water is the culmination of nearly a decade of technology development for ambitious storytelling Directed by James Cameron the highly anticipated sequel to the billion dollar blockbuster “Avatar … 2023-02-28 18:34:17
海外TECH MakeUseOf How to Stop Your iPad From Ringing When Your iPhone Rings https://www.makeuseof.com/how-to-stop-ipad-ringing-when-iphone-rings/ rings 2023-02-28 18:46:16
海外TECH MakeUseOf 9 Things You Might Not Know You Can Do With Your PS5 https://www.makeuseof.com/ps5-things-you-might-not-know-you-can-do/ features 2023-02-28 18:46:16
海外TECH MakeUseOf Can You Post a WhatsApp Status From Your PC? Alternatives Explained https://www.makeuseof.com/post-whatsapp-status-from-your-pc/ whatsapp 2023-02-28 18:30:16
海外TECH MakeUseOf How to Fix "This App Package Is Not Supported for Installation" on Windows https://www.makeuseof.com/app-package-not-supported-installation-app-installer/ windows 2023-02-28 18:15:17
海外TECH DEV Community Teacher Feature: Christopher Lis https://dev.to/michaellarocca/teacher-feature-christopher-lis-19n5 Teacher Feature Christopher Lis Would you like to learn a high in demand programming language while having fun coding video games Then let me introduce you to Christopher Lis who teaches premium game development with JavaScript About ChristopherChristopher Lis is a professional full stack developer that teaches premium game development with JavaScript He has over k students on his Chris Courses website where he helps students unleash their inner game developer by teaching how to code games in the style of classics Pokemon fighting and more Christopher s YouTube channel has over k subscribers and over million video views Learning JavaScriptHave you ever been taught complicated formulas in a math class and asked yourself will I ever use these formulas in day to day life When learning JavaScript coding concepts can feel daunting when out of context and difficult to comprehend without practical application Christopher skillfully and articulately teaches complicated JavaScript concepts by taking us step by step through what the code does and how and when to use it A great example of how Christopher teaches with clarity is during his Asteroids style game in his HTML Canvas and JavaScript Game Tutorial he teaches us how to create a player and an enemy class a function to spawn the enemies and an array to push them in While coding a player and enemies we learn about the following ClassesFunctionsArraysChristopher then shows us how to shoot the enemies with projectiles and have the spawned enemies attack us by creating and using functions that calculate angles By creating these functions we learn about the following Atan functionAnglesVelocitySine Cosine While having fun coding this JavaScript game we are already learning advanced coding concepts and using them with practical applications which is a great way to understand and retain what we know Christopher s checklistChristopher provides an organized checklist of the covered topics for each coding project As you work through a project with him the topics on the list get checked off as you complete them As a self taught developer I find this teaching style highly effective with the coding concepts separated into sections it s easy to learn each topic and provides excellent save points to resume coding HTML Canvas TutorialsChris s JavaScript games rely heavily on HTML Canvas So what is HTML Canvas Wikipedia explains The canvas element is part of HTML and allows for dynamic scriptable rendering of D shapes and bitmap images It is a low level procedural model that updates a bitmap HTML Canvas also helps in making D games Although you can jump in and code along with his game tutorials if you want to take a deep dive and learn Canvas as a pre requisite Chris also created this fantastic tutorial playlist to teach us HTML Canvas Tutorials for BeginnersTopics covered through this playlist include Canvas basicsGravity effectsCollision detectionCircular motion HTML Canvas and JavaScript Game TutorialTo quote a line from one of my favorite movies this is where the fun begins Chris s HTML Canvas and JavaScript Game Tutorial is a fantastic entry level FREE project In chapters just under two hours you will create an Asteroids style game We code the game in vanilla JavaScript plain JavaScript with HTML Canvas and a bit of GSAP and Tailwind for quick and easy styling This tutorial is the first part of an entire course project but it makes an excellent stand alone game with plenty of coding concepts to learn GSAP GreenSock When you hit an enemy asteroid in the game we code it to reduce size However the size reduction effect is drastically noticeable as it happens immediately To gradually reduce the enemy s size Chris introduces us to GSAP a JavaScript animation library Adding the following code to your HTML file allows you to add and utilize the library in your project easily lt script src integrity sha fmwTB BsacDEmHQLcJuHMBaH UFlcgyetMqqkvTcYggVXsYRbqClZytjNYvBjpfVekA FQ crossorigin anonymous referrerpolicy no referrer defer gt lt script gt Utilizing the GSAP library we can now gradually reduce the enemy asteroid size by adding the following code gsap to enemy radius enemy radius Tailwind CSSWhat is Tailwind Tailwind is a utility first CSS framework that provides predefined classes providing us with a simple and concise way to style our projects One way to utilize Tailwind in your project is by adding the following code to your HTML page lt link href dist tailwind min css rel stylesheet gt Now you can add valid Tailwind CSS classes to your HTML elements By following Chris s tutorial I now see the allure of Tailwind Since this project is heavily JavaScript and HTML canvas based utilizing Tailwind allows us to quickly and efficiently style the project saving us a lot of time while helping us to stay focused on intricate coding parts Very cool If you would like to learn more about Tailwind you can read my article Shruti Balasa Getting started with Tailwind CSS My additionsI couldn t resist the temptation to stray a bit from the tutorial and try to add laser shot visual and sound effects as well as asteroid explosion sounds Laser shot visualWith much trial and error I created a red glowing laser effect for the projectiles by adding the following code to the Projectile class c shadowColor red c shadowBlur c shadowOffsetX c shadowOffsetY Initially everything unintentionally had the red glowing effect I resolved the issue by adding the following code to the affected areas which cancels out the added effect c shadowColor c shadowBlur c shadowOffsetX c shadowOffsetY Sound effectsTo add sound to this project I use mp files with the HTMLAudioElement const asteroidHit new Audio audio Asteroid Hit mp const soundLaser new Audio audio dist audio lasrhit mp My first attempt at adding a laser shot sound effect when the user clicks resulted in the two second wave file playing out entirely before it played again from the beginning I resolved this issue with the following code soundLaser pause soundLaser currentTime soundLaser play Similarly I wrote the following code to add explosion effects each time a projectile hits an enemy asteroidHit pause asteroidHit currentTime asteroidHit play Note Use discretion when adding sounds and music to your projects Be proactive in researching if attribution is required My completed JavaScript gameI completed the YouTube HTML Canvas and JavaScript Game Tutorial course and had a blast figuratively and literally speaking It was very gratifying creating a player and enemies and then coding the enemies to gravitate toward you while you frantically try to shoot them All of the effects in this game are impressively created with just code and mathematical formulas without the use of images or character sprites You can play my game and view my code by following the links below Link to play the gameLink to my GitHub repo If you enjoyed this article you might also enjoy my related article Ania Kubow Building Tetris with JavaScript Christopher s linksWebsiteTwitterDiscordCode PenUdemyGitHub ConclusionJavaScript is a high in demand language that can open up employment opportunities for those who learn it Learning the JavaScript language takes time and it can be challenging to master without proper guidance and enjoyable projects that keep you motivated Christopher keeps us engaged by providing us with fun arcade games to build and teaches us the JavaScript code and the programming concepts behind the code in the projects Christopher provides many FREE hours of core coding concepts which are more than sufficient to get you up and running with JavaScript If you want to take a deep dive into the language and take the games your coding to the next level be sure to check out his Chris Courses website where he teaches premium game development Let s connect I m active on LinkedIn and Twitter Are you now interested in coding video games to learn JavaScript Have you already coded with Chris s JavaScript tutorials and created games you want to share Please share the article and comment 2023-02-28 18:54:28
海外TECH DEV Community 22 Valuable Lessons From Decade of Software Engineering https://dev.to/codewithvoid/22-valuable-lessons-from-decade-of-software-engineering-7g2 Valuable Lessons From Decade of Software EngineeringCareer of a software developer is a journey of life long learning So I took sometime off to lookback and reflect In this article I have documented my learnings in lessons that will guide those who are starting or early in their tech career Let s go Start applying for interviews before you think you are ready The tech world moves quickly Make learning a habit Consistency and patience will help your career more than any technology Train your mind to see failure as feedback Building in public is the cheat code to new opportunities Getting a job with your network gt gt gt Sending resumes Doing tutorials hide knowledge gaps Building projects expose them Working on a project that you are passionate about will x your learning Your time estimations will be way off Underpromise and over deliver Be comfortable with not knowing everything Be confident that you will figure it out Career growth without acquiring soft skills can be hard Learning to ask for help is an underrated skill Learn googling You don t need to build what you can search for Don t fear mistakes Fear not trying Avoid over engineering as much It will distract you from the main task You don t need more courses You need to build projects You can only improve what you measure Make time to unwind and recharge A good portfolio brings contacts clients and potential employers Knowing how to code is not enough You need to create something You learn by finishing projects not by starting them Working on an exciting project is a form of self care That s it I hope you found these lessons helpful Give me a follow for more of these If you personally had contrary experience I would love to know about that Share in comments 2023-02-28 18:16:46
Apple AppleInsider - Frontpage News How to play 'Destiny 2 - Lightfall' on your iPhone, iPad, or Mac https://appleinsider.com/inside/ios/tips/how-to-play-destiny-2---lightfall-on-your-iphone-ipad-or-mac?utm_medium=rss How to play x Destiny Lightfall x on your iPhone iPad or MacDestiny s new expansion Lightfall is available Here s how you can play the epic space game on your iPhone iPad or Mac Yes you can play Destiny Lightfall on an iPhone if you want Like many other games that have periodic major updates Destiny will suddenly swell in player numbers with the introduction of the next expansion Released on February Lightfall will do just that to the Bungie game Read more 2023-02-28 18:32:25
Apple AppleInsider - Frontpage News Apple seeds second developer beta of macOS Ventura 13.3 https://appleinsider.com/articles/23/02/28/apple-seeds-second-developer-beta-of-macos-ventura-133?utm_medium=rss Apple seeds second developer beta of macOS Ventura Apple has released the second developer beta for macOS Ventura with new emoji HomeKit architecture upgrade and more macOS Ventura gets a new betaDevelopers can download the latest builds by taking part in the beta testing program via the Apple Developer Center Public beta versions of the releases generally arrive a short while after their developer counterparts available through the Apple Beta Software Program Read more 2023-02-28 18:25:53
Apple AppleInsider - Frontpage News Apple releases second developer betas for iOS 16.4, iPadOS 16.4, tvOS 16.4, watchOS 9.4 https://appleinsider.com/articles/23/02/28/apple-releases-second-developer-betas-for-ios-164-ipados-164-tvos-164-watchos-94?utm_medium=rss Apple releases second developer betas for iOS iPadOS tvOS watchOS Apple has seeded the second developer betas of iOS iPadOS tvOS and watchOS for testing Second developer betas are hereDevelopers can download the latest builds by taking part in the beta testing program via the Apple Developer Center Public beta versions of the releases generally arrive a short while after their developer counterparts available through the Apple Beta Software Program Read more 2023-02-28 18:24:20
Apple AppleInsider - Frontpage News The LastPass hack saga just keeps getting worse https://appleinsider.com/articles/23/02/28/the-lastpass-hack-saga-just-keeps-getting-worse?utm_medium=rss The LastPass hack saga just keeps getting worseFollowing a data breach disclosure that has stretched on for months LastPass says the same attacker hacked an employee s computer and stole a decrypted password vault LastPass security incidentThe company reported a security incident in August saying an unauthorized party gained access to a third party cloud based storage service that LastPass uses to store archived backups Some customer data was accessed but LastPass said passwords remained safe due to its encrypted architecture Read more 2023-02-28 18:05:01
Cisco Cisco Blog Cisco’s African American Partner Community Drives Impact Through Innovation https://feedpress.me/link/23532/15998093/ciscos-african-american-partner-community-drives-impact-through-innovation Cisco s African American Partner Community Drives Impact Through InnovationBlack History Month is a time to celebrate the contributions and accomplishments of the Black community throughout history Today we want to feature two AACPC partners who are driving significant community impact through their innovative programs 2023-02-28 18:52:32
海外TECH CodeProject Latest Articles Gradient Boosting with Intel’s Optimized XGBoost https://www.codeproject.com/Articles/5355217/Gradient-Boosting-with-Intel-s-Optimized-XGBoost python 2023-02-28 18:42:00
金融 金融庁ホームページ 「金融サービス利用者相談室」における相談等の受付状況等(期間:令和4年10月1日~同年12月31日) を公表しました。 https://www.fsa.go.jp/soudan/2022soudan10-12/2022_10-12.html 金融サービス 2023-02-28 18:10:00
ニュース BBC News - Home Missing baby couple arrested on suspicion of gross negligence manslaughter https://www.bbc.co.uk/news/uk-64804320?at_medium=RSS&at_campaign=KARANGA gordon 2023-02-28 18:30:19
ニュース BBC News - Home Nigeria election results 2023: Bola Tinubu takes strong lead over Atiku Abubakar and Peter Obi https://www.bbc.co.uk/news/world-africa-64805024?at_medium=RSS&at_campaign=KARANGA tinubu 2023-02-28 18:43:03
ビジネス ダイヤモンド・オンライン - 新着記事 日本郵政のDX推進部隊・JPデジタルが導入、「ジョブ型雇用」浸透の秘策とは - 酒井真弓のDX最前線 https://diamond.jp/articles/-/318598 2023-03-01 03:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 NATOの対ウクライナ武器供与、生産拡大に苦労 - WSJ PickUp https://diamond.jp/articles/-/318597 wsjpickup 2023-03-01 03:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 豊田章一郎が89年の年頭に誓った「空洞化を起こさせないのが我々の責任」 - The Legend Interview不朽 https://diamond.jp/articles/-/318564 豊田章一郎が年の年頭に誓った「空洞化を起こさせないのが我々の責任」TheLegendInterview不朽先ごろ亡くなった豊田章一郎年月日年月日は、トヨタグループの始祖である発明王、豊田佐吉を祖父に持ち、豊田自動織機製作所に自動車部を設け、トヨタ自動車工業を創業した父・喜一郎と、高島屋創業者の飯田新七代目の娘である母・二十子の間に生まれた豊田家の長男である。 2023-03-01 03:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 バフェット氏異例の書簡、自社株買い税を批判 - WSJ PickUp https://diamond.jp/articles/-/318596 wsjpickup 2023-03-01 03:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 パート勤務選ぶ米国人急増、燃え尽きも一因 - WSJ PickUp https://diamond.jp/articles/-/318595 wsjpickup 2023-03-01 03:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 高校生向け「二重まぶた整形」広告が物議、コンプレックスビジネスに批判噴出 - News&Analysis https://diamond.jp/articles/-/318430 newsampampanalysis 2023-03-01 03:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 「怒鳴る親」に育てられた子の行く末…親が感情を抑えられない“真の理由” - ニュースな本 https://diamond.jp/articles/-/318594 「怒鳴る親」に育てられた子の行く末…親が感情を抑えられない“真の理由ニュースな本最近、「つい子どもを怒りすぎてしまう」「イライラが止められない」……という子育て相談が増えていると指摘するのは、公認心理師の山下エミリさん。 2023-03-01 03:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 お店で「すみませーん」に気づいてもらえない人へ、声の距離感・高さを変えよう - ニュースな本 https://diamond.jp/articles/-/317826 高さ 2023-03-01 03:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 内々定はいつ?商社は財閥系、金融はメガが遅い…就活の情報戦に必要な2つの知識 - 親と子のための業界・企業研究2023 https://diamond.jp/articles/-/316182 企業研究 2023-03-01 03:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 仕事ができない人は「解像度が低い」、思考に足りない4つの視点とは - ニュースな本 https://diamond.jp/articles/-/317822 売り上げ 2023-03-01 03:05:00
GCP Cloud Blog What’s new with Google Cloud https://cloud.google.com/blog/topics/inside-google-cloud/whats-new-google-cloud/ What s new with Google CloudWant to know the latest from Google Cloud Find it here in one handy location Check back regularly for our newest updates announcements resources events learning opportunities and more  Tip  Not sure where to find what you re looking for on the Google Cloud blog Start here  Google Cloud blog Full list of topics links and resources Week of Feb Mar Google Cloud Deploy support for deployment verification is now GA  Read more or Try the DemoWeek of Feb Feb Logs for Network Load Balancing and logs for Internal TCP UDP Load Balancingare now GA Logs are aggregated per connection and exported in near real time providing useful information such as tuples of the connection received bytes and sent bytes for troubleshooting and monitoring the pass through Google Cloud Load Balancers Further customers can include additional optional fields such as annotations for client side and server side GCE and GKE resources to obtain richer telemetry The newly published Anthos hybrid cloud architecture reference design guideprovides opinionated guidance to deploy Anthos in a hybrid environment to address some common challenges that you might encounter Check out the architecture reference design guidehere to accelerate your journey to hybrid cloud and containerization Week of Feb Feb Deploy PyTorch models on Vertex AI in a few clicks with prebuilt PyTorch serving containers which means less code no need to write Dockerfiles and faster time to production Confidential GKE Nodes on Compute Optimized CD VMs are now GA  Confidential GKE Nodes help to increase the security of your GKE clusters by leveraging hardware to ensure your data is encrypted in memory helping to defend against accidental data leakage malicious administrators and “curious neighbors  Getting started is easy as your existing GKE workloads can run confidentially with no code changes required Announcing Google s Data Cloud amp AI Summit March th Can your data work smarter How can you use AI to unlock new opportunities Register for Google Data Cloud amp AI Summit a digital event for data and IT leaders data professionals developers and more to explore the latest breakthroughs  Join us on Wednesday March to gain expert insights new solutions and strategies to reveal opportunities hiding in your company s data Find out how organizations are using Google Cloud data and AI solutions to transform customer experiences boost revenue and reduce costs  Register today for this no cost digital event Running SAP workloads on Google Cloud Upgrade to our newly released Agent for SAP to gain increased visibility into your infrastructure and application performance The new agent consolidates several of our existing agents for SAP workloads which means less time spent on installation and updates and more time for making data driven decisions In addition there is new optional functionality that powers exciting products like Workload Manager a way to automatically scan your SAP workloads against best practices Learn how to install or upgrade the agent here Leverege uses BigQuery as a key component of its data and analytics pipeline to deliver innovative IoT solutions at scale As part of the Built with BigQuery program this blog post goes into detail about Leverege IoT Stack that runs on Google Cloud to power business critical enterprise IoT solutions at scale  Download white paper Three Actions Enterprise IT Leaders Can Take to Improve Software Supply Chain Security to learn how and why high profile software supply chain attacks like SolarWinds and Logj happened the key lessons learned from these attacks as well as actions you can take today to prevent similar attacks from happening to your organization Week of Feb Feb Immersive Stream for XRleverages Google Cloud GPUs to host render and stream high quality photorealistic experiences to millions of mobile devices around the world and is now generally available Read more here Reliable and consistent data presents an invaluable opportunity for organizations to innovate make critical business decisions and create differentiated customer experiences But poor data quality can lead to inefficient processes and possible financial losses Today we announce new Dataplex features automatic data quality AutoDQ and data profiling available in public preview AutoDQ offers automated rule recommendations built in reporting and serveless execution to construct high quality data  Data profiling delivers richer insight into the data by identifying its common statistical characteristics Learn more Cloud Workstations now supports Customer Managed Encryption Keys CMEK which provides user encryption control over Cloud Workstation Persistent Disks Read more Google Cloud Deploy now supports Cloud Run targets in General Availability Read more Learn how to use NetApp Cloud Volumes Service as datastores for Google Cloud VMware Engine for expanding storage capacity Read moreWeek of Jan Feb Oden Technologies uses BigQuery to provide real time visibility efficiency recommendations and resiliency in the face of network disruptions in manufacturing systems As part of the Built with BigQuery program this blog post describes the use cases challenges solution and solution architecture in great detail Manage table and column level access permissions using attribute based policies in Dataplex Dataplex attribute store provides a unified place where you can create and organize a Data Class hierarchy to classify your distributed data and assign behaviors such as Table ACLs and Column ACLs to the classified data classes Dataplex will propagate IAM Roles to tables across multiple Google Cloud projects  according to the attribute s assigned to them and a single merged policy tag to columns according to the attribute s attached to them  Read more Lytics is a next generation composableCDP that enables companies to deploy a scalable CDP around their existing data warehouse lakes As part of the Built with BigQuery program for ISVs Lytics leverages Analytics Hub to launch secure data sharing and enrichment solution for media and advertisers This blog post goes over Lytics Conductor on Google Cloud and its architecture in great detail Now available in public preview Dataplex business glossary offers users a cloud native way to maintain and manage business terms and definitions for data governance establishing consistent business language improving trust in data and enabling self serve use of data Learn more here Security Command Center SCC Google Cloud s native security and risk management solution is now available via self service to protect individual projects from cyber attacks It s never been easier to secure your Google Cloud resources with SCC Read our blog to learn more To get started today go to Security Command Center in the Google Cloud console for your projects Global External HTTP S Load Balancer and Cloud CDN now support advanced traffic management using flexible pattern matching in public preview This allows you to use wildcards anywhere in your path matcher You can use this to customize origin routing for different types of traffic request and response behaviors and caching policies In addition you can now use results from your pattern matching to rewrite the path that is sent to the origin Run large pods on GKE Autopilot with the Balanced compute class When you need computing resources on the larger end of the spectrum we re excited that the Balanced compute class which supports Pod resource sizes up to vCPU and GiB is now GA Week of Jan Jan Starting with Anthos version Google supports each Anthos minor version for months after the initial release of the minor version or until the release of the third subsequent minor version whichever is longer We plan to have Anthos minor release three times a year around the months of April August and December in with a monthly patch release for example z in version x y z for supported minor versions For more information read here Anthos Policy Controller enables the enforcement of fully programmable policies for your clusters across the environments We are thrilled to announce the launch of our new built in Policy Controller Dashboard a powerful tool that makes it easy to manage and monitor the policy guardrails applied to your Fleet of clusters New policy bundles are available to help audit your cluster resources against kubernetes standards industry standards or Google recommended best practices  The easiest way to get started with Anthos Policy Controller is to just install Policy controller and try applying a policy bundle to audit your fleet of clusters against a standard such as CIS benchmark Dataproc is an important service in any data lake modernization effort Many customers begin their journey to the cloud by migrating their Hadoop workloads to Dataproc and continue to modernize their solutions by incorporating the full suite of Google Cloud s data offerings Check out this guide that demonstrates how you can optimize Dataproc job stability performance and cost effectiveness Eventarc adds support for new direct events from the following Google services in Preview API Gateway Apigee Registry BeyondCorp Certificate Manager Cloud Data Fusion Cloud Functions Cloud Memorystore for Memcached Database Migration Datastream Eventarc Workflows This brings the total pre integrated events offered in Eventarc to over events from Google services and third party SaaS vendors  mFit release adds support for JBoss and Apache workloads by including fit analysis and framework analytics for these workload types in the assessment report See the release notes for important bug fixes and enhancements Google Cloud Deploy Google Cloud Deploy now supports Skaffold version  Release notesCloud Workstations Labels can now be applied to Cloud Workstations resources  Release notes Cloud Build Cloud Build repositories nd gen lets you easily create and manage repository connections not only through Cloud Console but also through gcloud and the Cloud Build API Release notesWeek of Jan Jan Cloud CDN now supports private origin authentication for Amazon Simple Storage Service Amazon S buckets and compatible object stores in Preview This capability improves security by allowing only trusted connections to access the content on your private origins and preventing users from directly accessing it Week of Jan Jan Revionics partnered with Google Cloud to build a data driven pricing platform for speed scale and automation with BigQuery Looker and more As part of the Built with BigQuery program this blog post describes the use cases problems solved solution architecture and key outcomes of hosting Revionics product Platform Built for Change on Google Cloud Comprehensive guide for designing reliable infrastructure for your workloads in Google Cloud The guide combines industry leading reliability best practices with the knowledge and deep expertise of reliability engineers across Google Understand the platform level reliability capabilities of Google Cloud the building blocks of reliability in Google Cloud and how these building blocks affect the availability of your cloud resources Review guidelines for assessing the reliability requirements of your cloud workloads Compare architectural options for deploying distributed and redundant resources across Google Cloud locations and learn how to manage traffic and load for distributed deployments Read the full blog here GPU Pods on GKE Autopilot are now generally available Customers can now run ML training inference video encoding and all other workloads that need a GPU with the convenience of GKE Autopilot s fully managed Kubernetes environment Kubernetes v is now generally available on GKE GKE customers can now take advantage of the many new features in this exciting release This release continues Google Cloud s goal of making Kubernetes releases available to Google customers within days of the Kubernetes OSS release Event driven transfer for Cloud Storage Customers have told us they need asynchronous scalable service to replicate data between Cloud Storage buckets for a variety of use cases including aggregating data in a single bucket for data processing and analysis keeping buckets across projects regions continents in sync etc Google Cloud now offers Preview support for event driven transfer serverless real time replication capability to move data from AWS S to Cloud Storage and copy data between multiple Cloud Storage buckets Read the full blog here Pub Sub Lite now offers export subscriptions to Pub Sub This new subscription type writes Lite messages directly to Pub Sub no code development or Dataflow jobs needed Great for connecting disparate data pipelines and migration from Lite to Pub Sub See here for documentation 2023-02-28 19:00:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)