投稿時間:2020-05-16 05:24:45 RSSフィード2020-05-16 05:00 分まとめ(29件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Partner Network (APN) Blog Benefits for AWS Service Delivery Partners Help You Increase Visibility with Customers https://aws.amazon.com/blogs/apn/benefits-for-aws-service-delivery-partners-help-you-increase-visibility-with-customers/ Benefits for AWS Service Delivery Partners Help You Increase Visibility with CustomersAWS Service Delivery Partners pass a high technical bar in order to participate in the AWS Service Delivery Program To achieve this designation we validate APN Consulting Partners who have deep expertise with specific AWS services such as AWS Lambda Once in the program AWS Service Delivery Partners receive core program benefits that increase visibility with customers offer chances to engage with AWS service teams and provide access to deeper learning events and opportunities related to AWS services 2020-05-15 19:27:11
AWS AWS Developer Blog Provision AWS infrastructure using Terraform (By HashiCorp): an example of web application logging customer data https://aws.amazon.com/blogs/developer/provision-aws-infrastructure-using-terraform-by-hashicorp-an-example-of-web-application-logging-customer-data/ Provision AWS infrastructure using Terraform By HashiCorp an example of web application logging customer dataMany web and mobile applications can make use of AWS services and infrastructure to log or ingest data from customer actions and behaviors on the websites or mobile apps to provide recommendations for better user experience There are several infrastructure as code frameworks available today to help customers define their infrastructure such as the AWS … 2020-05-15 19:27:56
AWS AWS DevOps Blog Deploying a serverless application using AWS CDK https://aws.amazon.com/blogs/devops/deploying-a-serverless-application-using-aws-cdk/ Deploying a serverless application using AWS CDKThere are multiple ways to deploy API endpoints such as this example in which you could use an application running on Amazon EC to demonstrate how to integrate Amazon ElastiCache with Amazon DocumentDB with MongoDB capability While the approach in this example helps achieve great performance and reliability through the elasticity and the ability to … 2020-05-15 19:26:19
AWS AWS DevOps Blog Using CodeBuild in Spinnaker for continuous integration https://aws.amazon.com/blogs/devops/using-codebuild-in-spinnaker-for-continuous-integration/ Using CodeBuild in Spinnaker for continuous integrationContinuous integration is a DevOps software development practice in which developers regularly merge their code changes into a central repository then run automated builds and tests Continuous integration CI most often refers to the build or integration stage of the software release process and entails both an automation component such as a CI or build … 2020-05-15 19:19:48
AWS AWS Machine Learning Blog Enhancing speech-to-text accuracy of COVID-19-related terms with Amazon Transcribe Medical https://aws.amazon.com/blogs/machine-learning/enhancing-speech-to-text-accuracy-of-covid-19-related-terms-with-amazon-transcribe-medical/ Enhancing speech to text accuracy of COVID related terms with Amazon Transcribe MedicalAs the world responds to the ongoing pandemic it s more important than ever to accurately access consume and analyze information related to COVID Topics about the healthcare crisis permeate many dimensions of our personal and professional lives through channels as diverse as news reporting social media business meetings radio and podcasts customer support calls and … 2020-05-15 19:21:08
AWS AWS - Webinar Channel AWS Fireside Chat: Introduction to AWS IQ - AWS Online Tech Talks https://www.youtube.com/watch?v=_l9qU_5UskA AWS Fireside Chat Introduction to AWS IQ AWS Online Tech TalksAWS IQ enables customers to find securely collaborate with and pay AWS Certified third party experts for on demand project work Experts on AWS IQ can help customers get projects started and completed faster by offering hands on help for a wide range of projects such as migrating workloads setting up networks and optimizing AWS service usage Join our fireside chat with Jay Allen Director of AWS IQ and Emily Garrett Product Manager for AWS IQ to learn who should leverage AWS IQ how it fits in with other AWS resources who AWS IQ experts are what are unique features of AWS IQ and more Learning Objectives Get an overview of AWS IQ Learn when and for what you should leverage AWS IQ Discover who AWS IQ experts are and what experiences they haveTo learn more about the services featured in this talk please visit 2020-05-15 19:23:35
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) ncmb:リレーションされているデータ数を取得する https://teratail.com/questions/261991?rss=all aclass 2020-05-16 04:07:30
Docker dockerタグが付けられた新着投稿 - Qiita Docker Compose で作った Redmine だって Full Text Search plugin と ChupaText サーバーを連携させたい https://qiita.com/juno-nishizaki/items/4138fd43ba22d8880a5d まだわかっていない点ChupaTextサーバーの構築以前に登録された添付ファイルはどうやったら検索対象になるかのがわかっていません。 2020-05-16 04:22:36
海外TECH Ars Technica Epic Games’ biggest PC game sale yet is a coupon frenzy, lasts until June 11 https://arstechnica.com/?p=1676406 approved 2020-05-15 19:10:00
海外TECH Ars Technica 2020 looks like the year US renewables first out-produce coal https://arstechnica.com/?p=1676394 coallatest 2020-05-15 19:05:53
海外TECH DEV Community Moving Away From AWS and Onto Heroku https://dev.to/heroku/moving-away-from-aws-and-onto-heroku-42o8 Moving Away From AWS and Onto HerokuIn the fall of I decided it was time to put my application design and development knowledge to use in order to provide a modernized solution for my mother in law s small business Her business is designed to help find living accommodations for those relocating to the southeast part of the United States Since the weather is warm there throughout the entire year her clientele typically are seeking a nice climate for their retirement years The design of the original application she used wasn t optimal and included fields to track aspects related to the purchase and sale of the home Since there were real estate agents that helped put the deal together she had fields on each record to track the commission each agent would receive Here is a screenshot of the original state with the content removed for security reasons Property details pageOne of the biggest challenges aside from the lack of cosmetic appeal is that there was a column in the data source for each agent As new agents were added new columns were created for each agent When agents moved on to other opportunities the columns remained but were hidden from the form s view There was also a lot of work involved when the management structure for the agents changed New Application JourneySince I wanted to become more familiar with running an application in the Amazon Web Services AWS ecosystem I decided to use my mother in law s needs to assist with this effort My goal was to leverage the following frameworks Angular Angular CLI ng bootstrap angular font awesome jQuery Spring Boot Java API MySQL Database Okta GitLab As part of the free trial I planned to utilize the following AWS components Elastic Beanstalk for the Java API and MySQL Database S container to house the static Angular client AWS Certificate Manager and CloudFront Within a collection of hours over a series of weeks where I could locate some free time having a toddler in the house I was able to finish the development of the Java API and the Angular client I found that connecting Okta into the solution was relatively simple Once I had an understanding of how the solution works Application workflowI was already using a MySQL database in AWS during my initial development The gotcha that I encountered is that Elastic Beanstalk likes to create the application and database instance at the same time While it is possible to utilize an existing database I was not able to spend a lot of time getting up to speed with security and configuration concepts within the AWS collection of services Instead I was able to export the existing data and move into the new instance AWS created The updated application s main form with test data is displayed below Updated application formThe new form design better grouped the data and a table of agents was introduced As a result only the agent s involved in the proper sale were on display ーyielding to a better overall application experience Life After the Free TrialAWS is great in that there is a free trial that lasts an entire year The AWS console is pretty good about letting you know what qualifies and what does not qualify as free during those first months Aside from some additional database usage that I encountered for a personal research project the cost to run my mother in law s application was really nothing during the free trial period When the final quarter of the free trial started I tried to dive into the console in order to figure out just how much the services in use were going to cost me for month and beyond I never quite figured out how to compute all of the costs but I did not expect to see significant invoices as a result of my new application journey Since the free trial has ended I find that I am spending about per month for my mother in law to have a modernized application Not a bad deal at all even if I am paying for the services for her History Repeating ItselfEighteen months later I have found myself in a similar situation as my mother in law before the new application journey started When there are updates to be made to her system I have a README md file that I need to review in order to update validate and deploy new features and fixes to her application Since I am not a DevOps person by trade my personal notes are extremely valuable for me to utilize since not everything is straightforward in my personal view I have steps I need to perform when client updates are performed both with the Angular framework and with the AWS S service that is serving up the static website content On the back end side I have steps that need to be performed when changes are made to the Java API running on Spring Boot If changes are made to the security layer I have notes around how those updates are integrated as well My fear is that some time along the way processes will change with AWS causing my README md file to no longer be valuable When this happens I will likely end up in a scramble mode ーthe updates waiting while I attempt to determine the new manner in which these DevOps actions need to be handled Updated Application JourneyInnovation is certainly the key to success at any level in life The professional athlete hones their skills on a continual basis to remain competitive The savvy business professional is always looking two steps ahead in order to find differentiators to keep their product or service at high demand Software engineers are always looking at ways to best meet the needs of their customers building upon what was learned from past endeavors The size of the project or application does not really matter as I found myself in the very same position While the backlog of items I need to do for my mother in law s application is small in size I feel like the project is carrying some technical debt that needs to be resolved I rely on a list of steps to perform updates ーnot an ideal situation I don t know how my current costs compare to other options I would like a solution that requires less of a DevOps investment Considering HerokuPerforming some analysis I was able to locate some alternatives for my situation While Microsoft Azure Google Cloud and other cloud options exist I wanted to find something that was more than a replacement After all cost should not be the sole factor when making a technology decision which is why I had at least two other items maintaining a helper list of deployment steps and requiring DevOps skills I wanted to satisfy if I was actually going to depart from using AWS I really wanted to consider Platform as a Service Paas options at this point of my project I decided to focus on Heroku despite having some interest in CloudBees Firebase and Engine Yard because Heroku appears to be the clear leader in this space Honestly this is the very same reason why I decided to utilize AWS with the original application journey in late Setting ExpectationsFrom my early research I was able to conclude the following differences between my current application space AWS and my target space Heroku ItemHerokuAWSBeginner Start up FriendlyCore BenefitRequires KnowledgeDevOps Skills and KnowledgeNot RequiredExpectedRich Application MonitoringIn PlaceRequires EffortDatabase Application Code Roll BackAvailableFlexible But Requires LearningDeveloper Ability to FocusPrimary GoalRequires Non Developer KnowledgeThis exercise allowed me to understand and set expectations for my updated application journey The goal of my exercise and this series of articles will be to understand not only the conversion from AWS to Heroku but to comprehend the new landscape that I am able to develop against If I am able to focus my time on addressing business needs for the target application and not have to worry about DevOps specific tasks the conversion will be considered a win If the monthly cost is less than or equal to what I am used to paying that will only add to the benefit of making the transition to Heroku Looking AheadIn the next articles in the series I am going to start my updated application journey The first thing I plan to understand is if there is a Hotel California scenario at play for my current application While it is easy to get started with AWS and Elastic Beanstalk just how easy is it to take an existing application and move it to Heroku From there I plan to create a new containerized API for use in Heroku There are some aspects logged as technical debt that I wish to refactor on the new journey to Heroku for nothing else than my personal piece of mind At the same time I plan to make some adjustments to the client as well based upon conversations with my mother in law I will also need to figure out how the static files in Angular will be handled in Heroku as I do wish to move everything to the target destination I fully expect to apply some security updates as well With everything ready to go I will walk through the process of establishing a new application presence inside Heroku While my application is quite small I do hope that this experience can translate to other candidates in a similar situation As a conclusion I plan to provide a comparison of this new application experience to what I have known to become normal in using the AWS ecosystem for the past months This information will allow a decision to be reached if Heroku is a valid option Have a really great day 2020-05-15 19:23:58
Apple AppleInsider - Frontpage News Best iTunes movie and television deals for May 15 https://appleinsider.com/articles/20/05/15/best-itunes-movie-and-television-deals-for-may-15 deals 2020-05-15 19:01:38
海外TECH Engadget Konami's delayed TurboGrafx-16 mini arrives in the US May 22nd https://www.engadget.com/konami-turbografx-16-mini-may-22-release-date-194516277.html Konami x s delayed TurboGrafx mini arrives in the US May ndAfter missing its initial March th release date Konami s TurboGrafx mini will finally make its way to North America on May nd When it becomes available next Friday you ll be able to pick it up for  At the start of March Konami delayed 2020-05-15 19:45:16
海外TECH Engadget Fitbit hopes to make ventilators during the COVID-19 pandemic https://www.engadget.com/fitbit-ventilators-193604869.html Fitbit hopes to make ventilators during the COVID pandemicFitbit wants to join the host of companies making ventilators during the COVID pandemic Company chief James Park told CNBC in an interview that Fitbit is shifting its production to make the potentially life saving equipment with plans to submit 2020-05-15 19:36:04
海外TECH Engadget Surface Earbuds suffer a major limitation for solo bud wearers https://www.engadget.com/surface-earbuds-single-bud-pairing-193004699.html Surface Earbuds suffer a major limitation for solo bud wearersThere s a lot to like about Microsoft s Surface Earbuds They re comfortable sound great and offer more playback controls than most wireless buds But one problem reared its head during our review They use an archaic pairing method which only conn 2020-05-15 19:30:04
Cisco Cisco Blog Future of Work Marathon Series – Day 5 Industry Analyst Panel on Remote Work and the Future of Work https://blogs.cisco.com/collaboration/future-of-work-marathon-series-day-5-industry-analyst-panel-on-remote-work-and-the-future-of-work Future of Work Marathon Series Day Industry Analyst Panel on Remote Work and the Future of WorkTo help navigate RemoteWork and the future of work we ve put together a day series of one hour sessions with industry experts customers and the Webex leadership team May The post Future of Work Marathon Series Day Industry Analyst Panel on Remote Work and the Future of Work appeared first on Cisco Blogs 2020-05-15 19:00:43
海外科学 NYT > Science Go Outside, Experts Say. But Keep Your Distance and Have a Mask Handy. https://www.nytimes.com/2020/05/15/us/coronavirus-what-to-do-outside.html Go Outside Experts Say But Keep Your Distance and Have a Mask Handy A stir crazy nation wonders Is it safe to stroll on the beach in a deadly pandemic How about a picnic in the park Or coffee with a friend at an outdoor table The risk is in the details 2020-05-15 19:16:07
海外科学 NYT > Science Coronavirus Live News and Updates https://www.nytimes.com/2020/05/15/us/coronavirus-updates.html Coronavirus Live News and UpdatesBeaches in New York and some other states in the region can open for Memorial Day weekend Many retail workers have reluctantly turned into de facto enforcers of public health guidelines The F D A halted a virus testing program in the Seattle area backed by Bill Gates 2020-05-15 19:54:20
海外科学 NYT > Science Coronavirus World Updates: India, Germany, China, Spain https://www.nytimes.com/2020/05/15/world/coronavirus-news.html Coronavirus World Updates India Germany China SpainNew evidence of deepening economic crisis came from Germany China and elsewhere For the second time in a month a Brazilian health minister is leaving after clashing with the president 2020-05-15 19:40:30
海外ニュース Japan Times latest articles Kansai fears virus relapse as Osaka, Kyoto and Hyogo blaze own trails https://www.japantimes.co.jp/news/2020/05/15/national/kansai-fears-virus-relapse/ Kansai fears virus relapse as Osaka Kyoto and Hyogo blaze own trailsDespite regional concerns in Kansai Osaka Kyoto and Hyogo are going their own way on reviving their economies amid the coronavirus pandemic 2020-05-16 04:33:53
ニュース BBC News - Home Coronavirus: Tests for all care home residents and staff by June, says Hancock https://www.bbc.co.uk/news/uk-52684700 health 2020-05-15 19:24:43
ビジネス ダイヤモンド・オンライン - 新着記事 コロナ治療薬の開発へ、国内の研究・開発動向まとめ - ヘルスデーニュース https://diamond.jp/articles/-/237327 新型コロナウイルス 2020-05-16 04:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 月額280円の傘シェアサービス「アイカサ」が刷新、コロナの逆風にどう向き合うか - スタートアップ&イノベーション https://diamond.jp/articles/-/237386 逆風 2020-05-16 04:52:00
ビジネス ダイヤモンド・オンライン - 新着記事 コロナ禍に直面する介護者のストレスを 軽減する3つのコツ - がんばらない介護 https://diamond.jp/articles/-/237016 感染拡大 2020-05-16 04:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 腰痛、血圧、脂肪燃焼! お腹が凹む歩き方を 目的別にカスタマイズ - 1日1分で腹が凹む 4万人がラクに結果を出した最高に合理的なダイエットの正解 https://diamond.jp/articles/-/236672 腰痛、血圧、脂肪燃焼お腹が凹む歩き方を目的別にカスタマイズ日分で腹が凹む万人がラクに結果を出した最高に合理的なダイエットの正解・お腹は気になるが、時間やお金をかけたくない・運動はしているが、お腹の悩みを解決できない・お腹を凹ませて、人生を変えたいそんな方のために、好きなものを食べても運動しなくてもやせて、腰痛、猫背などの不調も改善する「合理的な方法」をお伝えしていきます。 2020-05-16 04:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 「他社との比較」をするプレゼン資料で、 絶対に活用すべきパワーポイントの機能とは? - パワーポイント最速仕事術 https://diamond.jp/articles/-/236800 2020-05-16 04:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 工務店経営の50代女性が 毎朝1時間歩いたら、 体重ダウン×業績アップした理由 - 医者が絶賛する歩き方 やせる3拍子ウォーク https://diamond.jp/articles/-/236225 工務店経営の代女性が毎朝時間歩いたら、体重ダウン×業績アップした理由医者が絶賛する歩き方やせる拍子ウォーク続々ランキング入り家で・テレビを見ながら・通勤通学・仕事中にできる医者が絶賛する歩き方やせる拍子ウォーク。 2020-05-16 04:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 今こそ点検したい 歴史学者 ジョン・ルカーチの言葉 - 哲学と宗教全史 https://diamond.jp/articles/-/235307 2020-05-16 04:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 「先生、この便器にもサインしてください!」 そう頼まれた《泉》の作者デュシャンがとった驚きの行動 - 13歳からのアート思考 https://diamond.jp/articles/-/236567 「先生、この便器にもサインしてください」そう頼まれた《泉》の作者デュシャンがとった驚きの行動歳からのアート思考とある美術教師による初著書にもかかわらず、各界のオピニオンリーダーらやメディアから絶賛され、発売ヵ月で万部超という異例のヒット作となった『歳からのアート思考』。 2020-05-16 04:25: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件)