投稿時間:2023-08-16 12:18:37 RSSフィード2023-08-16 12:00 分まとめ(21件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… Anker、USBハブをデスクなどに固定出来るホルダー「Anker Hub Mounting Kit」を発売 https://taisy0.com/2023/08/16/175406.html anker 2023-08-16 02:49:15
IT ITmedia 総合記事一覧 [ITmedia News] TweetDeck、有料化 利用にはTwitter Blueへの加入が必須に https://www.itmedia.co.jp/news/articles/2308/16/news105.html itmedianewstweetdeck 2023-08-16 11:50:00
IT ITmedia 総合記事一覧 [ITmedia Mobile] ドコモに聞く新料金「irumo」の狙い 矛盾しているように見える仕様にはワケがあった https://www.itmedia.co.jp/mobile/articles/2308/16/news104.html irumo 2023-08-16 11:45:00
IT ITmedia 総合記事一覧 [ITmedia PC USER] マウス、最大6万円引きが適用される「ビッグサマーセール」を開始 https://www.itmedia.co.jp/pcuser/articles/2308/16/news099.html itmediapcuser 2023-08-16 11:16:00
IT ITmedia 総合記事一覧 [ITmedia News] X(旧Twitter)、ThreadsやNew York Timesのリンク読み込みを意図的に遅くしていた可能性 https://www.itmedia.co.jp/news/articles/2308/16/news100.html itmedianewsx 2023-08-16 11:08:00
AWS AWS Japan Blog AI戦略策定のための人工知能・機械学習・生成系AIに関するAWSの新たなガイドライン https://aws.amazon.com/jp/blogs/news/aws-offers-new-ai-ml-and-genai-guides-jp/ ificialintelligencemachin 2023-08-16 02:47:06
AWS AWS Japan Blog VMware Cloud on AWS で AWS Backup を利用する https://aws.amazon.com/jp/blogs/news/getting-started-with-aws-backups-for-vmware-cloud-on-aws/ awsbackup 2023-08-16 02:23:32
Ruby Rubyタグが付けられた新着投稿 - Qiita docker-composeで開発環境を構築する https://qiita.com/futaro0405/items/f25ef6a5b91a36ad4cf5 dockercompose 2023-08-16 11:35:17
AWS AWSタグが付けられた新着投稿 - Qiita AWS CloudFormation: 03. S3バケットの作成とポリシー・アクセス許可の設定 https://qiita.com/iwatake2222/items/d9c977e740ec1ee16b9c awscloudformation 2023-08-16 11:34:22
Docker dockerタグが付けられた新着投稿 - Qiita Dockerコンテナの起動方法メモ https://qiita.com/chitosws/items/9d587567768f5325b35c build 2023-08-16 11:38:08
Docker dockerタグが付けられた新着投稿 - Qiita Laravel(10.19.0)でAllureReportを使う https://qiita.com/ijohnny/items/f00997db85283a82e9f9 allure 2023-08-16 11:37:02
Docker dockerタグが付けられた新着投稿 - Qiita docker-composeで開発環境を構築する https://qiita.com/futaro0405/items/f25ef6a5b91a36ad4cf5 dockercompose 2023-08-16 11:35:17
Ruby Railsタグが付けられた新着投稿 - Qiita docker-composeで開発環境を構築する https://qiita.com/futaro0405/items/f25ef6a5b91a36ad4cf5 dockercompose 2023-08-16 11:35:17
技術ブログ Developers.IO Systems Manager の Run Command の実行時に S3 にコマンド出力ログが記録されない事象の解消法 https://dev.classmethod.jp/articles/tsnote-systems-manager-run-command-s3-not-logging/ runcommand 2023-08-16 02:32:05
海外TECH DEV Community Creating Stunning 3D Instagram Story Swipes with React: A Step-by-Step Tutorial https://dev.to/brainiacneit/creating-stunning-3d-instagram-story-swipes-with-react-a-step-by-step-tutorial-5938 Creating Stunning D Instagram Story Swipes with React A Step by Step Tutorial IntroductionHave you ever used Instagram If so chances are you ve come across Instagram Stories a feature that has become increasingly popular in recent years As someone who enjoys using Instagram I found the animations used in Instagram Stories to be particularly amazing and I decided to try and recreate them myself And guess what I succeeded In this tutorial I m going to show you how to create a D Instagram story swipe using React a popular JavaScript library for building user interfaces With my help you ll be able to add a creative and unique touch to your Instagram Stories that will make them stand out from the crowd Let s get started SetupWe won t use any library other than React for this demo we can write this in plain JavaScript too Understand CSS DBefore going into the code I ll explain some CSS attributes that are important with D animations transform with transformZ and Y value The transform property is used to apply transformations such as rotation scaling and translation to an element When used in D you can also use transformZ and transformY values to control the depth and height of the element respectively For example transform translateZ px will move the element pixels away from the viewer creating a sense of depth transform style with preserve d value The transform style property is used to specify whether child elements should be flattened or preserve their D position When set to preserve d child elements will maintain their D positioning relative to the parent element This is essential for creating complex D animations and designs perspective The perspective property is used to set the distance between the z plane and the viewer in D space This creates a sense of depth and perspective making objects appear further away or closer to the viewer For example perspective px will set the viewer s perspective pixels away from the element creating a greater sense of depth The LogicStates and constantsconst displayStories setDisplayStories useState data const imagePosition setImagePosition useState new Map data map i gt i id const cellSize setCellSize useState const currentStory setCurrentStory useState data id const hold useRef const radiusRef useRef Math tan Math PI const carouselRef useRef lt HTMLDivElement null gt null const currentStoryRef useRef data id const radius setRadius useState Math tan Math PI let isDown false let current let rotateYref This code block defines several state variables and references that are used to manage the D carousel effect const displayStories setDisplayStories useState data This line defines a state variable called displayStories that holds an array of story objects The useState hook is used to initialize the state with the data parameter passed in const imagePosition setImagePosition useState new Map data map i gt i id This line defines a state variable called imagePosition that holds a Map object where each key is a story ID and the value is the index of the currently displayed image for that story The useState hook is used to initialize the state with a new Map object that is created from the data parameter passed in const cellSize setCellSize useState This line defines a state variable called cellSize that holds the size of each carousel cell The useState hook is used to initialize the state with a value of const currentStory setCurrentStory useState data id This line defines a state variable called currentStory that holds the ID of the currently displayed story The useState hook is used to initialize the state with the ID of the first story in the data array const hold useRef This line defines a reference called hold that is used to store a timeout ID const radiusRef useRef Math tan Math PI This line defines a reference called radiusRef that is used to store the radius of the carousel circle The useRef hook is used to initialize the reference with a value calculated from the angle of view of the camera const carouselRef useRef lt HTMLDivElement null gt null This line defines a reference called carouselRef that is used to reference the carousel div const currentStoryRef useRef data id This line defines a reference called currentStoryRef that is used to reference the ID of the currently displayed story const radius setRadius useState Math tan Math PI This line defines a state variable called radius that holds the radius of the carousel circle The useState hook is used to initialize the state with a value calculated from the angle of view of the camera let isDown false This line defines a boolean variable called isDown that is used to determine if the mouse is currently pressed down let current This line defines a numeric variable called current that is used to keep track of the current rotation of the carousel let rotateYref This line defines a numeric variable called rotateYref that is used to keep track of the current Y rotation of the carousel The EventsThere are some events that we need to listen when the component started render useEffect gt const carousel document getElementById carousel as Element if window screen width lt setCellSize window screen width setRadius window screen width Math tan Math PI if carousel carousel addEventListener mousedown start as e Event gt void carousel addEventListener touchstart start as e Event gt void carousel addEventListener mousemove move as e Event gt void carousel addEventListener touchmove move as e Event gt void carousel addEventListener mouseleave end carousel addEventListener mouseup end carousel addEventListener touchend end The event listeners for mousedown touchstart mousemove touchmove mouseleave mouseup and touchend are added to the carousel element These event listeners call the start move and end functions which are defined elsewhere in the code These functions are used to handle the user s interactions with the carousel such as clicking dragging and releasing The functionsThere are main functions that I want to cover in this demo prevStory a function to go to the previous storynextStory a function to go to the next storystart the function that would be triggered when we start click or touch the componentmove the function that would be triggered everytime we move the mouse or our fingerend the function that would be trigger when we stop our animationLet s go to the first functions const prevStory currentStoryIndex number gt setCurrentStory data currentStoryIndex id rotateYref hold current if carouselRef current carouselRef current style transform translateZ radiusRef current px rotateY hold current deg hold current hold current const nextStory currentStoryIndex number gt setCurrentStory data currentStoryIndex id rotateYref hold current if carouselRef current carouselRef current style transform translateZ radiusRef current px rotateY hold current deg hold current hold current These two functions prevStory and nextStory are used to navigate to the previous and next story in the carousel respectively The functions take in a currentStoryIndex parameter which represents the index of the currently displayed story in the data array When prevStory is called it sets the currentStory state variable to the ID of the previous story in the data array It also updates the rotateYref variable to the current angle of rotation plus degrees and updates the carouselRef element s style to reflect the new angle of rotation Finally it updates the hold reference to reflect the new angle of rotation When nextStory is called it sets the currentStory state variable to the ID of the next story in the data array It also updates the rotateYref variable to the current angle of rotation minus degrees and updates the carouselRef element s style to reflect the new angle of rotation Finally it updates the hold reference to reflect the new angle of rotation Animation functions const end gt isDown false if carouselRef current carouselRef current style transition transform s const currentStoryIndex getCurrentIndex currentStoryRef if rotateYref gt hold current amp amp isFirst currentStoryIndex prevStory currentStoryIndex return if rotateYref lt hold current amp amp isLast currentStoryIndex data length nextStory currentStoryIndex return if carouselRef current carouselRef current style transform translateZ radiusRef current px rotateY hold current deg const start e MouseEvent TouchEvent gt isDown true current pageX in e e pageX e touches pageX const move e MouseEvent TouchEvent gt if isDown carouselRef current return e preventDefault carouselRef current style transition none const dist pageX in e e pageX e touches pageX const threshHold Math abs dist current const wrap if dist gt current rotateYref hold current threshHold wrap carouselRef current style transform translateZ radiusRef current px rotateY hold current threshHold wrap deg else rotateYref hold current threshHold wrap carouselRef current style transform translateZ radiusRef current px rotateY hold current threshHold wrap deg These three functions are used to handle the user s interactions with the carousel element such as clicking dragging and releasing end This function is called when the user releases the mouse or touch on the carousel element It sets the isDown variable to false to indicate that the mouse is no longer pressed It also adds a transition effect to the carousel element sets the currentStoryIndex to the current index of the displayed story and checks if the carousel should rotate to the previous or next story based on the rotateYref and hold current variables Finally it updates the carouselRef element s style to reflect the new angle of rotation start This function is called when the user clicks or touches the carousel element It sets the isDownto true to indicate that the mouse is pressed and sets the current to the current X position of the mouse or touch move This function is called when the user moves the mouse or touch on the carousel element It checks if the mouse is currently pressed down and if so it prevents the default behavior of the event It also updates the rotateYref and carouselRef element s style to reflect the new angle of rotation based on the distance moved by the mouse or touch The User InterfaceWe will put all the code above into a React Hook then we can use it in the component like this const displayStories imagePosition cellSize carouselRef radius useCarousel The most important part right now is to put the radius into each element like this lt div key story id className image full absolute style transform rotateY index deg translateZ radius px display flex alignItems center justifyContent center fontSize gt We will rotate the Y axis with index multiply with degree So we will have a cube With the wrapper we need to set transform style preserve d to it And this will be the result ConclusionTo sum up developing a D Instagram story carousel with React can significantly enhance the visual appeal of your Instagram Stories By employing D CSS transformations and React a revolving image carousel can be created with the appearance of depth and perspective In this guide we examined the essential features of D CSS such as transform transform style and perspective Additionally we discussed the React component code that constructs a D Instagram Stories carousel and explained the interplay of various functions and state variables in delivering an interactive captivating user experience With a touch of inventiveness and understanding of D CSS and React you can develop your very own striking D Instagram story carousel that will astonish your audience and make your Stories more prominent Source Code Live Demo 2023-08-16 02:35:31
海外TECH DEV Community Top Resources for High-Quality Images, Vectors, and Icons https://dev.to/abidullah786/top-resources-for-high-quality-images-vectors-and-icons-3ffn Top Resources for High Quality Images Vectors and IconsThis blog is originally published on my Blog website where you can find the full version with detailed insights and examples Click the link below to read the complete article and explore more tech related content Click HereGreetings fellow creators and developers As developers designers and creators we are constantly in pursuit of the perfect visual elements to enhance our projects Whether it s a stunning image that captures the essence of a blog post a vector illustration that adds a touch of uniqueness to a website or icons that bring clarity to our user interfaces the right resources can make all the difference In this blog post I m thrilled to share with you a curated list of top notch sources for images vectors and icons that will undoubtedly elevate your creative endeavors ️Have you found any cool websites that I haven t mentioned here If you have please leave a comment and tell us about them This blog is like a friendly group where we help each other By working together we can find even more great tools to make our projects look awesome Let s start exploring and discover all the amazing visuals out there Table of ContentsImages and VectorsPexels A World of Breathtaking VisualsPixabay Where Creativity Knows No BoundsUnsplash Unleash Your Creativity with Free High Resolution ImagesUndraw Elevate Your Projects with Wonderful VectorsVecteezy A Hub for Stunning Vector GraphicsBurst by Shopify Bursting with Free High Resolution ImagesCleanPNG Transparent Backgrounds Made EasyIconsFont Awesome The Icon Toolkit for All Your NeedsIconfinder Discover and Customize Icons with EaseSVGRepo A Treasure Trove of Freely Usable SVG IconsIconmonstr Meticulously Crafted Icons for Your ProjectsMaterial Icons from Material UI Seamless Integration with Material DesignIcons Customize and Integrate Icons EffortlesslyIcon Archive Exploring a Vast Collection of IconsFeather Icons Embrace Simplicity with Open Source IconsGoogle Fonts Icons Typography and Icons in Harmony Images and Vectors Pexels Pexels is a true gem when it comes to finding high quality free to use images and videos With a vast collection spanning various themes and subjects Pexels is a go to destination for breathtaking visuals Pixabay Pixabay offers a diverse range of images illustrations and videos all available under the Creative Commons Zero CC license This means you can use them for any purpose without worrying about attribution Unsplash Unsplash boasts a massive library of freely usable high resolution images With its user friendly interface and powerful search capabilities finding the perfect image has never been easier Wonderful Vectors from Undraw Undraw provides a stunning collection of open source vector illustrations that can add a touch of elegance to your projects The illustrations cover a wide array of concepts and can be customized to suit your needs Vecteezy Vecteezy is a hub for vector graphics offering a plethora of vector art created by talented artists You can find vectors ranging from icons to intricate illustrations all available for free Burst by Shopify Similar to Unsplash Burst by Shopify offers high quality images for free It s particularly useful for e commerce projects and provides a diverse range of photos to choose from CleanPNG CleanPNG specializes in transparent background PNG images If you re looking for images without the hassle of removing backgrounds this is the place to explore Icons Font Awesome Font Awesome is a beloved icon toolkit with a comprehensive library of icons that can be easily integrated into your projects It offers both free and pro versions catering to different needs Iconfinder Iconfinder hosts a vast collection of icons created by various designers The platform allows you to explore customize and even purchase icons for your projects SVGRepo SVGRepo is a treasure trove of SVG icons that you can freely use in your projects The icons are conveniently categorized making it simple to find the right ones for your needs Iconmonstr Iconmonstr provides a diverse set of icons all meticulously crafted and available in various formats You can search for icons by name or browse through categories Material Icons from Material UI Material UI offers a collection of Google s Material Design icons that seamlessly integrate with Material UI components These icons follow the Material Design guidelines ensuring a consistent look and feel Icons Icons offers a wide range of icons that you can customize in terms of size color and style The platform also provides tools to integrate icons directly into your design workflow Icon Archive Icon Archive hosts an extensive collection of icons covering diverse themes and styles While some icons may require downloading they provide an excellent resource for enhancing your projects Feather Icons Feather Icons offers a delightful collection of open source icons with a focus on simplicity and consistency While you ll need to download the icons they are worth the extra step Google Fonts Icons Google Fonts Icons is a part of Google Fonts that offers a wide array of icons that you can easily integrate into your web projects It s a fantastic way to maintain consistency across your typography and icons ConclusionIn a world where visuals play a pivotal role in capturing attention and conveying messages having a reliable arsenal of images vectors and icons is indispensable These resources can save you time elevate the aesthetics of your projects and ensure that your creative vision comes to life seamlessly Remember to respect the licensing terms of each resource and give credit where it s due ️Have you found any cool websites that I haven t mentioned here If you have please leave a comment and tell us about them This blog is like a friendly group where we help each other By working together we can find even more great tools to make our projects look awesome Let s start exploring and discover all the amazing visuals out there Connect with me on Twitter Linkedin and GitHub to stay updated and join the discussion 2023-08-16 02:04:55
金融 ニュース - 保険市場TIMES アフラック、福井県若狭町、ゼネラと包括連携協定を締結 https://www.hokende.com/news/blog/entry/2023/08/16/120000 アフラック、福井県若狭町、ゼネラと包括連携協定を締結若狭町の活性化や住民の健康寿命延伸へ福井県若狭町、アフラック生命保険株式会社以下、アフラック、およびゼネラ株式会社以下、ゼネラは年月日、包括連携協定を締結したことを発表した。 2023-08-16 12:00:00
ニュース BBC News - Home Travis King: North Korea says US soldier blamed discrimination https://www.bbc.co.uk/news/world-asia-66517280?at_medium=RSS&at_campaign=KARANGA discriminationtravis 2023-08-16 02:04:29
ビジネス ダイヤモンド・オンライン - 新着記事 アメリカで売れている日本の中古車トップ3は?「日本の中古品」の価値が世界で高まるワケ - News&Analysis https://diamond.jp/articles/-/327280 アメリカで売れている日本の中古車トップは「日本の中古品」の価値が世界で高まるワケNewsampampAnalysisコロナ禍以降、海外でトレンドとなっている「UsedinJapan」。 2023-08-16 11:30:00
IT 週刊アスキー 米Amazon、AI要約「カスタマーレビュー」を導入 https://weekly.ascii.jp/elem/000/004/149/4149957/ amazon 2023-08-16 11:40:00
IT 週刊アスキー ASUS、21.5型フルHD液晶ディスプレー「VA229QSBZ」を法人・教育機関向けに発売 https://weekly.ascii.jp/elem/000/004/149/4149940/ asusjapan 2023-08-16 11:45: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件)