投稿時間:2022-07-05 04:18:12 RSSフィード2022-07-05 04:00 分まとめ(21件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS News Blog AWS Week in Review – July 4, 2022 https://aws.amazon.com/blogs/aws/aws-week-in-review-july-04-2022/ AWS Week in Review July This post is part of our Week in Review series Check back each week for a quick roundup of interesting news and announcements from AWS Summer has arrived in Finland and these last few days have been hotter than in the Canary Islands Today in the US it is Independence Day I hope that if … 2022-07-04 18:06:23
AWS lambdaタグが付けられた新着投稿 - Qiita lambdaのメモリとCPU数はどこが切れ目なのか調べてみた https://qiita.com/misohagi/items/6ae41157be6a6a80eec6 lambda 2022-07-05 03:02:51
python Pythonタグが付けられた新着投稿 - Qiita 雀魂の画面から画像認識で対戦情報を持ってくる(Vol. 4) https://qiita.com/xenepic_takku/items/786f110eb5be6ccf246d opencv 2022-07-05 03:44:05
AWS AWSタグが付けられた新着投稿 - Qiita lambdaのメモリとCPU数はどこが切れ目なのか調べてみた https://qiita.com/misohagi/items/6ae41157be6a6a80eec6 lambda 2022-07-05 03:02:51
海外TECH MakeUseOf What Is Brave Browser's Basic Attention Token (BAT)? https://www.makeuseof.com/what-is-basic-attention-token-bat/ attention 2022-07-04 18:45:16
海外TECH MakeUseOf How to Make a Blooming Flower Time-Lapse: A Beginner's Guide https://www.makeuseof.com/how-to-make-blooming-flower-time-lapse/ beginner 2022-07-04 18:30:15
海外TECH DEV Community Discovery and Twitter API v2 https://dev.to/andypiper/discovery-and-twitter-api-v2-132b Discovery and Twitter API vI ve been working on a couple of side projects that relate to my day job I m on the Twitter Developer Relations team but which are in the realms of personal learning discovery and also community I ve been thinking about how to help developers to find resources to get started with the current version of the API so I came up with two small tools for making things easier particularly focused on discovery Sign up to build what s next with a Twitter Developer account Version badgesWe ve all seen those nice little badges or shields that show up in Open Source project README files to signal everything from whether the build is passing to what license the code is under or what operating systems the code targets Many of these are provided by services such as Shields io or Badgen which generate similar styles of image that can serve as quick visual guides to what features the project supports There are a few versions of the Twitter API now taking into account the Ads API and the older premium and enterprise features from v so I thought it would be cool to have a way to add tags to your projects on GitHub GitLab Bitbucket etc to act as eye catchers to help other developers know how up to date the code is I went with Shields io as the starting point because it provides the ability to call a JSON API endpoint to get the configuration of the badge This way I can do things like specify a brand colour for the badge or change the specific text shown and add additional versions as new ones come along the Ads API typically gets an update every months or so for example The basic requirement here is for an HTTPS endpoint that responds with JSON data matching Shields io expectations defining the look and content of the badge Here s an example of the output for the v badge specifying the colours text and logo to use schemaVersion label Twitter API message v labelColor color DAF namedLogo Twitter cacheSeconds In order to plug this in to the Shields io service all we really need is a simple way to serve up these JSON stanzas when the URL is used There s a very nice Node js module to do something like this json server with a tagline Get a full fake REST API with zero coding in less than seconds seriously Well that s convenient I spun up a Twbadges a quick app on Glitch which acts as a REST API the data is served from a simple JSON file and I used a couple of options to json server to switch off the write functionality it can support full CRUD operations if required After that I created a simple web page to showcase the badges using the Bulma CSS framework and the app is ready to go I ve continued to quietly tinker with the code as a learning exercise I haven t used Bulma before also I added twemoji to the web page and messed with the layout but it s simple and it does the job pick from one of the available badges and use them in your README files to show off your support of the latest Twitter developer features You can also apply Shields io style parameters if you want to use a different look and feel Here is how you could add a badge to a Markdown file linking to the Twitter Developer website v Resources Twitter API version badges on GlitchCode on GitHub if you d like to learn how I made this There s no reason why I couldn t pivot this to work with Badgen or another similar service in the future or you could build your own Code libraries and SDKsI have found that one of the most interesting parts of working in Developer Relations on a platform like Twitter is the sheer variety of ways in which the API is used and the numbers of folks who want to use it It is also a really fascinating historical way to look at APIs Twitter s very first v API was made available all the way back in just months after the first Tweet was posted Back then it was very basic partly because the service itself was small and had far fewer features than today there were a small number of endpoints serving XML over HTTP Over time of course it adopted JSON and OAuth but it grew a little haphazardly One thing I m excited about in version is that the API is defined using a modern API specification standard Open API there were really no similar standards or definitions all the way back in but this time we re starting from a well understood foundation Historically the platform never shipped code libraries for any specific languages the developer community created them This is ideal in many ways because engineers at Twitter are never going to have in depth knowledge of every single new programming language that emerges so community support was and always has been wonderful I did a discovery exercise back in and identified over different implementations of the v API across different programming languages Mind blowing Fun fact for data science fans the most common that I found were PHP Python Node js Ruby dotNet R but this also needs to be read in the context of the API across the period where some of those languages were more common or popular and others that are now used such as Go Kotlin Rust and Swift were not initially around or as mature as they are now right back at the start It was also difficult to keep up with what was out there in the community and keep our documentation updated unless developers told us about what they had built note we now have a developer forum category for libraries and SDKs where you can announce your code As we shifted over to the v API I made it my mission to talk to authors of many of the more popular existing libraries to encourage them to update their code where possible as well as to start to look for new code that was emerging on the twitter api v topic on GitHub We ve curated some of these particularly the ones we ve tried for ourselves or the developers have announced into the Tools and Libraries page in our documentation but we can t always keep that as up to date as we might like This is where my second side project comes in Awesome Modern Twitter API This is aiming to be an Awesome List that the community can contribute to in order to build a list of libraries SDKs tools tutorials and projects that can help other developers to start to use the new API as quickly as possible and to discover resources that we might not have listed directly in the main documentation Why Modern Well that s a metaphorical line in the sand v is at the end of its life and no new features will be added there the future is the new foundation from v and onwards so the list will only include resources for the new platform I encourage you to take a look at the list and the project and feel free to contribute Maybe you re using a library I ve not seen yet or you have more knowledge of a particular coding language than me or you ve found an excellent tutorial or tool outside of Twitter that can help developers get started As I wrote in the README This list is community contributed and it is not owned by Twitter The list can only be even more awesome with your help ResourcesAwesome Modern Twitter API on GitHub Finally Exciting times We recently announced that our original Chirp Developer Conference is coming back and will be happening in San Francisco and online in November You should also take a look at the Chirp Developer Challenge with the chance to win prizes I ll be sharing more about several Twitter API related projects and topics over the coming weeks I hope you ve found this interesting let me know what you re working on either as a side project or what you ve built using Twitter API v 2022-07-04 18:11:49
ニュース BBC News - Home All new public buildings must have separate male and female toilets, says minister https://www.bbc.co.uk/news/uk-politics-62034932?at_medium=RSS&at_campaign=KARANGA safety 2022-07-04 18:49:21
ニュース BBC News - Home Minions: Cinemas ban teens in suits over #gentleminions trend https://www.bbc.co.uk/news/uk-61988793?at_medium=RSS&at_campaign=KARANGA disturbing 2022-07-04 18:27:35
ニュース BBC News - Home Ukraine war: Putin presses on after Lysychansk capture https://www.bbc.co.uk/news/world-europe-62033619?at_medium=RSS&at_campaign=KARANGA orders 2022-07-04 18:29:27
ニュース BBC News - Home Chris Pincher: Boris Johnson was aware of reports over MP's behaviour, No 10 says https://www.bbc.co.uk/news/uk-politics-62039540?at_medium=RSS&at_campaign=KARANGA misconduct 2022-07-04 18:24:17
ニュース BBC News - Home England v India: Joe Root & Jonny Bairstow leading chase for hosts at Edgbaston https://www.bbc.co.uk/sport/cricket/62031202?at_medium=RSS&at_campaign=KARANGA edgbaston 2022-07-04 18:27:30
ニュース BBC News - Home India v England highlights: Hosts close in on record win at Edgbaston. https://www.bbc.co.uk/sport/av/cricket/62044302?at_medium=RSS&at_campaign=KARANGA edgbaston 2022-07-04 18:34:36
ビジネス ダイヤモンド・オンライン - 新着記事 参院選で「ミニ新党」乱立!過去の新党ブームは政界の転換点に…今回は? - DOL特別レポート https://diamond.jp/articles/-/305739 過去 2022-07-05 03:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 【社説】豪電力危機からの警告 - WSJ PickUp https://diamond.jp/articles/-/305894 wsjpickup 2022-07-05 03:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 サンフランシスコの賃貸事情、回復鈍いのはなぜ - WSJ PickUp https://diamond.jp/articles/-/305895 wsjpickup 2022-07-05 03:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 米景気後退、自動車株には高リスクではない? - WSJ PickUp https://diamond.jp/articles/-/305896 wsjpickup 2022-07-05 03:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 「令和のひきこもり」は老若男女さまざま、配偶者や子どもがいる人も…支援の鍵は - 「引きこもり」するオトナたち https://diamond.jp/articles/-/305656 「令和のひきこもり」は老若男女さまざま、配偶者や子どもがいる人も…支援の鍵は「引きこもり」するオトナたち報道の影響などで、ひきこもりというと「若年男性ばかり」というイメージを持つ人も多いだろう。 2022-07-05 03:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 「問題解決のツール」としてのデザイン思考に失われ、アート思考にあるものとは? - 文化をデザインするビジネスリーダーたち https://diamond.jp/articles/-/305533 「問題解決のツール」としてのデザイン思考に失われ、アート思考にあるものとは文化をデザインするビジネスリーダーたち近年、企業において「デザイン思考」、そして現在は「アート思考」が注目を集めている。 2022-07-05 03:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 MBAの授業で、正解を答える以上に評価されることとは? - アジャイル仕事術 https://diamond.jp/articles/-/305599 2022-07-05 03:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 凄腕コンサルタントは、なぜNetflixの将来性を見抜くことができたのか? - 7 POWERS── 最強企業を生む7つの戦略 https://diamond.jp/articles/-/305348 adobe 2022-07-05 03:05: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件)