投稿時間:2022-08-09 01:19:37 RSSフィード2022-08-09 01:00 分まとめ(24件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Open Source Blog Dashboards as code: A new approach to visualizing AWS APIs https://aws.amazon.com/blogs/opensource/dashboards-as-code-a-new-approach-to-visualizing-aws-apis/ Dashboards as code A new approach to visualizing AWS APIsYou manage your infrastructure with code why not manage your dashboards the same way With Steampipe s dashboards as code approach you write HCL to define dashboard widgets and you write SQL to fill them with data extracted from APIs Here are some common questions about your AWS resources How many resources do I have How old are … 2022-08-08 15:37:39
AWS AWS Covestro Analytics Platform (CAP) on AWS accelerating chemical business | Amazon Web Services https://www.youtube.com/watch?v=3q5poDAM2WI Covestro Analytics Platform CAP on AWS accelerating chemical business Amazon Web ServicesAWS Professional Services helped Covestro build the Covestro Analytics Platform a new data self service analytics solution that uses machine learning technology Covestro takes advantage of Amazon SageMaker to build and train machine learning models and it uses AWS Glue to ingest and visualize data from SAP and other applications Learn more about Covestro Subscribe More AWS videos More AWS events videos ABOUT AWSAmazon Web Services AWS is the world s most comprehensive and broadly adopted cloud platform offering over fully featured services from data centers globally Millions of customers ーincluding the fastest growing startups largest enterprises and leading government agencies ーare using AWS to lower costs become more agile and innovate faster AWS AmazonWebServices CloudComputing 2022-08-08 15:50:32
python Pythonタグが付けられた新着投稿 - Qiita 【matplotlib】グラフの色を連続的に変えてカラーバー付きでプロットする方法 https://qiita.com/yusuke_s_yusuke/items/f25ca31c1069c64c06bc collectionslinecol 2022-08-09 00:23:50
海外TECH DEV Community The JavaScript Paradox https://dev.to/this-is-learning/the-javascript-paradox-2njj The JavaScript ParadoxI m not sure if there s ever been a language more loathed yet so widely used as JavaScript I m not of that camp I quite like JavaScript Its quirks its flaws How it somehow built upon Scheme yet was destined to be the most pervasive programming language JavaScript was designed to be a companion A scripting language to perform menial tasks to assist small pieces of interactivity on the page The language of the web But the web has grown well beyond what it originally was It encompasses all manner of experiences and devices From computers mobile phones televisions and watches to all manners of IoT devices From the simple content site to the immersive virtual reality video game And JavaScript has come along with it Phenomenal Cosmic Powers Itty Bitty Living SpaceThe one thing the web foundations have repeatedly shown us is how critical the network is as a resource Most programming is concerned with memory or disk speed but the web is always concerned with the network This along with being a free for all of platforms and really the only available option has led JavaScript to develop most peculiarly While JavaScript by any measure is an interpreted dynamically typed scripting language it now is a transpiler a melting pot of DSLs and a whole toolchain The machine of JavaScript has long replaced the soul It needs to be everything to everyone yet be imperceptibly small and resource light The starkest thing I see when looking at how we develop applications in JavaScript is that ultimately no matter how great the potential catering to the lowest common denominator on device capability and network speed still drives the conversation It is an inescapable truth The law of physics we must obey The Role of JavaScript FrameworksIt is not uncommon for a language or framework to aid developers in achieving the performance they desire But what about deleting our own code The most performance oriented JavaScript frameworks are obsessed with allowing us to run less JavaScript JavaScript is probably more concerned with producing less JavaScript than anyone else You see this when frameworks like Svelte or Solid are considerably smaller than Stimulus or even Alpine You see this with all the focus from Marko Astro and Qwik on Partial Hydration Even things like React Server Components reflect this concern Is kb of JavaScript in your Future Ryan Carniato for This is Learning・May ・ min read javascript webdev react svelte We lean heavily into bundlers and compilers to strip out every bit of code we don t need The goal is to optimize every last bit of execution in our templates Create specific languages to better capture intent to make that all possible We analyze our apps to break apart code that can only be run on the server from code that runs in both places And we use that information to reduce data serialization costs We even leverage server side rendering to inform how to reduce the cost of booting up the application in the browser through newer concepts like resumability Running the application on the server fills in the gaps compilation can t handle ahead of time Madison Kanna madisonkanna everything OK babe you ve barely touched the newest JS framework AM Aug A new JavaScript Framework every week as the saying goes A constant struggle to innovate and push boundaries Background knowledge of never being satisfied with the status quo haunts this space There is even a term for it JavaScript Fatigue Buried in the complexity of learning and of choice And yet they continue to rise like an unending stream of the undead Each building upon the remains of the past This isn t necessarily a bad thing It is a sign that there is more work to do If you change your perspective that the status quo is more a out of instead of an out of none of this is surprising JavaScript fatigue is caused by reality missing expectations Let s talk more about those expectations The JavaScript ParadoxWe created the problems we are solving Our desire for more interactivity and better user experiences Not relying as heavily on the network The wish to use a single toolset to build all manners of site or application for the web But it is more than that We could take a backend language and sprinkle JavaScript over it and for a time that might be alright Mechanically that is all we ever wanted But it is almost impossible to turn back the clock on the developer experience we ve seen over the last decade The ability to author things as a single application instead of weaving our JavaScript through as a steadily growing but unwanted orphan on top of our server application If anything we get more and more benefits from reducing those boundaries between the front and the back To the point that it isn t even that controversial to suggest using JavaScript full stack is the best way to ship less JavaScript Another language runtime might make savings in the s of ms but when we talk about the impact we can make for the end user on the destination device through leveraging using JavaScript on the server can be in the s of ms It s an order of magnitude more impactful to the end user But admittedly it might affect your bottom line JavaScript s sole purpose for existence was the browser and now we have brought it everywhere Are we Stuck Well where I m sitting at least for now This is a direct extension of JavaScript being the only language of the browser WASM shows promise in some areas but isn t making a dent on the user interface side of things yet There are inherent costs that it needs to overcome zack zack overflow So I don t think perf is a super compelling reason to use a WASM frontend framework And that s also why rewriting React Svelte SolidJS etc in WASM won t really amount to significant performance gains if any PM Jul If the end user s device and network are on the critical path optimizing for it may be the most impactful thing we can do And if the best way to combat JavaScript is using more JavaScript that s where we are I m sure someone will point out server driven architectures like LiveView or HTMX and those contain great approaches to reducing costs They abstract some of the JavaScript from the developer to maintain a server centric view However when you do want the interactivity in the client for whatever reason offline etc when JavaScript is the only choice well JavaScript is the only choice That being said tooling for JavaScript has seen a move to Rust and Go and Zig There is a desire for more performance and ever more creative ways to leverage these to allow for an authoring experience that is all JavaScript In Search of a Silver BulletDon t get me wrong You can always just build an HTML site and put some JavaScript on it as needed This whole motivation comes from a place of wanting to scale the development of a single app mentality This isn t every project s concern But I did find it interesting that in my search I found that there is more than one way the problem is being approached for low end devices and networks I think for those used to fast networks with only the intermittent interruption of something like the subway it s easy to think about how to optimize for some base case without changing the equation Addy Osmani addyosmani eBay had a big year of performance optimization bit ly ebayspeed smaller payloads smart prefetching amp edge caching had an impact For every ms improvement in search page loading time they saw a increase in Add to Cart count ️ AM Jan Looking at how big international eCommerce like Amazon or eBay operates or services like Google Search handles things are confirmations of that Build small build light and smartly leverage the server to get the quickest initial loads and interactions There are enough studies to show how that impacts revenue However in China and some other regions where the internet isn t so consistent they ve adopted a completely different model Mini Programs which are a bit like PWAs that load into existing mobile apps as pluggable sub apps A sort of localized app store Instead of optimizing for initial page loads they optimize on background data loading to ensure the app can run as well as possible regardless of the network or device resources Often bringing in more JavaScript to save future network requests is seen as extremely beneficial What we have is a whole ecosystem of web applications in constrained environments not at all interested in leveraging the server If there is any takeaway this isn t always so cut and dry If there were a way to bridge the gap here it is probably still more use of JavaScript today ConclusionThis topic asks a lot of questions of us Should JavaScript continue to eat into the backend Are there better ways we can leverage other languages and platforms with JavaScript Should we even be chasing after that unified vision of the web Or maybe the question we should all be asking is how did we let such a monopoly happen While you have infinite choices in how you build your websites and applications JavaScript has a substantial leg up So much so that it is probably the best way to actually ship less of it to your customers And to me that s kind of crazy 2022-08-08 15:27:32
海外TECH DEV Community How to set up Storybook for Tailwind CSS + Next.Js 12 (existing project) https://dev.to/soom/how-to-set-up-storybook-for-tailwind-css-nextjs-12-existing-project-207 How to set up Storybook for Tailwind CSS Next Js existing project AbstractUI Component Documentation 하면떠오르는가장대표적인도구는바로Storybook 이다 이번에포스팅할내용은Utility first CSS framework인Tailwind CSS를적용한Next Js 기반Storybook 을작성하는방법이다 기존Storybook에올라온Next Js 적용방법은하기의명령어를이용해storybook cli 기능을이용해서프로젝트를setup 하는방식이다 하지만이방법은시간이오래걸리는데다실패율도높다는단점이있다 npx sb init builder webpack따라서본포스팅에서는기존프로젝트에직접Storybook을적용하는방법을소개하고자한다 기존방법은하기관련링크를참조 Getting Started원하는프로젝트를폴더에Next Js TypeScript Tailwind CSS 프로젝트생성 Terminal Next Js 프로젝트생성pnpm create next app typescript Tailwind CSS 설치pnpm add D tailwindcss postcss autoprefixerpnpm dlx tailwindcss init p tailwind config js type import tailwindcss Config module exports content pages js ts jsx tsx components js ts jsx tsx theme extend plugins styles globals css tailwind base tailwind components tailwind utilities Tailwind CSS을이용한버튼컴포넌트Button tsx을생성 components Button tsximport type FC from react interface ButtonProps name string className string const Button FC lt ButtonProps gt name className gt return lt button className p rounded lg shadow lg hover shadow font bold className gt name lt button gt export default Button index tsx 다음과같이작성 pages index tsximport type NextPage from next import Button from components Button const Home NextPage gt return lt main className w vw h vh flex justify center items center gt lt div className text center gt lt header className mb gt lt h className text xl font bold text pink gt Storybook lt h gt lt h className text sm text gray gt Next JS Tailwind CSS lt h gt lt header gt lt Button name Hello Tailwind CSS className bg teal text white gt lt div gt lt main gt export default Home previewStorybook 관련패키지설치 Terminal Storybook 기본packagespnpm add D storybook addon actions storybook addon essentials storybook addon links storybook builder webpack storybook manager webpack storybook react Storybook Addonspnpm add D storybook preset scss css loader sass sass loader style loader postcss loader storybook 폴더생성후main js preview js 생성 storybook main jsmodule exports stories components stories js jsx ts tsx pages stories js jsx ts tsx addons storybook addon links storybook addon actions storybook addon essentials name storybook preset scss options cssLoaderOptions modules localIdentName name local hash base storybook addon next framework storybook react core builder webpack storybook preview jsimport styles globals css export const parameters actions argTypesRegex on A Z controls matchers color background color i date Date tsconfig json 에baseUrl 추가 tsconfig json compilerOptions baseUrl package json 에script 추가 package json scripts storybook dev start storybook p s public storybook prod serve storybook static storybook build build storybook s public components 폴더에Button tsx 대응하는Button stories tsx 생성 components Button stories tsximport Button from Button import ComponentMeta ComponentStory from storybook react export default title Button component Button argTypes name control text className control text as ComponentMeta lt typeof Button gt const Template ComponentStory lt typeof Button gt args gt lt Button args gt export const Default Template bind Default args name Hello Tailwind CSS className bg teal text white storybook 구동후Storybook Dashboard 확인 Terminalpnpm storybook dev previewStackblitz Sample Conclusion본포스팅에서는Next Js 를기준으로Tailwind CSS 와함께StoryBook을적용하는방법을알아보았다 현재기준 StoryBook이Next Js 에다소안정화되지않은모습이아쉽지만Component 별로UI Documentation 기능을제공하는StoryBook 자체의장점만으로도충분히매력적인선택지라고생각한다 StoryBook에는위에언급된addon 외에도Tailwind CSS 다크모드를지원하는Tailwind dark mode를포함한다양한addon을지원하고있다 하기링크에서더많은addon을확인할수있다 SB Addons Link 2022-08-08 15:21:38
海外TECH DEV Community Meme Monday!! 🐘 https://dev.to/ben/meme-monday-23m Meme Monday Welcome to another Meme Monday post Today s cover image comes from last week s thread DEV is an inclusive space Humor in poor taste will be downvoted by mods 2022-08-08 15:02:29
Apple AppleInsider - Frontpage News This M2 MacBook Air with 512GB SSD is $100 off, plus $40 off AppleCare https://appleinsider.com/articles/22/08/08/this-m2-macbook-air-with-512gb-ssd-is-100-off-plus-40-off-applecare?utm_medium=rss This M MacBook Air with GB SSD is off plus off AppleCareApple s MacBook Air with a core GPU and GB SSD is heavily discounted with bonus savings on AppleCare Exclusive savings drop prices on Apple s new MacBook Air with M The exclusive MacBook Air deal knocks off the upgraded configuration in Space Gray when you shop through this activation link and enter promo code APINSIDER during checkout With the coupon the price drops to Read more 2022-08-08 15:02:22
Cisco Cisco Blog How Cisco Partners are Scaling Renewals https://blogs.cisco.com/partner/how-cisco-partners-are-scaling-renewals How Cisco Partners are Scaling RenewalsI checked in with two Cisco Partner leaders in the Americas to learn how Cisco partners are scaling their recurring revenue business by leading with a digital renewals strategy Here are a few highlights 2022-08-08 15:00:45
海外科学 NYT > Science ‘What a Horrible Place This Would Have Been’ https://www.nytimes.com/2022/08/08/science/archaeology-red-bank-battle-hessian.html fresh 2022-08-08 15:09:04
金融 RSS FILE - 日本証券業協会 新型コロナウイルス感染症への証券関係機関等・各証券会社の対応について(リンク集) https://www.jsda.or.jp/shinchaku/coronavirus/link.html 新型コロナウイルス 2022-08-08 15:30:00
金融 RSS FILE - 日本証券業協会 J-IRISS https://www.jsda.or.jp/anshin/j-iriss/index.html iriss 2022-08-08 15:43:00
金融 金融庁ホームページ BIS決済・市場インフラ委員会および証券監督者国際機構による市中協議文書「清算機関のノンデフォルト・ロス対応実務に関するディスカッション・ペーパー」の公表について掲載しました。 https://www.fsa.go.jp/inter/ios/20220808.html 清算機関 2022-08-08 17:00:00
金融 金融庁ホームページ 金融庁職員の新型コロナウイルス感染について公表しました。 https://www.fsa.go.jp/news/r4/sonota/20220808.html 新型コロナウイルス 2022-08-08 17:00:00
金融 金融庁ホームページ 金融庁の業務委託先の従業員の新型コロナウイルス感染について公表しました。 https://www.fsa.go.jp/news/r4/sonota/20220808_2.html 新型コロナウイルス 2022-08-08 17:00:00
ニュース BBC News - Home Downing Street rules out immediate cost-of-living measures https://www.bbc.co.uk/news/uk-politics-62467987?at_medium=RSS&at_campaign=KARANGA government 2022-08-08 15:54:26
ニュース BBC News - Home Ryan Giggs: Ex-Man Utd and Wales star headbutted ex-girlfriend - court https://www.bbc.co.uk/news/uk-wales-62423393?at_medium=RSS&at_campaign=KARANGA behaviour 2022-08-08 15:37:39
ニュース BBC News - Home UK heatwave: UK set for new heatwave as temperatures head to 35C https://www.bbc.co.uk/news/uk-62468842?at_medium=RSS&at_campaign=KARANGA heatwave 2022-08-08 15:29:49
ニュース BBC News - Home Islington: Flooding in north London as water main bursts https://www.bbc.co.uk/news/uk-england-london-62463771?at_medium=RSS&at_campaign=KARANGA london 2022-08-08 15:25:46
ニュース BBC News - Home Commonwealth Games: England's James Willstrop and Declan James win men's doubles squash gold https://www.bbc.co.uk/sport/commonwealth-games/62463016?at_medium=RSS&at_campaign=KARANGA Commonwealth Games England x s James Willstrop and Declan James win men x s doubles squash goldJames Willstrop and Declan James beat fellow England pair Daryl Selby and Adrian Waller in men s squash doubles final 2022-08-08 15:19:28
北海道 北海道新聞 米、仮想通貨の「洗浄」阻止 匿名サービス業者を制裁 https://www.hokkaido-np.co.jp/article/715746/ 仮想通貨 2022-08-09 00:34:00
北海道 北海道新聞 腕ひいた疑い、男を逮捕 札幌西署 https://www.hokkaido-np.co.jp/article/715745/ 札幌市西区 2022-08-09 00:30:00
北海道 北海道新聞 渋野日向子、世界ランク30位に AIG全英女子オープンで3位 https://www.hokkaido-np.co.jp/article/715740/ 世界ランキング 2022-08-09 00:16:00
北海道 北海道新聞 量子計算機、完成形に前進 分子研、演算素子を高速化 https://www.hokkaido-np.co.jp/article/715739/ 量子コンピューター 2022-08-09 00:15:00
北海道 北海道新聞 原発攻撃「大惨事起こる」 ウクライナ国営企業トップ https://www.hokkaido-np.co.jp/article/715720/ 国営企業 2022-08-09 00:02:05

コメント

このブログの人気の投稿

投稿時間: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件)