投稿時間:2022-06-20 17:32:59 RSSフィード2022-06-20 17:00 分まとめ(38件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT @IT 全フォーラム 最新記事一覧 Pythonの3大Webフレームワーク「Flask」「Django」「FastAPI」で急成長しているのは? https://atmarkit.itmedia.co.jp/ait/articles/2206/20/news130.html developerssurveyresults 2022-06-20 16:30:00
IT ITmedia 総合記事一覧 [ITmedia News] 深夜ラジオ「オールナイトニッポン」の過去放送をサブスクで 2000年代以降の30番組でスタート https://www.itmedia.co.jp/news/articles/2206/20/news146.html itmedia 2022-06-20 16:40:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] モスバーガー値上げ メイン商品32品目とサイド、ドリンク類も https://www.itmedia.co.jp/business/articles/2206/20/news137.html itmedia 2022-06-20 16:30:00
IT ITmedia 総合記事一覧 [ITmedia PC USER] キヤノンMJ、クラウド型映像監視サービス「VisualStage Pro powered by Arcules」を提供開始 https://www.itmedia.co.jp/pcuser/articles/2206/20/news138.html itmediapcuser 2022-06-20 16:25:00
IT 情報システムリーダーのためのIT情報専門サイト IT Leaders キヤノンMJ、ネットワークカメラ映像を記録・監視する「VisualStage Pro」、保存先にエッジ/クラウドを選択可 | IT Leaders https://it.impress.co.jp/articles/-/23350 キヤノンMJ、ネットワークカメラ映像を記録・監視する「VisualStagePro」、保存先にエッジクラウドを選択可ITLeadersキヤノンマーケティングジャパンキヤノンMJは年月日、クラウド映像記録サービス「VisualStagePropoweredbyArcules」開発元米Arculesを発表した。 2022-06-20 16:13:00
python Pythonタグが付けられた新着投稿 - Qiita ABC256E問題をトポロジカルソートっぽく解いた話 https://qiita.com/DrDrpilot/items/36bf4d1d5357f33a6221 snuke 2022-06-20 16:55:15
python Pythonタグが付けられた新着投稿 - Qiita データフレームについて--04: 行,列の削除 https://qiita.com/WolfMoon/items/067ff8d29d035a15c29f ecolumnsnonelevellevelnon 2022-06-20 16:04:58
js JavaScriptタグが付けられた新着投稿 - Qiita vanilla JSでタイピングしてる風なアニメーション https://qiita.com/sujoyu/items/a1389abeaa55c9d89f7a kuromojijs 2022-06-20 16:49:50
Program @IT Coding Edgeフォーラム 最新記事一覧 Pythonの3大Webフレームワーク「Flask」「Django」「FastAPI」で急成長しているのは? https://atmarkit.itmedia.co.jp/ait/articles/2206/20/news130.html developerssurveyresults 2022-06-20 16:30:00
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Ruby】配列の扱い方について逆引き形式でまとめてみた https://qiita.com/7588121/items/5fa8970c8ed92b0a40fa fruits 2022-06-20 16:55:47
技術ブログ Developers.IO Keras(TensorFlow)のImageDataGeneratorをカスタマイズする(Mixup編) https://dev.classmethod.jp/articles/tensorflow-image-generator-custom-mixup/ dataaugmentation 2022-06-20 07:24:37
技術ブログ Developers.IO AWS Managed Microsoft AD を使用して WorkSpace を作成してみた。 https://dev.classmethod.jp/articles/workspaces-using-aws-managed-microsoft-ad/ amazon 2022-06-20 07:08:22
海外TECH DEV Community Let's Build Serverless Apps. Wait, Why? https://dev.to/awscommunity-asean/lets-build-serverless-apps-wait-why-2f2i Let x s Build Serverless Apps Wait Why This article is part of the AWS Community ASEAN content All presentations and ready to deploy codes used in this talk are available at AWS Community ASEAN Content Repo Beside containers serverless technology is something I consider an important part of modern application development While most people think of serverless as no server the definition I use to understand serverless is somewhat different Serverless is an operating model where we delegate various activities that do not provide value to our business to other parties By delegating these things we can focus on improving business logic and not worrying about infrastructure At the end serverless enables us to have less code less liability better integration better application more focus more values to deliver These are the real values for developers Looking back on some of the past speaking engagements I often get the opportunity to explain how we can build a particular solution using the AWS serverless services Recently I ve realized that I haven t done much at explaining the why or various logical reasons for using serverless And finally I decided to make this content Now that we ve set the context let s dive why using AWS serverless services might be a good approach for you Reason No Server ManagementThe main reason why using serverless gives you an advantage is that there is no server management This means that there is no need for patching retiring aging hardware and performing day to day operations or maintenance The most classic example is AWS Lambda AWS Lambda is a service where we can run a function without the need to manage hardware At minimum all we need to do is upload or write our business logic to AWS Lambda Like normal functions we can integrate with various databases or interact with HTTP API endpoints To trigger we can integrate with a variety of other AWS services ーsuch as HTTP API requests with Amazon API Gateway or when an object is uploaded into Amazon S For those who use containers you can also use AWS Fargate ーa serverless containers compute engine ーwhich you can use to run your apps Both of these options free you from provisioning to maintaingin your servers and you can allocate focus effort and time to what is more important building features for your application Reason Get to Market Fast and SecureOne of the misconceptions about serverless is that serverless is synonymous with AWS Lambda The fact is AWS Lambda is a subset of serverless If we refer to serverless as an operational model in practice serverless can be applied to any layer For example for computing we can use AWS Lambda and AWS Fargate For databases we can use Amazon DynamoDB as well as Amazon Aurora Serverless For integration from service to service we can use Amazon EventBridge and so on Another thing that is not less important is that each serverless service is rich in features that are difficult for us to replicate if we build it manually Take for example when you want to monetize your API You need to build a limit for different tiers for example a maximum of RPS with a limit of requests per day for plan A and RPS with a limit of requests per day for plan B You can use the usage plan feature that you can use directly within Amazon API Gateway The point is that by using the features of the serverless service you can get your apps to market faster But even though we can deliver our apps faster to the market we certainly need to think about security Before the era of cloud computing this was an option for me to deliver apps quickly or prioritize security which usually slows down apps delivery Now these two are not an option and we can do it at the same time The diagram below describes how we can maintain security of AWS Lambda to access Amazon CloudWatch and Amazon DynamoDB using the IAM Role Although this code runs fine if you don t have an IAM role to access DynamoDB it won t work This is one example where we can run applications more secure Reason Effective Scaling and Cost EfficientBefore the era of cloud computing to run services and apps I needed a fixed number of servers and of course this approach is not effective and cost efficient Cloud computing changed all of this by introducing auto scaling There are two types of scaling namely horizontal and vertical scaling scaling Horizontal scaling basically means adding a number of compute engines to your fleet Vertical scaling is more about adding power such as CPU or RAM to the existing machines in your pool With serverless the effort expended on handling requests is made easier by auto scaling Here I take an example of auto scaling for a database using Amazon DynamoDB Let s be straight here database workloads are difficult to predict and database scaling is a very challenging thing Most of the startups I used to be involved with were in the Media and Entertainment industry Read consumption for the database is higher between am pm and pm and handles approximately million requests during those hours Outside of those hours the requests are significantly reduced In other words the capacity of a database to handle requests is not the same as a high traffic hours Then I gave myself another thought on database When I switched from self managed MySQL to Amazon DynamoDB I benefited from auto scaling I can define the scaling configuration for read capacity and different configuration for write capacity The image below is an illustration of how auto scaling from Amazon DynamoDB works The red line is provisioned capacity and the blue line indicates actual consumption based on item size Here we can see that provisioned capacity adjusts the utilization rate to support application performance In addition this also reduces the cost that I need to pay because capacity is not fixed all the time and adjusts to requests Reason Flexible and Seamless IntegrationsServerless services on AWS are built with a specific purpose ーAmazon DynamoDB as database Amazon S as object storage Amazon EventBridge as event bus I d like to think them somewhat like a Lego building blocks This provides flexibility for developers to build architectures using appropriate services Due to its modular characteristics it makes it easier to build functionality for an application We can be more flexible on building applications from very simple to sophisticated architecture But if we are adopting various services that also means we also need to work on more integration That s right The more services that we use the more integration is needed Fortunately AWS serverless services have seamless integration which means we can integrate easily because the integration features are built in Take the example here on AWS Lambda you can easily do the integration by configuring them in the dashboard We can also find the same thing in other serverless services for example AWS Step Functions ーone of my favorite services because it can easily create visual workflows for distributed applications With AWS Step Functions we can define workflow flows and seamless integration with AWS Lambda by simply listing the ARNs from AWS Lambda Below is an example of how we can implement distributed transactions using state machine with AWS Step Functions using Amazon ECS and AWS Fargate Reason Faster Response with EventsAWS Lambda was first launched in late as an event driven function Triggering by event was something new and a bit unusual at the time but as we move our workloads into cloud the adoption of leveraging event increased Event itself is not something entirely new Events can take any form from changes in the state of a system ーsuch as when data is entered into a database ーto custom events ーsuch as in the context of e commerce when a customer places an order By leveraging events our applications can now respond to various kinds of events generated by the system or the services we have For example below is a near real time response by AWS Lambda to data changes that occur in Amazon DynamoDB This feature is called DynamoDB Streams where our system now has the ability to capture a time ordered sequence of item level modifications in any DynamoDB table Leveraging events is becoming more adopted in recent years and formally defined in Event driven architecture Event driven architecture is a paradigm in building architecture by using production and consumption to respond to an event Another example how serverless could help you is the implementation of choreography in microservices using Amazon EventBridge as a serverless event bus By using Amazon EventBridge we can easily define rules to route to which service we need to send data This gives us the advantage of decoupling between services so they can run their processes independently and scale according to requests Below is an example on how you can build choreography for microservices in context of e commerce application Wrapping up At this point you already understand some of the reasons to consider whether serverless can be your development system approach Serverless architecture can be used in almost all cases starting from building a simple serverless API IT automation streaming data processing to implementing microservices Although this requires a change in perspective from developing with a traditional approach but from my experience coupled with the development of features for AWS serverless services the serverless approach will provide significant advantages in the long run Happy building ーDonnieThis article is part of the AWS Community ASEAN content For those of you who want to learn more with presentations and demo codes please click the following link AWS Community ASEAN Content Repo 2022-06-20 07:16:57
海外TECH DEV Community The Problem with Feature Branches https://dev.to/bentorvo/the-problem-with-feature-branches-44kk The Problem with Feature BranchesAs more companies strive to deliver software faster it becomes clear what legacy processes are slowing them down one of these is Feature Branching The use of Feature Branches separates work increases the size of code changes and prevents Continuous Integration You may need to reconsider the use of feature branches if you Keep getting stuck with large merge conflicts Are racing other developers to merge code orAre not committing to your main branch in git Why are they Incompatible Feature Branching is the process of creating a branch per feature and is used in Gitflow The process of using a feature branch is Create a Feature Branch for a new feature Make changes until the feature is complete Merge the feature branch into the main branch Continuous Integration is the process of merging all developers code changes frequently It can be followed by committing changes to a single branch This process is Make a code change Commit the change to the main branch These two processes are incompatible due to the difference in change duration Continuous Integration is expected to be done at least daily whilst a “Feature is usually expected to take many days and sometimes weeks to complete On one hand if you were to create Feature Branches daily then the developer s work to constantly create branches and merge them is a waste On the other if you were to leave Feature Branches separate for multiple days then you cannot follow Continuous Integration This is why Feature Branches are not compatible with Continuous Integration So … What is the Alternative Trunk Based Development is the process of using only a single version of the code All developers can follow this process by not using branches To embrace Continuous Integration and take steps toward Continuous Delivery the Feature Branch habit must be stopped Next time you git checkout b feature xyz consider breaking that habit and allowing yourself to deliver better software faster by Continuously Integrating your code instead If you would like to discuss this further please contact me on Twitter BenTorvo or Email ben torvo com au FAQQ What are branches for if not used in the regular development lifecycle A Branches can be used for “untrusted contributors that want to suggest changes to the code base Q How can you make changes without breaking the whole codebase A One recommendation is to use Feature Flags to allow half implemented features to be accessible when required or only by authorized users 2022-06-20 07:07:26
海外TECH Engadget Telegram now offers a Premium subscription costing $5 per month https://www.engadget.com/telegram-premium-subscription-plan-075756557.html?src=rss Telegram now offers a Premium subscription costing per monthTelegram has launched its paid per month Premium subscription tier first revealed last month it announced in a detailed blog post Some of the notable features include a larger maximum file upload size faster downloads more channels and unique new stickers nbsp The current limit on file size uploads is GB but Premium users can send files up to GB in size handy for folks who send a lot of video or large ZIP files all users can download those extra large documents Paid users will also be able to download media and files at their full network speeds rather than seeing restricted speeds nbsp The Premium plan also doubles limits letting you follow up to channels create up to chat folders with chats each add a fourth account to any Telegram app pin chats and save up to favorite stickers And users will get unique stickers with full screen animations visible to all users along with unique reactions Other features include voice to text transcriptions chat management longer bios animated profile pictures more characters for media captions favorite GIFs up to public t me links premium badges and app icons and an ad free experience nbsp Telegram also announced that it became one of the top give downloaded apps worldwide in and now has million monthly active users It also unveiled several new features for all users including verification badges for public figures and organizations join request for public groups improved bots improved chat previews on Android improved external sharing on iOS and more The update is rolling out gradually so if you don t see it now quot the new version will become available soon quot Telegram wrote nbsp 2022-06-20 07:57:56
金融 RSS FILE - 日本証券業協会 公社債投資家別条件付売買(現先)月末残高 (旧公社債投資家別現先売買月末残高) https://www.jsda.or.jp/shiryoshitsu/toukei/jyouken/index.html 条件 2022-06-20 09:00:00
金融 RSS FILE - 日本証券業協会 公社債店頭売買高 https://www.jsda.or.jp/shiryoshitsu/toukei/tentoubaibai/index.html 店頭 2022-06-20 09:00:00
金融 RSS FILE - 日本証券業協会 株主コミュニティの運営会員(証券会社) https://market.jsda.or.jp/shijyo/kabucommunity/uneikaiin/index.html 証券会社 2022-06-20 09:00:00
金融 金融庁ホームページ 「デジタル・分散型金融への対応のあり方等に関する研究会」(第6回)議事次第を公表しました。 https://www.fsa.go.jp/singi/digital/siryou/20220620.html Detail Nothing 2022-06-20 09:00:00
金融 ニッセイ基礎研究所 ロシアのウクライナ侵略は「グローバル化の終わり」を告げるのか https://www.nli-research.co.jp/topics_detail1/id=71472?site=nli 他方、ロシアのウクライナ侵略以降に行われた経済制裁・金融制裁は、必要かつ適切なものだったと考えられるが、それらが持つ「グローバル化の巻き戻し」を更に推し進める効果は、必ずしも一時的なものではなく、かなり不可逆的な面があるのではないかと考えられる。 2022-06-20 16:55:27
海外ニュース Japan Times latest articles Food prices rising in Japan on raw material and crude oil costs https://www.japantimes.co.jp/news/2022/06/20/business/economy-business/food-prices-japan-rise/ Food prices rising in Japan on raw material and crude oil costsWhile supermarket operators decide the price of products sold at stores many of them have passed on rising costs from food manufacturers as they struggle 2022-06-20 16:02:45
ニュース BBC News - Home Rail strike: Travellers face reduced service ahead of rail strikes https://www.bbc.co.uk/news/uk-61861040?at_medium=RSS&at_campaign=KARANGA minute 2022-06-20 07:31:36
ニュース BBC News - Home French elections: Macron loses majority as French vote fragments https://www.bbc.co.uk/news/world-europe-61859881?at_medium=RSS&at_campaign=KARANGA assembly 2022-06-20 07:09:22
ニュース BBC News - Home EasyJet to cut more flights over summer holidays https://www.bbc.co.uk/news/business-61862788?at_medium=RSS&at_campaign=KARANGA flight 2022-06-20 07:42:29
ニュース BBC News - Home Energy firms face limit on direct debit overpayment https://www.bbc.co.uk/news/business-61860717?at_medium=RSS&at_campaign=KARANGA company 2022-06-20 07:14:41
北海道 北海道新聞 <横田教授の「コロナ」チェック> 再拡大の傾向見られず 対策徹底が奏効 https://www.hokkaido-np.co.jp/article/695774/ 新型コロナウイルス 2022-06-20 16:16:00
北海道 北海道新聞 永瀬貴規、柔道GSへ出発 「自分の力を把握したい」 https://www.hokkaido-np.co.jp/article/695773/ 永瀬貴規 2022-06-20 16:14:00
北海道 北海道新聞 政府、景気判断を据え置き 先行きリスクで感染症削除 https://www.hokkaido-np.co.jp/article/695772/ 景気の基調判断 2022-06-20 16:14:00
北海道 北海道新聞 元KAT―TUNの田中被告有罪 懲役1年8月、執行猶予3年 https://www.hokkaido-np.co.jp/article/695771/ 執行猶予 2022-06-20 16:14:00
北海道 北海道新聞 5月白物家電、国内出荷11%減 中国の都市封鎖が影響 https://www.hokkaido-np.co.jp/article/695770/ 白物家電 2022-06-20 16:04:00
北海道 北海道新聞 道南在住43人感染、1人死亡 新型コロナ https://www.hokkaido-np.co.jp/article/695769/ 新型コロナウイルス 2022-06-20 16:02:00
ビジネス 東洋経済オンライン 問題解決が苦手な人は「因数分解」をわかってない 答えを得るための作業にしては何も得られない | リーダーシップ・教養・資格・スキル | 東洋経済オンライン https://toyokeizai.net/articles/-/597335?utm_source=rss&utm_medium=http&utm_campaign=link_back 問題解決 2022-06-20 17:00:00
ニュース Newsweek 「中国は人権基準を満たしている」──プロパガンダに加担した「人権の守護者」 https://www.newsweekjapan.jp/stories/world/2022/06/post-98910.php 彼女も就任後しばらくは、香港での警察の横暴やミャンマーでの残虐行為について明確に発言していたのだが、今回の訪中の大失敗で全てを台無しにした。 2022-06-20 16:47:16
ニュース Newsweek イタリアで初の合法的な安楽死──44歳元トラック運転手の最期の言葉 https://www.newsweekjapan.jp/stories/world/2022/06/44-4.php 厳しい条件イタリア憲法裁判所は、自殺幇助を検討するために満たさなければならない一定の要件を示している。 2022-06-20 16:20:24
ニュース Newsweek 【映像】インフレと燃料価格高騰で抗議デモ、過去に11人死亡のデモ主導団体が エクアドル https://www.newsweekjapan.jp/stories/world/2022/06/post-98905.php 【映像】インフレと燃料価格高騰で抗議デモ、過去に人死亡のデモ主導団体がエクアドル南米エクアドルで月日、燃料価格高騰とインフレへの抗議デモが発生した。 2022-06-20 16:20:00
ニュース Newsweek 通勤のためのガソリンが買えず質屋で借金するアメリカ人 https://www.newsweekjapan.jp/stories/world/2022/06/post-98909.php 通勤用のガソリンのために質入れに迫られたという住民が多いが、フォックスによると、他には緊急事態で家族のもとへ駆けつけるために、イヤホンを質入れしなければならなかった利用者もいた。 2022-06-20 16:07:15
IT 週刊アスキー 日本限定!『ワンダーボーイ アルティメット コレクション』がSwitchとPS4で発売決定 https://weekly.ascii.jp/elem/000/004/095/4095249/ blissbrain 2022-06-20 16:20:00
IT 週刊アスキー 人気の九州グルメが大集結! 京王百貨店 新宿店にて「九州フェア」6月22日まで開催中 https://weekly.ascii.jp/elem/000/004/095/4095243/ 京王百貨店 2022-06-20 16:10: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件)