投稿時間:2022-01-29 04:31:28 RSSフィード2022-01-29 04:00 分まとめ(32件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Architecture Blog Connecting an Industrial Universal Namespace to AWS IoT SiteWise using HighByte Intelligence Hub https://aws.amazon.com/blogs/architecture/connecting-an-industrial-universal-namespace-to-aws-iot-sitewise-using-highbyte-intelligence-hub/ Connecting an Industrial Universal Namespace to AWS IoT SiteWise using HighByte Intelligence HubThis post was co authored with Michael Brown Sr Manufacturing Specialist Architect AWS Dr Rajesh Gomatam Sr Partner Solutions Architect Industrial Software Specialist AWS Scott Robertson Sr Partner Solutions Architect Manufacturing AWS John Harrington Chief Business Officer HighByte and Aron Semie Chief Technology Officer HighByte Merging industrial and enterprise data across multiple on premises deployments and industrial … 2022-01-28 18:22:39
AWS AWS Partner Network (APN) Blog How Deloitte is Improving Animal Welfare with AI at the Edge Using AWS Panorama https://aws.amazon.com/blogs/apn/how-deloitte-is-improving-animal-welfare-with-ai-at-the-edge-using-aws-panorama/ How Deloitte is Improving Animal Welfare with AI at the Edge Using AWS PanoramaThe continuous interaction between humans and animals in slaughterhouses can lead to animal welfare deviations which can occur in different forms Learn how Deloitte s AIAnimals solution is capable of detecting these welfare deviations in order to improve the conditions of animals in slaughterhouses This is accomplished by using AWS Panorama a machine learning appliance and software developer kit SDK that allows organizations to bring computer vision to their on premises cameras 2022-01-28 18:55:00
Docker dockerタグが付けられた新着投稿 - Qiita Dockerfile の書き方調査 https://qiita.com/cyan1125/items/df4c4b9e9687962081ac ※後述のADDで使用例を記載DockerfileFROMpythonENVHOGEvartmpADDDockerfileFROMltImage名gtADDlt追加元gtlt追加先gtlt追加元gtにはファイル、フォルダ、リモートファイルを指定することが可能で、それらをlt追加先gtで指定したイメージのファイルシステム上のパスに追加することができる。 2022-01-29 03:14:30
海外TECH MakeUseOf 12 Popular Websites From the 90s Still Up and Running https://www.makeuseof.com/popular-90s-websites-running/ Popular Websites From the s Still Up and RunningIf you re looking for a hit of s nostalgia here are of the most popular websites from the naughty nineties still up and running today 2022-01-28 18:30:12
海外TECH DEV Community How I built the "Link in Bio" Page using HTML + Tailwind CSS https://dev.to/codewithkenn/how-i-built-the-link-in-bio-page-using-html-tailwind-css-319c How I built the quot Link in Bio quot Page using HTML Tailwind CSSHey there This is Kenn Your Daily Advocate Business Partner and Friend from CodeWithKenn Welcome to the Blog Make yourself at home In this article I m about to show you how easy it is to build a Bio Links Page using HTML and Tailwind CSS in less than minutes Feel free to follow me for more related articles Make sure you have checked my previous Tailwind CSS articles in this link to see another card design I ve made Before starting I m using TailwindCSS Playground to make things easier Link below I ve added the font in the CSS file tailwind base tailwind components tailwind utilities font family Poppins sans serif I ve used custom color added in my Tailwind Config file module exports theme extend colors mirage DEFAULT BBD EB BB AB A D plugins Let s goooooooooooooooo Design ConceptOur Page is made of Three parts User ProfileThe Social Media SectionThe Footer Code Snippets lt div class mx gt lt div class gt lt User Profile Picture gt lt div class max w sm h auto mx auto my rounded sm overflow hidden shadow lg bg mirage gt lt img class object cover rounded full h w mx auto mt p border border yellow src alt Kenn Kibadi Picture gt lt div class px py text white gt lt div class flex flex col gt lt div class font bold text xl text center hover cursor pointer gt KennKibadi lt div gt lt p class text sm text center gt Software Engineer lt p gt lt div gt lt div gt lt Social Media Links gt lt div class flex flex col mx auto text mirage gt lt a href target blank class flex flex row mx auto my bg white w text mirage py pl rounded md hover border r yellow border r gt lt svg xmlns width height fill currentColor class bi bi twitter my auto viewBox gt lt path d M c A a A a A v a A a A z gt lt svg gt lt h class my auto font semibold mx gt Twitter lt h gt lt a gt lt a href target blank class flex flex row mx auto my bg white w text mirage py pl rounded md hover border r yellow border r gt lt svg xmlns width height fill currentColor class bi bi youtube viewBox gt lt path d M h c a c l c v c l c a c h c l c a c L l A v c l c a c l A h zM vl L z gt lt svg gt lt h class my auto font semibold mx gt Youtube lt h gt lt a gt lt a href target blank class flex flex row mx auto my bg white w text mirage py pl rounded md hover border r yellow border r gt lt svg xmlns width height fill currentColor class bi bi github viewBox gt lt path d M C c A c z gt lt svg gt lt h class my auto font semibold mx gt Github lt h gt lt a gt lt a href target blank class flex flex row mx auto my bg white w text mirage py pl rounded md hover border r yellow border r gt lt svg xmlns width height fill currentColor class bi bi instagram viewBox gt lt path d M C a A C c C s c a c C s c a A c C h zm h c s c a c s c a c v zm a zm a zm a z gt lt svg gt lt h class my auto font semibold mx gt Instagram lt h gt lt a gt lt a href target blank class flex flex row mx auto my bg white w text mirage py pl rounded md hover border r yellow border r gt lt svg xmlns width height fill currentColor class bi bi facebook viewBox gt lt path d M c C c v h VHVc vh c vhl HVc z gt lt svg gt lt h class my auto font semibold mx gt Facebook lt h gt lt a gt lt div gt lt Footer gt lt div class text white text xs text center mt mb gt Built by lt a href target blank class border b yellow border b gt CodeWithKenn lt a gt lt div gt lt div gt lt div gt lt div gt Output Tailwind CSS Playground LinkYou can get the Source Code here Link to Tailwind Play TailwindCSS Related ResourcesTailwindCSS Official Docs TailwindCSS Lab Youtube Before you go Stay tuned More articles are coming out Feel free to follow comment and share the articles to support me Let s connectTwitter Github LinkedIn Instagram FacebookWebContract Business for Headless CMSSee My Bio LinkWant to start blogging Join NOW 2022-01-28 18:34:11
海外TECH DEV Community Amazon SDE 2 interview Experience https://dev.to/jineshcodes/amazon-sde-2-interview-experience-4fn5 Amazon SDE interview ExperienceI recently appeared for an Amazon SDE interview and this article will document my experience The entire process took about three months from the day the recruiter contacted me to the time I got the offer Amazon SDE interview process has one telephonic screening and four on site rounds Making a total of five rounds Sometimes there are additional rounds conducted as a part of on site interview Because of the global pandemic everything was conducted virtually Telephonic Screening days after the first conversation with the recruiter This is an elimination round The goal of this round was for the interviewer to determine if I should be allowed to appear in the on site rounds The duration was mins and I was expected to provide a complete solution to the given DS Algorithm question Q Search a word inside a given matrix similar to Leetcode word searchI quickly came up with a solution using a DFS traversal I hadn t practised much before the telephonic round so it took me a while to implement the solution I finished it with about mins to spare and we did a couple of dry runs with the test cases Once the interviewer was satisfied with the solution we discussed time and space complexity and alternate solutions using other traversals like BFS Overall the round went well but I took a critical data point to speed up my coding by practising more before appearing in on site rounds So I asked for the on site to be scheduled after days Onsite DS and Algo Round days after Telephonic round I had practised a bit more and was ready to go The duration of this round was expected to be hour The interviewer was expected to judge me on leadership principles and DSA We started off with Leadership Principle related questions I had good examples from my past experiences that demonstrated strong LP application This took about mins of the interview and we proceeded to the DSA round Q Gas station problem Leetcode Gas StationI was able to implement this immediately and discussed the time complexity of my solution Q Connect the nodes at the same level similar to Leetcode Populating Next Right Pointers in Each NodeWe discussed the solution but we ran out of time before thoroughly implementing the solution Overall the round started off well but somewhere along the way I lost track of time and couldn t get everything done in time One reason was that I was expecting only one DSA question I decided to ask the interviewer if there would be a follow up question The recruiter had similar feedback Onsite DA and Algo Round Same day as Onsite The expectation for this round was the same as on site This round also started off DSA Q Compute the size of the largest island in the given matrix where represents sea and represents land The interviewer confirmed there is a follow up after this So I quickly implemented the solution using a modified DFS traversal and discussed time space complexity While implementing I also explained the same to the interviewer so he didn t need me to explain the solution again at the end Follow up Now you are allowed to change at max one sea cell to land cell what would be the size of the largest island formed in this case similar to Leetcode Make a large islandIt wasn t very difficult considering I already had half the solution implemented in Q I explained the DFS based solution and the interviewer was happy He asked if there were any other ways to solve the same problem I proposed using Union Find to keep track of connected components and the size of the island and then compute the largest Note DFS based solution was better in terms of time complexity but the interviewer was interested in handling this with Union Find He asked me to implement the Union find based solution and I was able to do it fairly quickly After this the interviewer asked me LP related questions and I did well on them just like in round We only had a minute or so to spare for my questions for the interviewer This round went pretty well and my recruiter confirmed that this round had great feedback The recruiter also told me that the upcoming rounds are design rounds and I should take my time to prepare My day job had a lot of design exposure so I felt well prepped and asked the recruiter to schedule the interview soon Onsite High level design Round days after on site The expected time for this round was hour mins and the expectation of this round was to judge me on LPs and my High level design skills LP discussion was a little longer in this round It went very well as I had excellent examples to demonstrate the application of those principles You can find my tips on how to Ace the LP interview questions HLD Design a chat system for the Amazon returns team Here a bot can respond to customers using a predefined workflow and if the customer reaches the end of the bot workflow then allow an option to chat with a live Amazon returns agent The customer can add photos and videos to the chat Considering agents are working from home and an agent goes offline new agents should see chat history immediately We used the invisionapp website for the design diagram and I did well on this round My tips for acing the HLD Have a structured approach and be open to suggestions Something like Start with estimation Make assumptions and decide scope Come up with a very high level design Later discuss individual components in more detail And some tips Make sure you are properly communicating your rationale behind every tech decision Like why use web sockets over long polling Or why do we choose No SQL over SQL DB Make sure you discuss limitations and bottlenecks and a plan to avoid those if required Ask for frequent feedback explicitly and Ask if anything specific needs to be discussed before moving on to the next component And many more stay tuned for a blog around this Onsite Bar raiser and Low level design round days after on site The expected time for this round was hour mins and the expectation of this round was to judge me on LPs and my Low level design skills This round the Discussion of LPs was much more detailed and longer as mentioned before I had prepped well with great examples so it went very smooth We spent about mins just discussing my past experiences LLD Design a snake and ladder software board game I was asked to keep the design as extendible and modular as possible I made an extendible OOD design and then we added more scenarios that the system could be extended to handle For example how will you handle a multi player live action shooting or a cricket game how easily you can change the board configuration of snakes and ladders etc Make sure you use suitable design patterns to make your design adaptable and easy to extend Some design patterns which I used are Strategy patternObserver patternFactory methodState design pattern Onsite Additional DS and Algo round days after on site This additional round was conducted to test me a bit more on DSA The expected time for this was hour and the interviewer was expected to ask DSA questions By this time I had already cleared on sites of multiple different companies so I was pretty confident Q A simple DP similar to Leetcode Climbing stairsThis was basically a Fibonacci type problem and I solved this in just under mins Q Find the order in which a compiler will build given files If the two files are not dependent on each other the order does not matter Before compiling a file all its dependent modules should be compiled Solved this using topological sort and discussed space and time complexity We still had about mins to spare So we ended the call early The round went very well days after the interviews The recruiter called to inform them they were planning to extend an offer I didn t accept the offer in the end as I had already accepted an offer from another company One of the significant differences between interviewing at Amazon and other FAANG companies is their approach to the behavioural interview Read more on how to Ace the Amazon Leadership Principle questions Feel free to read other posts related to interview prep and experience on jinesh codes interviewOriginally published at on th Jan 2022-01-28 18:14:53
Apple AppleInsider - Frontpage News Universal Control is in Friday's public iOS, iPadOS and macOS beta releases https://appleinsider.com/articles/22/01/28/universal-control-is-in-fridays-public-ios-ipados-and-macos-beta-releases?utm_medium=rss Universal Control is in Friday x s public iOS iPadOS and macOS beta releasesApple has released public betas of all of its major operating systems including macOS Monterey and iPadOS so anyone can try out Universal Control and other new features Use one mouse and keyboard to control multiple devicesThe first public betas should be essentially the same as the first developer betas which Apple seeded on Thursday The builds can be acquired from the Apple Beta Software Program web portal Read more 2022-01-28 18:41:57
Apple AppleInsider - Frontpage News How to use Universal Control in iPadOS 15.4 & macOS Monterey 12.3 betas https://appleinsider.com/articles/22/01/28/how-to-use-universal-control-in-ipados-154-macos-monterey-123-betas?utm_medium=rss How to use Universal Control in iPadOS amp macOS Monterey betasUniversal Control is here in the latest betas for iPad and Mac We ve been testing it out and it is shaping up to be one of the most impressive features Apple has ever released Universal Control for iPad and MacWith the beta of iPadOS and macOS Monterey users can finally take Universal Control for a spin This feature originally slated for the fall of was delayed while Apple continued to refine it Even though we re only in the first beta it seems its efforts have paid off Read more 2022-01-28 18:31:10
海外TECH Engadget 'NHL 22' adds women's teams for the first time https://www.engadget.com/ea-nhl-22-womens-teams-181612337.html?src=rss x NHL x adds women x s teams for the first timeA week before the Winter Olympics get underway EA has added women s teams to its NHL games for the first time You can now select one of women s International Ice Hockey Federation national squads in NHL Canada Czech Republic Czechia Denmark Finland Germany Hungary Japan Russia Switzerland and of course Team USA EA has also introduced IIHF Men s and World Juniors teams to NHL Along with competing in IIHF World Championship tournaments the Men s and Women s teams are playable in the Play Now Online Versus Threes Now and Offline Online Shootouts modes EA announced the additions last month NHL which was released in was the first game in the series in which players could take to the virtual ice as a woman as long as they created one themselves The following year Canadian hockey pioneer Hayley Wickenheiser and American defense player Angela Ruggiero who could join any team in NHL became the first real playable women hockey players in the franchise but it s taken almost another decade for EA to add full women s squads The NHL series is following other major sports games franchises in adding women s teams EA brought them to its FIFA games for the first time in while K Games introduced the WNBA to NBA K in 2022-01-28 18:16:12
海外科学 NYT > Science The James Webb Space Telescope and a Quest Every Human Shares https://www.nytimes.com/2022/01/27/science/james-webb-space-telescope.html giant 2022-01-28 18:22:48
海外科学 NYT > Science Alarming Levels of Mercury Are Found in Old Growth Amazon Forest https://www.nytimes.com/2022/01/28/climate/amazon-forest-mercury-peru.html Alarming Levels of Mercury Are Found in Old Growth Amazon ForestThe findings related to gold mining in Peru provide new evidence of how people are altering ecosystems in dangerous ways around the world 2022-01-28 18:50:24
金融 金融庁ホームページ 鈴木財務大臣兼内閣府特命担当大臣閣議後記者会見の概要(令和4年1月25日)について公表しました。 https://www.fsa.go.jp/common/conference/minister/2022a/20220125-1.html 内閣府特命担当大臣 2022-01-28 18:30:00
金融 金融庁ホームページ 鈴木財務大臣兼内閣府特命担当大臣閣議後記者会見の概要(令和4年1月21日)を公表しました。 https://www.fsa.go.jp/common/conference/minister/2022a/20220121-1.html 内閣府特命担当大臣 2022-01-28 18:29:00
金融 金融庁ホームページ 鈴木財務大臣兼内閣府特命担当大臣閣議後記者会見の概要(令和4年1月14日)について公表しました。 https://www.fsa.go.jp/common/conference/minister/2022a/20220114-1.html 内閣府特命担当大臣 2022-01-28 18:28:00
金融 金融庁ホームページ 「新型コロナウイルス感染症関連情報」特設ページを更新しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/press.html 新型コロナウイルス 2022-01-28 18:20:00
ニュース BBC News - Home Downing Street parties: Calls grow for Sue Gray report to be published https://www.bbc.co.uk/news/uk-politics-60166997?at_medium=RSS&at_campaign=KARANGA downing 2022-01-28 18:17:28
ニュース BBC News - Home Amina-Faye Johnson: Parents of baby who died with 65 broken bones jailed https://www.bbc.co.uk/news/uk-england-london-60166481?at_medium=RSS&at_campaign=KARANGA johnson 2022-01-28 18:34:14
ニュース BBC News - Home Foreign Office boss admits error over Afghan animal evacuation https://www.bbc.co.uk/news/uk-politics-60170188?at_medium=RSS&at_campaign=KARANGA kabul 2022-01-28 18:53:28
ニュース BBC News - Home Storm Malik: Winds up to 80mph could hit parts of UK https://www.bbc.co.uk/news/uk-60171581?at_medium=RSS&at_campaign=KARANGA england 2022-01-28 18:50:48
ニュース BBC News - Home Salford gang leaders jailed for murder of 'cuckooed' man https://www.bbc.co.uk/news/uk-england-manchester-60080377?at_medium=RSS&at_campaign=KARANGA police 2022-01-28 18:30:07
ニュース BBC News - Home Meat Loaf albums return to the UK charts after his death https://www.bbc.co.uk/news/entertainment-arts-60169011?at_medium=RSS&at_campaign=KARANGA chart 2022-01-28 18:01:41
ニュース BBC News - Home Derby County boss Rooney turned down Everton approach https://www.bbc.co.uk/sport/football/60173135?at_medium=RSS&at_campaign=KARANGA everton 2022-01-28 18:44:22
ビジネス ダイヤモンド・オンライン - 新着記事 テレワーク、副業の“自腹経費”や、中途退職者の納め過ぎた税金は確定申告で取り戻せる!? - トクする確定申告・青色申告 https://diamond.jp/articles/-/294556 テレワーク、副業の“自腹経費や、中途退職者の納め過ぎた税金は確定申告で取り戻せるトクする確定申告・青色申告確定申告の対象は、自営業者に限りません。 2022-01-29 03:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 「頭がいい人はこんな本は読まないぞ」と言われたときの対処法 - 独学大全 https://diamond.jp/articles/-/294177 読書 2022-01-29 03:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 【1日1分強運貯金】 見るだけで、突然、 どんな仕事も成功する! 象に乗った“帝釈天”の 御利益パワーとは? - 1日1分見るだけで願いが叶う!ふくふく開運絵馬 https://diamond.jp/articles/-/293390 【日分強運貯金】見るだけで、突然、どんな仕事も成功する象に乗った“帝釈天の御利益パワーとは日分見るだけで願いが叶うふくふく開運絵馬Amazonランキング第位祭祀・、楽天ブックスランキング第位民俗・、。 2022-01-29 03:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 【9割の人が知らないコピー技術100】 日本一のマーケターが明かす 凡庸な見出しが インパクトのある一気に見出しに大変身! 8つのスーパー要素 「BTRNUTSS(バターナッツ)の法則」とは? - コピーライティング技術大全 https://diamond.jp/articles/-/293151 【割の人が知らないコピー技術】日本一のマーケターが明かす凡庸な見出しがインパクトのある一気に見出しに大変身つのスーパー要素「BTRNUTSSバターナッツの法則」とはコピーライティング技術大全発売たちまち大重版Amazonランキング第位広告・宣伝。 2022-01-29 03:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 【転職ノウハウYouTuberが徹底解説】5分でわかる転職活動のザックリ全体像 - 真の「安定」を手に入れるシン・サラリーマン https://diamond.jp/articles/-/292948 【転職ノウハウYouTuberが徹底解説】分でわかる転職活動のザックリ全体像真の「安定」を手に入れるシン・サラリーマン異例の発売前重版刷仕事がデキない、忙しすぎる、上司のパワハラ、転職したい、夢がない、貯金がない、老後が不安…サラリーマンの悩み、この一冊ですべて解決これからのリーマンに必要なもの、結論、出世より「つの武器」リーマン力副業力マネー力。 2022-01-29 03:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 77歳経営者が伝える「定年後も当たり前のように働く時代」で「社内失業」に陥らないために必要なこと - 孤独からはじめよう https://diamond.jp/articles/-/294511 当たり前 2022-01-29 03:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 仕事をする上で大切な「2つの視点」ー国境なき医師団村田慎二郎×『絶対内定』藤本健司対談(6) - 絶対内定 https://diamond.jp/articles/-/289806 事務局長 2022-01-29 03:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 【イギリスの元スパイが説く】 スパイが駆使する 情報分析の意外な目的とは? - イギリス諜報機関の元スパイが教える 最強の知的武装術――残酷な時代を乗り切る10のレッスン https://diamond.jp/articles/-/290351 【イギリスの元スパイが説く】スパイが駆使する情報分析の意外な目的とはイギリス諜報機関の元スパイが教える最強の知的武装術ー残酷な時代を乗り切るのレッスン重要な政治決定の裏側には、スパイが絡んでいる。 2022-01-29 03:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 【プロコーチが伝授】 判断に迷った時に使える 後悔しないための「7つの質問」 - 書く瞑想 https://diamond.jp/articles/-/291755 意思決定 2022-01-29 03:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 【カンタンなのに極上! レンチンレシピ】 みんな大好き! そぼろ丼もレンチンで! - 銀座料亭の若女将が教える 料亭レベルのレンチンレシピ https://diamond.jp/articles/-/291253 【カンタンなのに極上レンチンレシピ】みんな大好きそぼろ丼もレンチンで銀座料亭の若女将が教える料亭レベルのレンチンレシピ『銀座料亭の若女将が教える料亭レベルのレンチンレシピ』から、煮ない・焼かない・炒めない【つの具材】と【つのステップ】で、すぐ美味しいレシピを紹介。 2022-01-29 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件)