投稿時間:2022-01-14 03:38:25 RSSフィード2022-01-14 03:00 分まとめ(49件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Architecture Blog How Experian uses Amazon SageMaker to Deliver Affordability Verification https://aws.amazon.com/blogs/architecture/how-experian-uses-amazon-sagemaker-to-deliver-affordability-verification/ How Experian uses Amazon SageMaker to Deliver Affordability VerificationFinancial Service FS providers must identify patterns and signals in a customer s financial behavior to provide deeper up to the minute insight into their affordability and credit risk FS providers use these insights to improve decision making and customer management capabilities Machine learning ML models and algorithms play a significant role in automating categorising and deriving insights from … 2022-01-13 17:22:22
AWS AWS Seera Group: Transforming Online Travel Booking with Microservices (Arabic) https://www.youtube.com/watch?v=7wBOFcP1HwA Seera Group Transforming Online Travel Booking with Microservices Arabic Learn how Seera Group is shifting away from their legacy monolith systems into a cloud native platform that provides superior user experience which can support their business expansions As one of the fastest growing travel businesses in MENA Almosafer Seera s flagship consumer travel brand was migrated within months using a Microservices architecture Check out more resources for architecting in the AWS​​​cloud AWS AmazonWebServices CloudComputing ThisIsMyArchitecture 2022-01-13 17:10:02
海外TECH MakeUseOf How to Merge Multiple Images Into a PDF Document in Windows 11 https://www.makeuseof.com/windows-11-merge-multiple-images-into-pdf-document/ windows 2022-01-13 17:45:11
海外TECH MakeUseOf The 7 Best Wordle Alternatives to Get Your Puzzle Fix https://www.makeuseof.com/best-wordle-alternatives/ wordle 2022-01-13 17:31:54
海外TECH MakeUseOf 5 Signs the Ubuntu Desktop Has Gone Stale https://www.makeuseof.com/signs-ubuntu-desktop-gone-stale/ ubuntu 2022-01-13 17:31:54
海外TECH MakeUseOf The 5 Best Apps to Help Declutter Your Life https://www.makeuseof.com/best-apps-to-declutter-your-life/ declutter 2022-01-13 17:31:53
海外TECH MakeUseOf The 3 Best Bookmarking Alternatives To Delicious https://www.makeuseof.com/tag/3-bookmarking-alternatives-delicious/ delicious 2022-01-13 17:15:12
海外TECH MakeUseOf How to Download Flash Games to Play Offline https://www.makeuseof.com/tag/download-run-flash-games/ flash 2022-01-13 17:15:12
海外TECH MakeUseOf 4 Ways to Organize Your Family's Schedule With Cozi https://www.makeuseof.com/ways-to-organize-family-schedule-cozi/ cozido 2022-01-13 17:15:12
海外TECH MakeUseOf New Sony Patent Suggests PS5 Backward Compatibility Is On the Way https://www.makeuseof.com/new-patent-ps5-backward-compatibility-on-the-way/ playstation 2022-01-13 17:05:21
海外TECH MakeUseOf How to Bypass a School Firewall: Tips and Warnings https://www.makeuseof.com/tag/how-to-bypass-school-firewall/ bypass 2022-01-13 17:01:54
海外TECH MakeUseOf 8 Awesome Hobbies for People Who Love Tech https://www.makeuseof.com/hobbies-for-tech-lovers/ skills 2022-01-13 17:01:53
海外TECH DEV Community Binary search is not for sorted arrays only ! https://dev.to/rounit08/binary-search-is-not-for-sorted-arrays-only--2aba Binary search is not for sorted arrays only While talking about Binary Search we consider that it will only work for Sorted arrays but that s not the condition It will work for Unsorted arrays also yes but only one kind of unsorted array i e The Rotated Array It can be done in O log n time complexity like a binary search but it uses different method It uses adjusted divide and conquer algorithm The DACAnd ssshhhh it will be solved recursively only 2022-01-13 17:56:45
海外TECH DEV Community New Year Resolution Tracker with Weekly Automated Reports https://dev.to/alexyct/new-year-resolution-tracker-with-weekly-automated-reports-o27 New Year Resolution Tracker with Weekly Automated Reports Overview of My SubmissionFor the MongoDB Atlas Hackathon we created a web app to help you track and achieve your new year resolutions in Link to the project   It is difficult staying on top of your new year resolutions Two key reasons why people including myself fail to stay on top of their resolutions include Forgetting about them over timeNot knowing how to better achieveTherefore our web app uses MongoDB to address these issues by Sending daily reminders for you to log data and track your progressSending automated weekly reports to summarise your progress provide insights on how you can better achieve your goals and prompt you to write journals Providing a dashboard to visualise your data progress display the insights in your weekly report and provide a space to add memos about your resolutions This is an effective way to automate the data collection and analysis process that many of us go through and forget about over time Given the time constraints of the hackathon our web app only supports exercising as a new year resolution Try out the app on  by signing up with your Google account Alternatively you can check out screenshots below in this post Enjoy Submission Category Automation Innovation We use MongoDB Atlas Serverless Instances to automate the weekly data aggregation and analysis I perform regarding my new year resolution progress tracking Link to Code alexyct new year resolution tracker Overview of My SubmissionFor the MongoDB Atlas Hackathon we created a web app to help you track and achieve your new year resolutions in Link to the project   It is difficult staying on top of your new year resolutions Two key reasons why people including myself fail to stay on top of their resolutions include Forgetting about them over timeNot knowing how to better achieveTherefore our web app uses MongoDB to address these issues by Sending daily reminders for you to log data and track your progressSending automated weekly reports to summarise your progress provide insights on how you can better achieve your goals and prompt you to write journals Providing a dashboard to visualise your data progress display the insights in your weekly report and provide a space to add memos about your resolutions This is an effective way to automate the data… View on GitHub Additional Resources InfoSome technologies we used Next js amp ReactMongoDB Atlas Serverless InstancesAxios for HTTP requestsNext auth for authenticationNodemailer amp Easycron for daily and weekly emailsGoogle Charts for data visualisationSome screenshots of the app DashboardAdd Data ScreenAdd Memo ScreenWeekly Report EmailOn MobileFor judges of the Hackathon we recognise that you may not have time to actually try to app and wait a week for the automated reports So if you sign in to the app you will see buttons that sends you a demo of the weekly automated report as well as demo of the daily reminders Hope you like our project 2022-01-13 17:30:39
海外TECH DEV Community Complete Django CRUD Web app with MongoDB Atlas https://dev.to/shubham8268/complete-django-crud-web-app-with-mongodb-atlas-h4g Complete Django CRUD Web app with MongoDB Atlas Overview of My SubmissionThis is a Complete Django CRUD Webapp with MongoDB Atlas I made this project to take participate in MongoDB Atlas hackathon in dev toI made this using DjangoDesign Django Form with Bootstrap and crispy formsMongoDB Atlas for backendThe complete backend is made by django and for database I used MongoDB Atlas There are many collection but auth user employee register employee and employee postion employee are the main collection in crud Database of CRUD Cluster To connect django with MongoDB Atlas I used djongo library and pymongo made for python to connect with MongoDB This is how the web app looks likeDEMO VIDEO REGISTER PAGE EMPLOYEE LIST PAGE How you will see this project STEP Fork this repo and clone it using git clone cd Django CRUD OperationsThe Django skeleton is look like this STEP Install virtualenv then create a virtual environment test pip install virtualenvvirtualenv testsource test bin activateInstall all the dependencies using pip install r requirements txtcd employee project STEP Now you can see the website in your localhost using python manange py runserver Submission Category Choose Your Own Adventure Create an application using MongoDB Atlas that doesn t fit into any of the categories above Link to Code shubham Django CRUD Operations Complete Django CRUD Webapp with MongoDB AtlasThis is a Complete Django CRUD Webapp with MongoDB Atlas I made this project to take participate in MongoDB Atlas hackathon in dev toI made this using DjangoDesign Django Form with Bootstrap and crispy formsMongoDB Atlas for backendThe complete backend is made by django and for database I used MongoDB AtlasThere are many collection but auth user employee register employee and employee postion employee are the main collection To connect django with MongoDB Atlas I used djongo library and pymongo made for python to connect with MongoDB This is how the web app looks likeDEMO VIDEO REGISTER PAGE EMPLOYEE LIST PAGE How you will see this projectSTEP Fork this repo and clone it using git clone cd Django CRUD OperationsThe Django skeleton is look like thisSTEP Install virtualenv then create a virtual environment test pip install virtualenvvirtualenv test… View on GitHub Additional Resources InfoThis was my first time using MongDB as the database for a website which was a really great experience of using noSQL specially MongoDB Atlas I m also planning to use it in my future projects I learned about pymongo package and djongo availabe for python I took help from How to Use Django with MongoDB document 2022-01-13 17:27:42
海外TECH DEV Community How to show recent GitHub activities on your profile readme https://dev.to/sachinchaurasiya/how-to-show-recent-github-activities-on-your-profile-readme-23he How to show recent GitHub activities on your profile readmeWe all know Github is a great platform to collaborate with people and contribute to open source projects daily we do perform some activities on GitHub like creating an issue creating a pull request code review and all other things These are the activities that get added to our contributions and we get a green square for each day with our contributions counts For Example contribution count graph like this When we click on any box we will get activities of that day something like this Here you can see my activities of date th October I created some commits and opened some issues Have you ever thought of showing your GitHub activities on your Profile Readme You will be thinking like is that even possible yes it is possible and today in this article we will be discussing how to show our recent GitHub activities on our profile readme Let s get started We will be going to use Github Actions that will help us to create a workflow to show our recent activities on Profile readme before jumping into the setup let s first discuss what are GitHub actions and what they are used for What are GitHub actions GitHub actions are a set of events and workflow whenever specified events happen to your GitHub repository it will run the associated workflow for it want to learn more about Github actions you can get started from here GitHub Activity ReadmeGitHub Activity Readme is a Github action that will update your profile readme with recent GitHub activity It is created by James George you can check his profile hereto work with this action we will need to set up a workflow that will be running automatically to update the profile readme with recent activities Setting up workflowwe can easily set up this workflow in our profile repository to capture and update profile readme with recent activities Create the github folder in your profile repository if it does not exist gt mkdir github Create the workflows folder inside the githubfolder if it does not exist gt mkdir github workflows Create the workflowname yml file inside workflows folder where you can replace workflow name with your workflow name I will give the name update readme yml gt update readme ymlafter creating a workflow file add this content to it name Update READMEon schedule cron Runs every minutes jobs build runs on ubuntu latest name Update this repo s README with recent activity steps uses actions checkout v uses jamesgeorge github activity readme master env GITHUB TOKEN secrets GITHUB TOKEN with COMMIT MSG Updated README with recent activity MAX LINES Here we have three main components of the workflownameonjobsLet s discuss them one by onename is the name of the workflow after workflow run If you see the actions tab in your repository you will get workflow runs like this on is used for defining what action you want to run this workflow here we are running this workflow on schedule using a cron job to run this workflow every minutes automatically If you don t know much about cron syntax this may be helpful for youThe quick and simple editor for cron schedule expressionsjobs is used for defining what to do when an event happens on our repository here we are defining only one job that is build which will commit on our repository with the message Update this repo s README with recent activity for jobs we will need to define what environment it will be running and we are running this job on ubuntu also we will need to define what steps to use something like this uses actions checkout v uses jamesgeorge github activity readme masterenv is used for automatic token authentication you don t need to worry about secrets GITHUB TOKEN will automatically get referred from your GitHub account env GITHUB TOKEN secrets GITHUB TOKEN if you notice we are using the with attribute for nd action that is jamesgeorge github activity readme masterhere we are providing options COMMIT MSG and MAX LINES COMMIT MSG Commit message used while committing to the repository MAX LINES The most number of lines should populate in your readme fileNow I hope we are clear with all the components of a workflow The Last step is to add this content to your profile README md file Recent Activity zap lt START SECTION activity gt lt END SECTION activity gt Think of it like a block that will get replaced by your recent activities For Example Recent Activity zap lt START SECTION activity gt Merged PR in open metadata OpenMetadata ️Closed issue in open metadata OpenMetadata ️Closed issue in open metadata OpenMetadata ️Closed issue in open metadata OpenMetadata Commented on in open metadata OpenMetadata Merged PR in open metadata OpenMetadata ️Closed issue in open metadata OpenMetadata ️Opened issue in open metadata OpenMetadata ️Opened issue in open metadata OpenMetadata ️Closed issue in open metadata OpenMetadata lt END SECTION activity gt Example of my profile readme with recent activities Summarywe discussed what are github actions and why they are used for we did set up the workflow to update our profile readme with recent activities LinksGitHub Activity ReadmeSachin Chaurasiya Github ProfileAnd that s it for this topic Thank you for reading Connect with meLinkedIn Twitter 2022-01-13 17:17:50
海外TECH DEV Community PHP Traits Explained https://dev.to/eelcoverbrugge/php-traits-explained-197e PHP Traits ExplainedIn line of my previous blogs PHP Interfaces Explained and PHP Abstract Classes Explained I ll explain PHP Traits today In PHP a child class can inherit only from one single parent This allows a class to reuse methods from vertically hierarchy by extending an Abstract class If you like to reuse methods in many different classes in horizontally hierarchy we use Traits Traits are used to group methods and implement in multiple classes Traits can t be initiated on it s own like a normal class could For exampleLet s say we would like to check if a user has access in many classes trait Access public function hasAccess string username bool Check if username has access Everyone who can access Files is allowed to download them To use this Trait into our class class File use Access public function download string username Response if this gt hasAccess username Download file x Wherever you implement your Trait with use Access you are able to refer to this gt yourMethod as of it would be one of this class Which in this case is only hasAccess Multiple inheritanceWhat if you need multiple inheritance to reuse various methods in many different classes in horizontally hierarchy This is easily done let s create an other one trait Ability public function canUpload string username bool Check if username can upload We want to check if our username can access files and is allowed to upload as well class File use Access Ability public function upload string username Response if this gt hasAccess username amp amp this gt canUpload username Upload file Tadaa As you can see Trait s are easily implemented and freely used everywhere you want in your project Bad practiceIf ever used duplicated methods by implementing multiple Traits an error will arise Let s say both Traits have the method canDownload implemented PHP wouldn t know which one to use This is solved by the keyword insteadof class File use Access Ability Access canDownload insteadof Ability public function upload string username Response if this gt hasAccess username amp amp this gt canUpload username Upload file Let me know your experience with Traits and best practices 2022-01-13 17:11:54
Apple AppleInsider - Frontpage News 'Fortnite' returns to the iPhone through Nvidia's Geforce Now https://appleinsider.com/articles/22/01/13/fortnite-returns-to-the-iphone-through-nvidias-geforce-now?utm_medium=rss x Fortnite x returns to the iPhone through Nvidia x s Geforce NowNvidia and Epic Games have announced that Fortnite will make its return to Apple platforms through the GeForce Now cloud streaming service though only via web browser Fortnite on iPhone Fortnite of course has been missing from the App Store since August ーand it appears that this will remain the case for a while However Nvidia on Thursday announced an alternative for Fortnite players on iPhone and iPad Read more 2022-01-13 17:25:49
Apple AppleInsider - Frontpage News Firefox stopped loading websites for some users https://appleinsider.com/articles/22/01/13/firefox-has-stopped-loading-websites-for-some-users-heres-how-to-fix-it?utm_medium=rss Firefox stopped loading websites for some usersUsers are reporting that Firefox on Mac and Windows now hangs indefinitely when trying to access any websites Fortunately there is a work around FirefoxThe issue first appeared to have been triggered by an overnight update to Firefox version However some users of older versions have subsequently reporting the same severe problem Read more 2022-01-13 17:07:11
海外TECH Engadget A Netflix PGA Tour docuseries is coming from the producers of 'Drive to Survive' https://www.engadget.com/netflix-golf-docuseries-pga-tour-mens-major-tournaments-173501605.html?src=rss A Netflix PGA Tour docuseries is coming from the producers of x Drive to Survive x A Netflix docuseries is in the works that will offer viewers a look behind the curtain at the lives of some of the planet s top golfers The PGA Tour and the governing bodies of the four men s major championships are all onboard for the series which will cover the golf season Major winners including Collin Morikawa Dustin Johnson Justin Thomas Brooks Koepka Jordan Spieth and Sergio Garcia are all taking part The current top ranked men s player Jon Rahm isn t participating for the time being though the planet s leading amateur Keita Nakajima is involved as he prepares to play in the majors for the first time quot We are thrilled to bring golf s leading organizations and players together for this first of its kind partnership and unparalleled window into life on the Tour quot said Brandon Riegg Netflix s vice president of unscripted and documentary series quot Our members will love getting to know the players and personalities as well as the iconic venues along the way Even the most devoted golf fans have never seen the sport quite like this quot The show will be co produced by Box To Box Films which is behind Formula Drive to Survive another big Netflix sports docuseries and Vox Media Studios The PGA Tour and governing bodies for the majors will surely be hoping that the series can do for golf what Formula Drive to Survive has done for the highest level of motorsport That show is credited with drawing new audiences to Formula and it greatly boosted the sport s popularity in the US While golf arguably still has a higher profile in the States perhaps the docuseries will help it draw in younger viewers too 2022-01-13 17:35:01
海外TECH Engadget Ubisoft's 'The Settlers' reboot finally arrives March 17th https://www.engadget.com/the-settlers-reboot-release-date-171935887.html?src=rss Ubisoft x s x The Settlers x reboot finally arrives March thUbisoft s The Settlers revival is finally here almost The company has revealed that its reboot of the classic build up real time strategy game will be available March th for Windows PCs through the Epic Games Store and Ubisoft Connect The developers are also whetting appetites with a five day registration only closed beta starting January th that will include two of the game s three factions as well as two multiplayer Skirmish modes one and two player teams The rebuilt game is quot mostly quot derived from The Settlers III and The Settlers IV and looks decidedly nicer than many RTS titles thanks to the use of the same Snowdrop Engine you find in games like The Division series and the upcoming Avatar release While it won t compete with the latest first person shooter in looks it might be more visually appealing than its competitors There is a story driven single player campaign but Ubisoft is clearly banking on the eight way multiplayer to help with longevity However well the game plays Ubisoft s main challenge is simply revitalizing the franchise There hasn t been a brand new game in the series since The Settlers Online in and the decade since has only led to a cancelled game Kingdoms of Anteria and four years of development for the imminent reboot While there will certainly still be fans it s not clear how many of them were willing to wait a decade for a follow up 2022-01-13 17:19:35
海外TECH Engadget Apple's third-gen AirPods drop to $140 at Amazon https://www.engadget.com/apples-third-generation-airpods-drop-to-140-at-amazon-170410502.html?src=rss Apple x s third gen AirPods drop to at AmazonIf you missed the holiday season discounts on Apple s latest AirPods last year you have another opportunity to get them today Amazon has the third generation AirPods for right now which is percent off and a return to their record low price Apple released these buds last fall and they represent a complete redesign from the original AirPods which resembled Apple s old school EarPods Buy AirPods rd gen at Amazon While the second generation AirPods haven t been retired yet the latest models will likely work better for most people That s due in part to their new design which looks more like the AirPods Pro They don t have the removable silicone ear tips that the Pros have but they have a contoured look with a shorter stem plus an IPX rating that should protect them during sweaty workouts Apple also greatly improved the audio on these AirPods their custom driver and high dynamic range amplifier help produce crisp sounds with rich bass While they don t support ANC the third gen earbuds do have Adaptive EQ spatial audio and always on Siri The H chip inside helps enable all of those features along with fast pairing and switching between Apple devices We also appreciate their battery life ーyou should get six hours of listening time before they need more juice and roughly total hours of use with the extra power provided by their charging case Follow EngadgetDeals on Twitter for the latest tech deals and buying advice 2022-01-13 17:04:10
海外TECH Network World BrandPost: 3 Tips for Getting Your ZTNA Project Funded https://www.networkworld.com/article/3647169/3-tips-for-getting-your-ztna-project-funded.html#tk.rss_all BrandPost Tips for Getting Your ZTNA Project Funded Most IT experts embrace the idea of the zero trust security model Almost everybody agrees that the zero trust principles of ongoing verification of users and devices creation of small zones of control and granting minimal access to users and devices improves an organization s security In fact a recent Fortinet survey confirmed that organizations understand the benefits of zero trust Respondents rated security across the entire digital attack surface followed closely by a better user experience for remote work VPN as the two most significant benefits of zero trust To read this article in full please click here 2022-01-13 17:45:00
Cisco Cisco Blog Attaining Business Resiliency with Cisco Nexus Dashboard Insights https://blogs.cisco.com/datacenter/attaining-business-resiliency-with-cisco-nexus-dashboard-insights Attaining Business Resiliency with Cisco Nexus Dashboard InsightsCisco Nexus Dashboard and Nexus Dashboard Insights provides new tools for visibility trust and automated troubleshooting that IT needs to maintain business resiliency 2022-01-13 17:11:28
海外科学 NYT > Science Doctors Debate Whether Trans Teens Need Therapy Before Hormones https://www.nytimes.com/2022/01/13/health/transgender-teens-hormones.html Doctors Debate Whether Trans Teens Need Therapy Before HormonesClinicians are divided over new guidelines that say teens should undergo mental health screenings before receiving hormones or gender surgeries 2022-01-13 17:11:53
海外科学 NYT > Science Senate Panel OKs Califf Nomination for F.D.A. Chief https://www.nytimes.com/2022/01/13/health/fda-robert-califf.html Senate Panel OKs Califf Nomination for F D A ChiefA key committee was split mainly on party lines over the nomination of Dr Robert Califf foreshadowing divisions in the full Senate for a vote on confirmation 2022-01-13 17:11:00
ニュース ジェトロ ビジネスニュース(通商弘報) トカエフ大統領、新閣僚人事を承認 https://www.jetro.go.jp/biznews/2022/01/70c8ed4860209307.html 閣僚人事 2022-01-13 17:40:00
ニュース ジェトロ ビジネスニュース(通商弘報) 2021年の新車登録台数、ノルウェーで過去最高、スウェーデン・フィンランドはBEV倍増 https://www.jetro.go.jp/biznews/2022/01/1ef36f418e2ef22b.html 過去最高 2022-01-13 17:30:00
ニュース ジェトロ ビジネスニュース(通商弘報) ドバイ万博でサウジアラビア館がナショナルデーを開催 https://www.jetro.go.jp/biznews/2022/01/acbee95b674d571e.html 万博 2022-01-13 17:20:00
ニュース ジェトロ ビジネスニュース(通商弘報) ハイテク技術見本市「CES 2022」、自国・地域のスタートアップやビジネス環境の魅力を紹介 https://www.jetro.go.jp/biznews/2022/01/a6a97aa69e838f41.html 魅力 2022-01-13 17:10:00
ニュース BBC News - Home Prince Andrew loses military titles and patronages https://www.bbc.co.uk/news/uk-59987935?at_medium=RSS&at_campaign=KARANGA civil 2022-01-13 17:51:10
ニュース BBC News - Home MI5 warning over 'Chinese agent' in Parliament https://www.bbc.co.uk/news/uk-politics-59984380?at_medium=RSS&at_campaign=KARANGA ching 2022-01-13 17:17:13
ニュース BBC News - Home Covid self-isolation in England being cut to five full days https://www.bbc.co.uk/news/uk-59980505?at_medium=RSS&at_campaign=KARANGA negative 2022-01-13 17:11:47
ニュース BBC News - Home Ashling Murphy: Victim did not know her killer, detectives believe https://www.bbc.co.uk/news/world-europe-59977432?at_medium=RSS&at_campaign=KARANGA offaly 2022-01-13 17:36:46
ニュース BBC News - Home Robertson beats O'Sullivan to make Masters semi-finals https://www.bbc.co.uk/sport/snooker/59983980?at_medium=RSS&at_campaign=KARANGA Robertson beats O x Sullivan to make Masters semi finalsNeil Robertson beats seven time champion Ronnie O Sullivan in an absorbing contest to reach the semi finals of the Masters at Alexandra Palace 2022-01-13 17:08:50
ニュース BBC News - Home Anwar El Ghazi joins Everton on loan from Aston Villa https://www.bbc.co.uk/sport/football/59986251?at_medium=RSS&at_campaign=KARANGA anwar 2022-01-13 17:23:05
ニュース BBC News - Home Covid-19 in the UK: How many coronavirus cases are there in my area? https://www.bbc.co.uk/news/uk-51768274?at_medium=RSS&at_campaign=KARANGA cases 2022-01-13 17:26:59
ビジネス ダイヤモンド・オンライン - 新着記事 【ノートで自己対話】 習慣化のプロが教える 自分を深く知る書き方 - 書く瞑想 https://diamond.jp/articles/-/290691 自分自身 2022-01-14 02:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 優等生すぎるとパワハラされまくる!? 理不尽な指導に反撃する方法とは - メンタルダウンで地獄を見た元エリート幹部自衛官が語る この世を生き抜く最強の技術 https://diamond.jp/articles/-/293155 連発 2022-01-14 02:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 「一緒に冒険しませんか」伝説のカウンセラーが明かす心を開くひと言 - 行列のできるインタビュアーの聞く技術 https://diamond.jp/articles/-/292620 重要 2022-01-14 02:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 レゴが経営危機で学んだ真実「ヒットの種は、ユーザーが知っている」 - レゴ https://diamond.jp/articles/-/292739 崖っぷち 2022-01-14 02:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 元P&Gトップマーケターが語るマーケティング×ファイナンス思考「TSRを向上させるブランド・パーパス施策とは?」 - マーケティング×ファイナンス思考 https://diamond.jp/articles/-/292566 元PampampGトップマーケターが語るマーケティング×ファイナンス思考「TSRを向上させるブランド・パーパス施策とは」マーケティング×ファイナンス思考グローバルにCEO・CMO輩出企業として名を馳せるPG。 2022-01-14 02:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 謙虚になるための「良い読書」、正義を押し付ける「悪い読書」 - 人生の土台となる読書 https://diamond.jp/articles/-/292788 謙虚 2022-01-14 02:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 会員同士の理解が深まり、紹介が自然と発生する「マンダラ広告作成法」ワークのススメ - 「A4」1枚チラシで今すぐ売上をあげるすごい方法 https://diamond.jp/articles/-/292710 2022-01-14 02:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 初心者でも、90分でいきなりピアノが弾けるようになる! その驚きの秘訣とは? - 楽譜がよめなくても90分でいきなりピアノが弾ける本 https://diamond.jp/articles/-/293130 驚き 2022-01-14 02:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 ワクチン接種しても、半年経てば予防効果は10%!? オミクロン株の基礎知識 - 40歳からの予防医学 https://diamond.jp/articles/-/293212 予防医学 2022-01-14 02:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 20年痩せられなかった 担当編集者も 3勤1休ダイエットで5キロ減! - 3か月で自然に痩せていく仕組み https://diamond.jp/articles/-/292348 会食三昧なのに、このメソッドでキロも痩せた精神科医の樺沢紫苑先生が、「ストレスフリー我慢不要アウトプットレコーディングで痩せられる、脳科学的にも正しいメソッドです」と推薦する話題の書、「か月で自然に痩せていく仕組み意志力ゼロで体が変わる勤休ダイエットプログラム」野上浩一郎著から、そのコツや実践法を紹介していきます。 2022-01-14 02:05:00
北海道 北海道新聞 ノルディック渡部暁を旗手起用へ 北京五輪の日本選手団 https://www.hokkaido-np.co.jp/article/633175/ 北京冬季五輪 2022-01-14 02:10:28
GCP Cloud Blog 10 questions to help boards safely maximize cloud opportunities https://cloud.google.com/blog/products/identity-security/10-questions-to-help-boards-safely-maximize-cloud-opportunities/ questions to help boards safely maximize cloud opportunitiesThe accelerating pursuit of cloud enabled digital transformations brings new growth opportunities to organizations but also raises new challenges To ensure that they can lock in newfound agility quality improvements and marketplace relevance boards of directors must prioritize safe secure and compliant adoption processes that support this new technological environment  The adoption of cloud at scale by a large enterprise requires the orchestration of a number of significant activities including Rethinking how strategic outcomes leverage technology and how to enable those outcomes by changing how software is designed delivered managed across the organization  Refactoring security controls and risk governance processes to ensure that the organization stays within its risk appetite and in compliance with regulation during and following the transformation Implementing new organizational and operating models to empower a broad and deep skills and capabilities uplift and fostering the right culture for success As such the organization across all lines of defense has significant work to do The board of directors plays a key role in overseeing and supporting management on this journey and our new paper is designed to provide a framework and handbook for boards of directors in that position We provide a summary of our recommendations in addition to a more detailed handbook This paper complements two papers we published in The CISO s Guide to Cloud Security Transformation and Risk Governance of Digital Transformation in the Cloud which is a detailed guide for chief risk officers chief compliance officers and heads of internal audit We have identified questions that we believe help a board of directors in a structured meaningful discussion with their organization and its approach to cloud We ve included additional points with each as examples of what a good approach could look like and potential red flags that might indicate all is not well with the program At a high level those questions are How is the use of cloud technology being governed within the organization Is clear accountability assigned and is there clarity of responsibility in decision making structures How well does the use of cloud technology align with and support the technology and data strategy for the organization and ideally the overarching business strategy in order that the cloud approach can be tailored to achieve those right outcomes Is there a clear technical and architectural approach for the use of cloud that incorporates the controls necessary to ensure that infrastructure and applications are deployed and maintained in a secure state  Has a skills and capabilities assessment been conducted in order to determine what investments are needed across the organization How is the organization structure and operating model evolving to both fully leverage cloud but also to increase the likelihood of a secure and compliant adoption  How are risk and control frameworks being adjusted with an emphasis on understanding how the organization s risk profile is changing and how the organization is staying within risk appetite  How are independent risk and audit functions adjusting their approach in light of the organization s adoption of cloud How are regulators and other authorities being engaged in order to keep them informed and abreast of the organization s strategy and of the plans for the migration of specific business processes and data sets How is the organization prioritizing resourcing to enable the adoption of cloud but also to maintain adequate focus on managing existing and legacy technologies   Is the organization consuming and adopting the cloud provider s set of best practices and leveraging the lessons the cloud provider will have learned from their other customers Our conclusions in this whitepaper have been guided by Google s years of leading and innovating in cloud security and risk management and the experience that Google Cloud experts have gained from their previous roles in risk and control functions in large enterprises The board of directors plays a critical role in overseeing any organization s cloud enabled digital transformation We recommend a structured approval to that oversight and asking the questions we pose in this whitepaper We are excited to collaborate with you on the risk governance of your cloud transformation 2022-01-13 17:30: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件)