投稿時間:2022-07-29 23:35:52 RSSフィード2022-07-29 23:00 分まとめ(38件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia Mobile] KDDI通信障害が業績に与える影響は? 高橋社長「営業努力でカバーする」 https://www.itmedia.co.jp/mobile/articles/2207/29/news234.html itmediamobilekddi 2022-07-29 22:14:00
AWS AWS Architecture Blog How Munich Re Automation Solutions Ltd built a digital insurance platform on AWS https://aws.amazon.com/blogs/architecture/how-munich-re-automation-solutions-ltd-built-a-digital-insurance-platform-on-aws/ How Munich Re Automation Solutions Ltd built a digital insurance platform on AWSUnderwriting for life insurance can be quite manual and often time intensive with lots of re keying by advisers before underwriting decisions can be made and policies finally issued In the digital age people purchasing life insurance want self service interactions with their prospective insurer People want speed of transaction with time to cover reduced from days to … 2022-07-29 13:22:13
js JavaScriptタグが付けられた新着投稿 - Qiita Payment APIで支払い用のQRコードを発行するメモ PayPay for Developers https://qiita.com/mitsuoka0423/items/3fdb47914cc126f325eb paymentapi 2022-07-29 22:15:01
Linux Ubuntuタグが付けられた新着投稿 - Qiita ★備忘録 Laravel PJにてTop(index)以外のページが404になる事象の解決策 https://qiita.com/wolfnao221/items/f401ec8f1fcf99bd3844 laravelpj 2022-07-29 22:24:35
AWS AWSタグが付けられた新着投稿 - Qiita AWS CLI VPC https://qiita.com/hromu7/items/289ed65f6aa00f75b0a1 awscli 2022-07-29 22:56:14
golang Goタグが付けられた新着投稿 - Qiita [翻訳]チュートリアル: GoとGinによるRESTfulなAPI開発(原文: Tutorial: Developing a RESTFul API with Go and Gin) https://qiita.com/AYukiEngineer/items/8b75ac057d7ef502cba8 ngarestfulapiwithgoandgin 2022-07-29 22:46:18
Git Gitタグが付けられた新着投稿 - Qiita Gitコマンド git logで各コミットで修正があったファイルも出力する https://qiita.com/miriwo/items/47f41fa5c70ec21c14d4 gitlog 2022-07-29 22:45:33
Git Gitタグが付けられた新着投稿 - Qiita Railsチュートリアルでのherokuへのデプロイのエラー対処まとめ(第6版)【備忘録】 https://qiita.com/Yuya_Takano/items/5fa7f85f22c73ec44836 github 2022-07-29 22:43:23
海外TECH DEV Community Follow Friday: UX/UI Edition (29 July 2022) https://dev.to/devteam/follow-friday-uxui-edition-29-july-2022-2g1m Follow Friday UX UI Edition July Happy Friday friends Follow Friday is your weekly opportunity to shout out fellow DEV Community members doing awesome work Check out the comments and follow someone new User experience UX and user interface UI design is a key consideration when it comes to developing the front end of your app And it can be a lot of fun too So devs who are your favorite DEV community members writing about UX UI considerations Formatting tip to populate a card with a follow button use the liquid tag syntax embed https and insert the URL of your favorite author s profile Join in on the FollowFriday fun by mentioning your favorite author to follow for UX UI tips and letting us know why you love their posts ️ 2022-07-29 13:29:30
海外TECH DEV Community Appwrite Community Report #16 https://dev.to/appwrite/appwrite-community-report-16-48lb Appwrite Community Report Hello everyone Greetings from team Appwrite Welcome back to yet another weekly community report where we talk about all the open source goodness that happened in the Appwrite ecosystem over the past week TLDR This week we share updates issues we ve fixed and are working on new announcements for our community discord and some resources to end with What s new is out now What do you think about it Join our community discord to stay updated on releases support and some fun We just announced the third project for the OSS Fund Appwrite appwrite A little support goes a long way with this thought in mind Appwrite launched OSS Fund Excited to announce inventreedb to be the third project we sponsor OSS Fund is still accepting applications share it with your maintainer friends appwrite io oss fund PM Jul If you are a maintainer or know a maintainer who would love some support tell them about the Appwrite OSS Fund Issues solvedThis week we had the release here s what we fixed ️ Added hint during Installation for DNS ConfigurationLink to PRFixed Migration for Attributes and Indexes Link to PRFixed Closed Icon in the alerts to be centered Link to PRFixed Response Model for Get and Update Database Endpoint by community member Ishan Vyas Link to PRFixed Missing Usage on Functions execution by Link to PRFixed Validation for Permissions to only accept a maximum of permissions for all endpoints Link to PRFixed backwards compatibility for Create Email Session EndpointLink to PR ️What we re currently working onFixing user search by phone numberUpdate SDK generators to the latest versionUpgrade Mariadb and RedisIntroduction of Loot V for the community discord DiscussionsLet s talk about Appwrite s permissions once moreJoin the discussion here ResourcesLearn about Webhook Security in AppwriteGet started with Phone Authentication using Appwrite and Twilio Appwrite Phone Authentication with Flutter Damodar Lohani for Appwrite・Jun ・ min read appwrite flutter dart mobile Creating a custom Svelte store with Appwrite and CachingTake up the days learning challenge to get started with Appwrite Days of Appwrite Appwrite Days of Appwrite is a month long event focused at teaching you about all of Appwrite s core concepts and getting you ready to build production ready apps with Appwrite days appwrite io 2022-07-29 13:22:19
海外TECH DEV Community A simpler and smaller Angular starter with ngLite https://dev.to/angular/a-simpler-and-smaller-angular-starter-with-nglite-1ooh A simpler and smaller Angular starter with ngLiteA lot of complaints I heard when starting with Angular are about the sheer amount of files you get even on simple apps When looking at the default starter template you get from Angular CLI s ng new command it s true that it can be a bit overwhelming if you re not used to it But it doesn t have to always be that way In this article we ll explore how we can create a smaller and simpler template that s also easier to grasp for beginners following the YAGNI principle Note what we ll discuss here doesn t aim to be a new universal starter to replace the default one for all use cases but rather an experiment on how it s possible to make things simpler Getting preparedMake sure you have a recent Node js runtime installed at least v and let s start by installing the Angular CLI npm install g angular cliThis command line tool is used to initialize new projects among other things After installing you usually use it to create a new Angular project with the ng new command but hold off a bit If you re old enough maybe you remember using nLite to slim down your Windows install back in the day We ll take a similar approach here with the Angular starter to create a ngLite template making sure to keep the number of files to a minimum Note In the following sections we ll take some time to understand the base application template and how it can be slimmed down for simpler projects If you want to skip directly to the end result you can use the command npx degit sinedied ng lite starter my app that will use this pre made github template but you ll miss all the fun Slimming down the starter templateLet s create our app with this long command ng new ng lite minimal inline template inline style routing false style cssLet s explain the options we used here minimal creates a minimal project without any test tools When we ll get there we ll probably want to use a better test framework than the default one anyways inline template and inline style enables single file components SFC including the HTML template and CSS styling directly into your TypeScript components Instead of files per component you ll get only one routing false disables the default routing system We can always add it back later if needed style css use standard CSS styling for our components If you prefer other flavors like SCSS you can adapt this option to suit your needs After the files are generated and the dependencies installed let s hop into the ng lite folder and start with some cleaning removing dependencies we don t need cd ng lite Remove the dependencies we don t need It s not because it s part of the framework that we have to use it npm rm angular animations angular forms angular router angular platform browser dynamicNow let s have a look at all the files we have vscode extensions json launch json tasks jsonsrc app app component ts app module ts assets gitkeep environments environment prod ts environment ts favicon ico index html main ts polyfills ts styles css browserslistrc gitignoreangular jsonpackage jsonREADME mdtsconfig app jsontsconfig jsonThe vscode folder contains configurations related to the Visual Studio Code editor It provides tasks to debug your app when pressing F key and suggests you to install the must have Angular language service extension when you open the project If you don t use VS Code though you can remove this folder Next we ll slim down a bit the number of files at the root of the project You can see two tsconfig json files there used for TypeScript configuration This separation may be useful when you want to use a different configuration for your tests which is the case for the default setup created by ng new but we don t need it here Add these lines coming from tsconfig app json at the bottom of the tsconfig json file files src main ts include src d ts And remove tsconfig app json rm tsconfig app jsonWe ll need to change a bit the angular json file before your app can build again but let s keep that for later Now there s another file that we can get rid of browserslistrc It s a file that tells which browsers you want to support and the Angular build system will adjust the CSS and JS output accordingly Instead of having a separate file for that you can add this entry at the end of the package json file browserslist last Chrome version last Firefox version last Edge major versions last Safari major versions last iOS major versions Firefox ESR Then you can remove the browserslistrc file rm browserslistrc Reworking the src folderIn the src folder you ll find a file named polyfills ts that may contain polyfills small pieces of code used to provide a compatibility layer for newer features If you re targetting recent browsers you can get rid of this file and just add the zone js import at the top of main ts Add this at the top of main tsimport zone js Then remove polyfills ts rm src polyfills tsNow there s a folder named assets that you can use to put any assets images fonts JSON files you want to be copied to the dist folder It contains an empty gitkeep to get the folder stored in the git repo as git doesn t store empty folders We can simplify this structure a bit by also grouping our future assets with the base index html and favicon file Removes assets folderrm rf src assets Creates a public folder insteadmkdir src public Moves index html and favicon ico files into itmv src index html src favicon ico src publicThis doesn t change much but it s more in line with what you can find in almost all other web frameworks React Vue Svelte and it means that you can easily add any new files to be placed at the root of the dist folder without having to edit angular json every time something we ll have to do once a bit later The next change we ll do here is get rid of src app app module ts Starting with Angular we can create apps using only components and that s perfect as it s all we need to get started ️Keep in mind that Angular Standalone components are still in preview so the API may still change in the future Removes app module ts filerm src app app module tsEdit the file src app app component ts our entry component and add standalone true at the top of the component properties Component Add the line below standalone true We ll finally update the entry point of the application located at src main ts to bootstrap our app using our component Replace the content of the file with this import zone js import enableProdMode from angular core import bootstrapApplication from angular platform browser import AppComponent from app app component import environment from environments environment if environment production enableProdMode bootstrapApplication AppComponent catch err gt console error err We ll keep the rest of the files as is as they will be useful for our app src styles css is the global stylesheet for the app You can use it to import any CSS lib you want to use and put your global styling here src environments environment ts these files contain the environment configuration for the app environment ts will be used during development and environment prod ts will replace it during production builds so it s an easy way to define any environment specific settings like your API URL Editing angular jsonThe angular json file is the rather verbose configuration file that tells the Angular CLI how to run your project s tasks such as building your app Since we changed a few things from the default app structure our final step it to update this file to reflect our changes Replace the line tsConfig tsconfig app json with tsConfig tsconfig json Remove the line polyfills src polyfills ts Replace the line index src index html with index src public index html Replace this assets src favicon ico src assets with assets glob input src public output Finally add the line standalone true under the schematics angular component key as we ll use standalone components in our app schematics angular component standalone true Wheew That s a lot of changes but we managed to simplify our starter template by quite a lot while still retaining essential Angular features Look at this screenshot Also a nice side effect of this work is the reduction of the initial bundle size from a kB total kB gzipped with the default ng new template to a kB total kB gzipped with our starter Of course that s a bit tedious and not something you want to do every time you start a new project You can use this github template if you d like to use this starter again in the future or you can make your own What about testing You may have noticed that this template doesn t include any testing tools This is fine for learning and personal projects but it s not a good idea for a production app to skip unit testing While the default Angular starter includes unit tests it makes use of the older and clunky Karma Jasmine combo for unit testing When you need unit testing for your project you can use the much better and faster testing framework Jest with our ngLite template by adding a few extra steps Run the command npm install save dev jest angular builders jest types jest to install the dependencies Add a jest config js file to your project root with the following content module exports clearMocks true collectCoverage true coverageDirectory coverage Add a tsconfig spec json file to your project root with the following content extends tsconfig json compilerOptions outDir out tsc spec types jest esModuleInterop true include src spec ts src d ts In your angular json file add this after your serve configuration under the architect key test builder angular builders jest run options tsConfig tsconfig spec json If you want to have tests generated by default when using the ng generate command you can also remove all the skipTests true occurrences in this file Create your first test in src app app component spec ts import ComponentFixture TestBed from angular core testing import AppComponent from app component describe AppComponent gt let component AppComponent let fixture ComponentFixture lt AppComponent gt beforeEach async gt await TestBed configureTestingModule imports AppComponent compileComponents fixture TestBed createComponent AppComponent component fixture componentInstance fixture detectChanges it should create the component gt expect component toBeTruthy You can now run your tests with ng test or ng test watch What s next If you followed closely you ve seen that we didn t even include some of Angular s core libraries like angular forms or angular router Well that s not because you re writing an Angular app that you have to use all of the provided libraries For sure they re convenient and you can always add them back later if you need them but you can also build your entire app without them That s what we ll explore in a further article Now that we have a simpler starter template why not try building a complete app and keeping the code as simple as it can In the meantime you can have a look at this todo list app built from expanding on that idea Follow me on Twitter I would be happy to discuss and take your suggestions 2022-07-29 13:02:18
Apple AppleInsider - Frontpage News Eve Motion 2 Review: New capabilities make up for a boring design https://appleinsider.com/articles/22/07/29/eve-motion-2-review-new-capabilities-make-up-for-a-boring-design?utm_medium=rss Eve Motion Review New capabilities make up for a boring designThe second generation Eve Motion is better in almost any conceivable way for HomeKit users but its design is tired and doesn t mesh with the company s other products Second generation Eve Motion now supports ThreadEve has been on a roll as of late updating much of its lineup with new designs new features and support for Thread connectivity Up next is the Eve Motion which hasn t seen an update since its original release in Read more 2022-07-29 13:46:06
Apple AppleInsider - Frontpage News Simply Mac bankruptcy: Who to call, what happened, and why https://appleinsider.com/articles/22/07/06/simply-mac-bankruptcy-who-to-call-what-happened-and-why?utm_medium=rss Simply Mac bankruptcy Who to call what happened and whyOn June Apple dealer Simply Mac abruptly closed Here s what happened how service customers affected by the sudden shutdown can get help ーand how to buy assets from the shuttered company Simply Mac logoBased in Salt Lake City Simply Mac was founded in It provided Apple device repairs for consumers and sold accessories such as cases cables and chargers Read more 2022-07-29 13:42:07
Apple AppleInsider - Frontpage News New Apple TV+ 'Peanuts' special celebrates teachers for the back-to-school season https://appleinsider.com/articles/22/07/29/new-apple-tv-peanuts-special-celebrates-teachers-for-the-back-to-school-season?utm_medium=rss New Apple TV x Peanuts x special celebrates teachers for the back to school seasonApple TV shared a trailer for Lucy s School an all new Peanuts special celebrating educators streaming on August Lucy s School is a new Peanuts special coming to Apple TV Lucy s School adds to the growing list of seasonal Peanuts features with a back to school special The Peanuts gang is anxious about returning to school in the fall which inspires Lucy to start her own school instead Read more 2022-07-29 13:36:41
Apple AppleInsider - Frontpage News Daily deals July 29: $240 Insignia 50-inch 4K TV, 33% off 1TB microSDXC card, $220 off Eufy RoboVac, more https://appleinsider.com/articles/22/07/29/daily-deals-july-29-240-insignia-50-inch-4k-tv-33-off-1tb-microsdxc-card-220-off-eufy-robovac-more?utm_medium=rss Daily deals July Insignia inch K TV off TB microSDXC card off Eufy RoboVac moreFriday s best deals include off an EVGA X gaming mouse discount on a DJI K dual screen action camera bundle off a Sony inch K HDR TV and much more Best deals July AppleInsider checks online stores daily to uncover discounts and offers on hardware and other products including Apple devices smart TVs accessories and other items The best offers are compiled into our regular list for our readers to use and save money Read more 2022-07-29 13:06:18
海外TECH Engadget Nike Training Club adds adaptive workouts to make exercise more accessible https://www.engadget.com/nike-training-club-adaptive-workouts-accessibility-133029359.html?src=rss Nike Training Club adds adaptive workouts to make exercise more accessibleNike wants to make fitness apps accessible to more people with disabilities The athletics gear maker has introduced adaptive workouts to the Nike Training Club app available for Android and iOS that you can perform whether or not you have a disability The seven classes in this set target a wide range of movement and equipment ranging from upper body strength training with dumbbells to yoga A Nike athlete with limb loss Amy Bream leads all the classes You ll also find guidance from an adaptive training focused physical therapist Training Club already offers an exercise program for expecting and recent mothers The company isn t alone in making these apps more accessible Apple added Fitness workouts for pregnant people and seniors last year and has Apple Watch wheelchair workout tracking for instance Still Nike s move is an important step that could bring exercise apps to a wider audience nbsp nbsp 2022-07-29 13:30:29
海外TECH Engadget YouTube's new tool makes any video a TikTok-like Short https://www.engadget.com/you-tubes-new-tool-helps-turn-regular-content-into-tik-tok-like-shorts-130532341.html?src=rss YouTube x s new tool makes any video a TikTok like ShortYouTube has introduced a new tool that makes it easier for creators to turn regular videos into Shorts it announced in a community update If you have any of your own videos loaded up you ll see a new tool under Create called Edit into a Short right inside the main app It lets you select up to seconds of the video and bring it directly into the Shorts editor where you can add text filters or additional video then upload it as a Short nbsp After you upload the Short it links to the full video it was taken from via Created from link at the bottom of the video That lets creators use Shorts as promo tools for the main video helping drive views and engagement However the tool only works on your own content unlike Cut which lets you remix content from any video nbsp YouTubeI tried the tool out by creating a second Short out of a longer video I created back in and it was as easy to use as advertised letting me grab the best part of the video embed text and add a filter nbsp The immense success of TikTok has forced all social media networks to respond in some way However Instagram recently backpedaled on its TikTok like full screen feed and recommended posts features following a significant backlash from users YouTube is arguably less threatened by TikTok as it offers longer form content that draws a different audience The new tool shows that it can have its Short cake and eat it too though by letting creators offer Shorts as a form of publicity for their primary content nbsp 2022-07-29 13:05:32
海外科学 NYT > Science What to Know About the Marburg Virus Disease https://www.nytimes.com/article/marburg-virus-explainer.html disease 2022-07-29 13:56:04
金融 RSS FILE - 日本証券業協会 新型コロナウイルス感染症への証券関係機関等・各証券会社の対応について(リンク集) https://www.jsda.or.jp/shinchaku/coronavirus/link.html 新型コロナウイルス 2022-07-29 14:30:00
金融 金融庁ホームページ つみたてNISA対象商品届出一覧について更新しました。 https://www.fsa.go.jp/policy/nisa2/about/tsumitate/target/index.html 対象商品 2022-07-29 15:00:00
金融 金融庁ホームページ 「サステナブルファイナンス有識者会議」(第13回)議事録を公表しました。 https://www.fsa.go.jp/singi/sustainable_finance/gijiroku/20220627.html 有識者会議 2022-07-29 15:00:00
ニュース BBC News - Home Archie Battersbee's parents take case to the UN https://www.bbc.co.uk/news/uk-england-essex-62346356?at_medium=RSS&at_campaign=KARANGA support 2022-07-29 13:31:58
ニュース BBC News - Home Hungarian Grand Prix: Ferrari's Carlos Sainz fastest in first practice https://www.bbc.co.uk/sport/formula1/62340563?at_medium=RSS&at_campaign=KARANGA hungarian 2022-07-29 13:14:01
ニュース BBC News - Home Commonwealth Games 2022: England netball team win opening match https://www.bbc.co.uk/sport/av/commonwealth-games/62349505?at_medium=RSS&at_campaign=KARANGA birmingham 2022-07-29 13:18:53
ニュース BBC News - Home Brighton: Manchester City target Cucurella hands in transfer request https://www.bbc.co.uk/sport/football/62350641?at_medium=RSS&at_campaign=KARANGA brighton 2022-07-29 13:17:50
北海道 北海道新聞 「節電ポイント」家計の負担軽減に期待 北電、対応検討 https://www.hokkaido-np.co.jp/article/711846/ 負担軽減 2022-07-29 22:36:44
北海道 北海道新聞 北ガス、原料価格転嫁の上限廃止 家計への影響必至 https://www.hokkaido-np.co.jp/article/711847/ 北海道ガス 2022-07-29 22:35:03
北海道 北海道新聞 自宅療養者、初の100万人超え 前週の1・8倍に https://www.hokkaido-np.co.jp/article/711845/ 厚生労働省 2022-07-29 22:27:13
北海道 北海道新聞 防衛と脱炭素、経費に上限設けず 23年度予算の概算要求基準 https://www.hokkaido-np.co.jp/article/711826/ 概算要求基準 2022-07-29 22:16:35
北海道 北海道新聞 米6月物価、6・8%上昇 40年5カ月ぶりの大きさ https://www.hokkaido-np.co.jp/article/711914/ 個人消費 2022-07-29 22:31:00
北海道 北海道新聞 オホーツク管内268人感染 新型コロナ https://www.hokkaido-np.co.jp/article/711907/ 新型コロナウイルス 2022-07-29 22:30:04
北海道 北海道新聞 写真甲子園、大阪府立生野高が初優勝 岩見沢東は優秀賞、札幌稲雲は敢闘賞 https://www.hokkaido-np.co.jp/article/711889/ 写真甲子園 2022-07-29 22:11:20
北海道 北海道新聞 プロ野球、後半戦スタート ヤクルトのマジック消滅 https://www.hokkaido-np.co.jp/article/711896/ 試合 2022-07-29 22:26:33
北海道 北海道新聞 JRで人身事故 一部列車運休、遅れも 函館線と千歳線 https://www.hokkaido-np.co.jp/article/711900/ 人身事故 2022-07-29 22:22:39
北海道 北海道新聞 NY円、134円近辺 https://www.hokkaido-np.co.jp/article/711906/ 外国為替市場 2022-07-29 22:17:00
北海道 北海道新聞 ロシア、24年以降もISS協力 離脱時期未定と国営企業 https://www.hokkaido-np.co.jp/article/711901/ 国営企業 2022-07-29 22:08:00
北海道 北海道新聞 道、8月から飲食店支援「認証店クーポン」販売 取り組み不十分な店も、信頼性確保が課題 https://www.hokkaido-np.co.jp/article/711897/ 取り組み 2022-07-29 22:03:00
北海道 北海道新聞 バービーさん、ホタテの応援大使に 母の故郷・長万部で一生PR https://www.hokkaido-np.co.jp/article/711895/ 新ブランド 2022-07-29 22:03:40

コメント

このブログの人気の投稿

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