投稿時間:2023-03-09 01:25:27 RSSフィード2023-03-09 01:00 分まとめ(30件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Mobile Blog Add Storage to a Next.js 13 app with AWS Amplify https://aws.amazon.com/blogs/mobile/add-storage-to-a-next-js-13-app-with-aws-amplify/ Add Storage to a Next js app with AWS AmplifyThis post builds on the initial post Deploy a Next js app with authentication to AWS Amplify which initialized our project with AWS Cognito authentication and deployed our project to Amplify Hosting and the previous post Build a Product Roadmap with Next js and Amplify where we built an admin page for product managers to login … 2023-03-08 15:47:24
python Pythonタグが付けられた新着投稿 - Qiita tkinterを簡単に使うためテーブルレイアウトライブラリの作成 https://qiita.com/ara_kyo/items/c5679854559910f03dda htmlcss 2023-03-09 00:51:03
js JavaScriptタグが付けられた新着投稿 - Qiita flatMap と yield* https://qiita.com/7shi/items/56071382384617911a58 functionma 2023-03-09 00:18:26
AWS AWSタグが付けられた新着投稿 - Qiita Fargate Spotを活用したコスト削減 https://qiita.com/samon-san/items/87d96836192f938d735c fargate 2023-03-09 00:25:05
golang Goタグが付けられた新着投稿 - Qiita entでOR句を発行する時に困ったこと https://qiita.com/P9eQxRVkic02sRU/items/3b56ce2d2e70c72af7e2 where 2023-03-09 00:15:24
技術ブログ Developers.IO ChatGPTでメール誤送信を防げるか!?その可能性を探ってみた https://dev.classmethod.jp/articles/preventing-email-misdirection-by-chatgpt/ chatgpt 2023-03-08 15:09:24
海外TECH Ars Technica Tesla under new federal investigation for steering wheels that detach https://arstechnica.com/?p=1922527 incomplete 2023-03-08 15:28:35
海外TECH Ars Technica Ryzen 7950X3D review: An expensive but incredibly efficient 16-core CPU https://arstechnica.com/?p=1918017 cache 2023-03-08 15:01:54
海外TECH MakeUseOf Ring Battery Doorbell Plus Arrives With Wider View, Higher Resolution Video https://www.makeuseof.com/ring-battery-doorbell-plus-wider-view-higher-resolution-video/ arrives 2023-03-08 15:45:17
海外TECH MakeUseOf The 15 Best Notion Widgets You Can Add to Your Setup https://www.makeuseof.com/best-notion-widgets/ notion 2023-03-08 15:45:17
海外TECH MakeUseOf 5 Reasons Why the New Apple HomePod Is a Bigger Deal Than You Might Expect https://www.makeuseof.com/reasons-to-buy-apple-homepod/ smart 2023-03-08 15:30:16
海外TECH MakeUseOf How to Make Your Retro Games Look Like They Used to With RetroArch’s Shaders https://www.makeuseof.com/make-retro-games-look-like-used-to-retroarch-shaders/ retroarch 2023-03-08 15:15:16
海外TECH MakeUseOf Protect Your Inbox: Sign Up for MakeUseOf’s Free Email Security Course https://www.makeuseof.com/free-email-security-course-announcement/ security 2023-03-08 15:15:16
海外TECH DEV Community DDD : Authentication and Authorisation, How to achieve? https://dev.to/ajoshi31/ddd-authentication-and-authorisation-how-to-achieve-12bd DDD Authentication and Authorisation How to achieve This is just not a post however I want like minded persons who have created the system gracefully with a rich model and scale from modular monolith to microservices to discuss their approach what worked for them and what not and what was the learning Many times we start small and create a simple MVC CRUD like application using some framework for pilot and quick release to go to market validation Usually developers create a configuration file with some roles and permissions assigned or do a route level check If route has read write update or delete permissions So basically roles like users admin retailer customer internal admin roles etc Then permission C R U DModules Features These are majorly names of controllers as I see in many applications Then in routes middleware is called with user information taken from token or session based on what role can access which feature controller and what permission level However this is good for small simple projects good for learning some framework or projects used for internal or personal use When we want to create a rich domain model things need to be discussed in more detail as per use case and within domains ubiquitous knowledge I have been on a DDD learning path recently so maybe a few things can be out of order Let s take a scenario in retail Problem Statement Core Domain A retailer can create bills and share the bills with their customers one who purchases the product from the shop A retailer can also assign staff to create bills on this behalf other use cases Supporting Domain Customer Support Customer support members will reach out to customers Here customers for customer support team are retailers they can take retailers query and give necessary tele call support other use cases Generic Domain IAM User sub domain can be used for authentication and authorisation Use Case A retailer can only edit his own bills Invoice or can allow his selected staff to edit bills Invoice Admin can also edit the bills Invoice for retailers User Domain What are all the possible roles Retailer Staff Admin Customer Support MemberThere are few questions Now who is customer A customer end user one who purchases the product in the core domain orA retailer in the customer support domain How do we define this role What are permission levels It s just the same as CRUD like a small application or more detailed permissions Where do these permissions apply Should we write these permissions at controller service or domain layer Each has its own pros and cons How do we start from modular monolith and scale later My Solution We can have a configuration file based on sub domains or BC we decided So we can define roles like iam billing retaileriam billing customeriam billing adminiam billing staffiam customer support customeriam customer support customer support memberSo here iam billing retailer and iam customer support customer can be two different roles being assigned to same entity We can define permissions to be specific to the domain bc as per the use case Like generateInvoice viewInvoice changeInvoice We can assign these permission to different roles from outside and this will make changes more configurable and can be even moved in future to other external service or LDAP Then we can call the authorisationCheck activity name or permission in each use case instead at router or controller As we can call these application layer use cases from different event subscribers by passing controller which is more based on HTTP concerns only For more detailed cases where we need information form the specific domain persistence we can use that part in domain as these are more close to business logic In domain we can save the duplication of code being done in multiple use cases which have same BL being used Reference Links Authorisation based on activity rather than roles permission match Access Control in Domain Driven Design 2023-03-08 15:18:12
海外TECH DEV Community Join us for #WeCoded 2023! https://dev.to/devteam/join-us-for-wecoded-2023-9cj Join us for WeCoded On behalf of the DEV Team I m excited to announce our first WeCoded event For the past five years we ve celebrated women in tech on International Women s Day with a celebration called SheCoded Over time SheCoded has become a powerful collection of our community s experiences with technical success unequal treatment discrimination and courage in the face of adversity This year we re expanding the scope of the celebration to include all people who are underrepresented and otherwise marginalized in software development on the basis of gender including women transgender nonbinary gender nonconforming and two spirit individuals It takes all of us to advocate for greater gender equity in the tech industry so everyone is welcome and invited to participate in WeCoded regardless of gender How to Participate in WeCoded Share Your StoryContribute to the conversation by selecting one of our prompts…or make your own Everyone who participates will receive a coupon to order a free WeCoded sticker pack Write Your WeCoded PostA few reminders Please be kind and supportive of each other We ask that you review our Code of Conduct before posting and commenting Take responsibility for your words think before you speak and avoid hypotheticals and “devil s advocate arguments Give feedback that moves the conversation forward by asking questions explaining your views and remembering that we all have different life experiences If you see a post or comment that contains abusive hateful or intolerant language please report it using our moderation tools Please read what our community has already shared and respond in kind with your own story or advice for others Join the ConversationOur team will be sharing discussion posts on gender equity in tech between March Look out for these posts and share your thoughts with your fellow DEVCommunity members Add Your Pronouns to Your ProfileIn case you missed it you can now add your pronouns to your DEV profile To do this first make sure you re logged in then navigate to your profile settings gt Personal gt Pronouns Not sure what this means Check out this helpful guide to learn more Shop WeCoded Merch WeCoded Forem Shop WeCoded is a celebration of individuals who are underrepresented and otherwise marginalized in software development on the basis of gender including women transgender  gender non conforming and two spirit people shop forem com In an effort to bring awareness to and connect the DEV community with tech affinity groups and organizations that support women transgender nonbinary gender nonconforming and two spirit tech professionals DEV will donate all proceeds from WeCoded merchandise sold during the event to the following c non profit organizations The Anita B OrganizationGirls Who CodeThe Astraea Lesbian Foundation for Justice which funds Lesbians Who TechA note on International Women s DayLike SheCoded WeCoded coincides with International Women s Day IWD which is held annually on March Women s equality is a key part of gender equity in tech but it s not the whole story We encourage you to celebrate and empower women and girls in tech on IWD throughout WeCoded and every other day of the year too Thank you all for being part of the DEV Community and helping us make this space a home for all coders ーwe can only do it together WeCoded 2023-03-08 15:13:45
海外TECH Engadget NHTSA opens Tesla probe over Model Y steering wheel detachments https://www.engadget.com/nhtsa-opens-tesla-probe-over-model-y-steering-wheel-detachments-153153318.html?src=rss NHTSA opens Tesla probe over Model Y steering wheel detachmentsThe National Highway Traffic Safety Administration NHTSA has opened an investigation into Tesla following reports of steering wheels falling off while on the road The agency said it s aware of two reports of the wheel completely detaching from the steering column in the Model Y vehicles It added that the vehicles were delivered to their owners without the retaining bolt that keeps the steering wheel attached In both cases only friction was keeping the wheel in place until the force exerted on it quot overcame the resistance of the friction fit while the vehicles were in motion quot the NHTSA s Office of Defects Investigation said PDF The vehicles each had low mileage elonmusk TeslaOwnersWW BLKMDL Family was excited to receive Tesla Y delivery on Was driving on highway and all the sudden steering wheel fall off was lucky enough there was no car behind and I was able to pull on devider SafetyFirst Fixit TeslaModelY helppic twitter com UMokFAcvーPrerak amp Neha Patel preneh January One owner is said to have taken delivery of their Model Y just five days before the incident When the wheel detached there was no car behind the driver who noted on Twitter and in an NHTSA complaint that they were safely able to pull onto the divider There were no injuries in the incident which the owner said occurred on Route in Woodbridge New Jersey in late January quot Both vehicles received an end of line repair requiring removal and reinstallation of the steering wheel quot the NHTSA said The agency s investigation which covers an estimated model year vehicles will quot assess the scope frequency and manufacturing processes associated with this condition quot Tesla which no longer has a communications department that can be reached for comment has faced several NHTSA investigations over the last few years Last month the agency announced that Tesla was recalling almost vehicles over issues with the Full Self Driving software The NHTSA said the system could quot exceed speed limits or travel through intersections in an unlawful or unpredictable manner quot Tesla said it would issue an over the air update to resolve the issues As the Associated Press notes Tesla has had to issue recalls since January Several of the recalls were mandated by the NHTSA In November for instance the automaker recalled Model and Model Y cars over a rear light issue one that was again remedied by a software update That was Tesla s second recall in as many days This article originally appeared on Engadget at 2023-03-08 15:31:53
海外TECH Engadget The most interesting foldables, rollables and demos at MWC 2023 https://www.engadget.com/the-most-interesting-foldables-rollables-and-demos-at-mwc-2023-153042604.html?src=rss The most interesting foldables rollables and demos at MWC Of all the news trickling out of Mobile World Congress this year the most interesting products were either foldables or rollables It s a showcase of a lot of eye catching phones and devices that often don t make it to America but that doesn t mean we can t look on in envy or use this as a possible preview of the technology that will shape future phones in the US One of the first foldables we saw out of MWC was Oppo s Find N Flip This thing is basically the Chinese company s version of Samsung s Galaxy Z Flip except its external screen is in portrait instead of landscape orientation It s currently the largest cover screen on a flip style foldable at inches This makes the Find N Flip easier to use when framing up selfies with the device closed and thanks to its size allows for more lines of messages to be read Oddly though the home screen here doesn t take advantage of the larger canvas and its clock widget actually uses a smaller font than the Galaxy Z Flip The company did take pains to emphasize that the crease on the Find N Flip s screen is percent less visible than the last generation According to Engadget UK Bureau Chief Mat Smith though you can still see the little wrinkle so … shrug For those of us in the US this comparison is more of a theoretical exercise since the Oppo phone won t be available stateside retailing only in Europe and China If you still want more details on this device make sure to check out Mat s hands on nbsp This week we also learned that Honor s Magic VS is coming to more parts of the world Specifically it ll be coming to Europe for Euros or about This is the first time since we saw a prototype in December that the company is sharing availability info outside of China The Magic VS is similar to Samsung s Galaxy Z Fold which is to say that it is a regular sized smartphone that opens up to become a roughly inch tablet It s not a brand new product at MWC but it s nice to see more information about more foldable phones giving Samsung some competition in the space It s not just Oppo and Honor ramping up the competition either Relatively lesser known phone maker Tecno showed up at MWC with the Phantom V Fold ーa more affordable foldable with fairly impressive specs The Phantom V Fold has a inch screen on the inside with the company touting a “virtually crease free display like Oppo did nbsp Senior editor Richard Lai said that at the right angle the wrinkle is certainly not obvious and it s better than Samsung s but he added that it s still not as subtle as the Xiaomi Mix Fold On the outside the Phantom has a inch Full HD panel as well as a round camera hump housing a triple sensor imaging system The main and telephoto cameras are megapixels while the ultra wide setup is MP There s also a pair of punch hole cameras on the two screens Richard Lai EngadgetThe Phantom V Fold is powered by the same MediaTek Dimensity processor as the one in the Oppo Find N Flip and for the base model that comes with GB of RAM and GB of storage the company is charging Compared to the Samsung and Oppo versions of tablet sized foldables that s hundreds of dollars less But again as with so many products that were announced at MWC this year the Phantom V Fold will not be coming to the US It ll be available to those in India Latin America and parts of Africa where Tecno is typically active The fact that we re reaching a point where foldables are starting to get relatively affordable means unfortunately that they re about to become common And therefore they re going to be passe So In the hot buzzword is rollables At least based on the concept devices Lenovo and Motorola brought to MWC Lenovo showed off a laptop with a screen that extends upwards and away from the keyboard and the prototype itself appeared impressively thin and sturdy Meanwhile Motorola brought back its Rizr concept device and this second version has a inch display that rolls out to hit inches when you need a larger canvas for video or a long Best of Redditor Updates post The device that was shown off in Barcelona appeared to work but multiple outlets like ArsTechnica and Techcrunch expressed reservations about build quality so…Don t be surprised if this format never comes to market It s not like Motorola and Lenovo are the first companies to try rolling screens by the way Far from it LG and TCL have made various prototypes showcasing different form factors with flexible sliding and rolling screens In fact LG s first rolling screens prototypes showed up as far back as CES It s clear manufacturers know smartphones have gotten good enough that people don t want to buy a new one every year or two and are trying to find a new shape that will entice shoppers this decade The current camera and software race between Apple Google and Samsung is starting to induce yawns and the new features they are adding aren t particularly exciting XiaomiOther phone makers have spent the last few years focusing on battery and charging tech and we saw some of that at MWC this year too Xiaomi showed off a demo of watt charging that could fully charge a device in just minutes Meanwhile Realme shared global release information about its GT which is compatible with W charging and can get completely juiced in just under minutes OnePlus also showcased a concept phone with a liquid cooling system that would allow improved performance and charging times With the drops in temperature that this should bring OnePlus could deliver boosts to games by three to four frames per second as well as saving to seconds of charging time Besides new formats and battery tech we also saw companies focus on sustainability and repairability The Nokia G for example is the result of a collaboration between parent company HMD and iFixit and follows in the footsteps of Apple Google and Samsung in offering official repair guides and parts As Right to Repair bills and laws get passed in multiple states in the US and elsewhere in the world this looks to be a growing trend in mobile phones that can help us be more environmentally conscious There was plenty of other news out of the show including Xiaomi s new concept AR glasses and you can get all the details here This article originally appeared on Engadget at 2023-03-08 15:00:42
海外TECH CodeProject Latest Articles How to Create High Performance (and Publication Quality) 2D Graphs in C++ using Morphologica https://www.codeproject.com/Articles/5338541/How-to-Create-High-Performance-and-Publication-Qua How to Create High Performance and Publication Quality D Graphs in C using MorphologicaWalks you through the steps needed to draw high quality D graphs in your C programs using the header only library morphologica 2023-03-08 15:31:00
海外科学 NYT > Science Kidnapping in Mexico Draws Attention to Medical Tourism https://www.nytimes.com/2023/03/08/well/medical-tourism-mexico-kidnapping.html efficient 2023-03-08 15:35:29
海外科学 NYT > Science Covid Origins Hearing Opens With Arguments for Lab Leak Theory https://www.nytimes.com/2023/03/08/us/politics/covid-lab-leak-house-hearing.html Covid Origins Hearing Opens With Arguments for Lab Leak TheoryAt its first public hearing the House Select Subcommittee on the Coronavirus Pandemic plunged into the politically charged debate over the origins of the virus 2023-03-08 15:25:20
海外科学 NYT > Science Senator Whitehouse Puts Climate Change on Budget Committee’s Agenda https://www.nytimes.com/2023/03/07/climate/sheldon-whitehouse-climate-senator.html Senator Whitehouse Puts Climate Change on Budget Committee s AgendaFor more than a decade Senator Sheldon Whitehouse gave daily warnings about the mounting threat of climate change Now he has a powerful new perch 2023-03-08 15:35:28
金融 RSS FILE - 日本証券業協会 株主コミュニティの統計情報・取扱状況 https://www.jsda.or.jp/shiryoshitsu/toukei/kabucommunity/index.html 株主コミュニティ 2023-03-08 15:30:00
金融 金融庁ホームページ 鈴木財務大臣兼内閣府特命担当大臣閣議後記者会見の概要(令和5年3月7日)を掲載しました。 https://www.fsa.go.jp/common/conference/minister/2023a/20230307-1.html 内閣府特命担当大臣 2023-03-08 17:00:00
ニュース @日本経済新聞 電子版 NYダウ、もみ合いで始まる FRBの利上げ加速を警戒 https://t.co/jAMllackeC https://twitter.com/nikkei/statuses/1633485946338545666 合い 2023-03-08 15:12:52
ニュース BBC News - Home I'll keep speaking out, says Lineker after criticism https://www.bbc.co.uk/news/uk-64891734?at_medium=RSS&at_campaign=KARANGA asylum 2023-03-08 15:45:02
ニュース BBC News - Home Harry and Meghan's daughter Princess Lilibet Diana christened in US https://www.bbc.co.uk/news/uk-64890702?at_medium=RSS&at_campaign=KARANGA couple 2023-03-08 15:11:09
ニュース BBC News - Home Linda Davis: E-scooter rider, 14, sentenced over woman's death https://www.bbc.co.uk/news/uk-england-nottinghamshire-64892358?at_medium=RSS&at_campaign=KARANGA davis 2023-03-08 15:51:17
ニュース BBC News - Home Charles Bronson shows signs of PTSD, parole panel told https://www.bbc.co.uk/news/uk-england-beds-bucks-herts-64888459?at_medium=RSS&at_campaign=KARANGA brutal 2023-03-08 15:55:22
ニュース BBC News - Home Gary Lineker: Why his comments present a problem for the BBC https://www.bbc.co.uk/news/entertainment-arts-64889868?at_medium=RSS&at_campaign=KARANGA asylum 2023-03-08 15:31:29
サブカルネタ ラーブロ 担々香麺 紅棗(アカナツメ) 大手町店@大手町(東京駅) http://ra-blog.net/modules/rssc/single_feed.php?fid=208407 ootemori 2023-03-08 15:00:44

コメント

このブログの人気の投稿

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