投稿時間:2022-11-20 18:17:03 RSSフィード2022-11-20 18:00 分まとめ(19件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT InfoQ Microsoft Introduces New Azure HX and HBv4 Virtual Machines for High-Performance Computing https://www.infoq.com/news/2022/11/azure-hx-hbv4-vms-preview/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global Microsoft Introduces New Azure HX and HBv Virtual Machines for High Performance ComputingMicrosoft recently announced new HBv series and HX series virtual machines VMs in preview suitable for high performance computing HPC workloads such as computational fluid dynamics CFD finite element analysis frontend and backend electronic design automation EDA rendering molecular dynamics computational geoscience weather simulation AI inference and financial risk analysis By Steef Jan Wiggers 2022-11-20 09:00:00
python Pythonタグが付けられた新着投稿 - Qiita 【初心者】Kaggleのデータセットを元に、脳梗塞の発症を的中させるモデルを構築してみる https://qiita.com/kohei6etty/items/967d541af5a0355a8387 aidemy 2022-11-20 17:29:10
js JavaScriptタグが付けられた新着投稿 - Qiita 100マス計算プログラム https://qiita.com/nonbiri3/items/74c11046b6ae453a30ce ltdivaligncentergt 2022-11-20 18:00:06
js JavaScriptタグが付けられた新着投稿 - Qiita JavaScript 関数の書き方まとめ https://qiita.com/SayCheeese/items/0f5f78da9553a6ddf4ca atcoder 2022-11-20 17:11:17
AWS AWSタグが付けられた新着投稿 - Qiita AWS FIS を利用して Fargate を対象に障害注入実験 https://qiita.com/leomaro7/items/221bb7ee1162b02bfda6 awsfis 2022-11-20 17:07:56
GCP gcpタグが付けられた新着投稿 - Qiita Cloud Runにgolangアプリケーションをデプロイ https://qiita.com/prkrsign890/items/f9f7ffd19b50c6ef1ee9 cloudrun 2022-11-20 17:15:39
Azure Azureタグが付けられた新着投稿 - Qiita チャットボットをAzureにデプロイする https://qiita.com/debonn/items/220bb5f2de08db694f3f azure 2022-11-20 17:13:01
Git Gitタグが付けられた新着投稿 - Qiita PowershellでGitを使う https://qiita.com/trumpet_developer/items/9427740da18af186603e etinstalljandedobbeleeroh 2022-11-20 17:58:37
Ruby Railsタグが付けられた新着投稿 - Qiita [sidekiq schduler]Cron形式での定期処理の書き方 https://qiita.com/prg_mt/items/7ebbb14d245c08ba2607 configsidekiqyml 2022-11-20 17:35:56
技術ブログ Developers.IO AWS Step Functionsのステートマシン間の依存関係をネストされたステートマシンで管理してみた https://dev.classmethod.jp/articles/manage-aws-step-functions-dependency-with-nested-flow/ awsstepfunctions 2022-11-20 08:42:11
海外TECH DEV Community Guess the logo https://dev.to/rakeshkr2/guess-the-logo-3jfm success 2022-11-20 08:44:55
海外TECH DEV Community ✨Today I Learned: The Subtle Art of Code Reviews 💡✨ https://dev.to/saminarp/today-i-learned-the-subtle-art-of-code-reviews-3pef Today I Learned The Subtle Art of Code Reviews Code reviewing is hard The pull requests I reviewed were for the My Photohub project Code reviewing for the first time in my life made me realize how difficult the task is As a first time code reviewer I found myself staring at the code pondering about what could be done to make it better Feeling rather lost I came up with some mediocre suggestions Nothing too great Nothing that I felt truly satisfied with suggesting Then came professor Dave to do his code review on the same pull request I was reviewing I just sat there astounded at the details he looked at and all that I missed He suggested major things such as better programming logic and minor things such as updating the project description I could have suggested those minor issues too a better project description a better logo that goes with the project instead of the default React logo and creating follow up issues for certain things Why did I overlook the obvious which professor Dave so elegantly and effortlessly pointed out Well I was so fixated and overloaded with trying to find something big to suggest that my senses had completely shut down on the easy stuff This made me realize just how much I need to practice reading other people s codes and thinking critically about them Like attaining mastery in any skill being a good code reviewer is a skill that takes time patience and practice Some code review best practices This is a great article I came across while researching for the code review best practices It beautifully elaborates on how design functionality complexity testing naming commenting style consistency documentation and context are all important components of a code review Time Attention Communication ️A good review takes time and attention It requires us to think critically about the programming logic For beginners it can feel overwhelming to stare at the code someone else wrote to suggest something meaningful There is a fear of being wrong A fear of offending the person writing the code I know because I felt all those However in open source development it is always important to remain polite and respectful in communication while giving constructive feedback We can sometimes disagree with the review but if we do so we should communicate that politely It is also important to keep an open mind while giving and receiving feedback It is through this exchange of ideas and feedback that we can improve over time If you have some coding experience and spend enough time and give undivided attention to the code it is almost always possible to come up with suggestions for improvement Start small If you are a beginner start small and learn from others I learned a lot of important things by reading professor Dave s reviews Then I realized that it is by seeing how more experienced people review code I can get better I made some notes of the things I learned by reading a lot of his code reviews on GitHub I turned those things into some sort of a checklist Ask specific questions regarding certain lines of code if unclear Look for unused dependencies and ways to optimize package json Look at the code from the context of the entire codebase Leave some words of encouragement to point out what the developer is doing right Focus on functionality and compatibility Look for clear names and proper naming conventions When reviewing README or CONTRIBUTING md files look for consistency in style formatting spelling and grammar Make sure that the design and UI look good Ensure that the unit tests are appropriately designed for the code Make sure that the code conforms to a certain style guide provided My code reviewsHere are the code reviews I did over the last few days Click on the links to view the entire review While suggesting changes I also provided the rationale behind suggesting the changes and asked for the developer s opinion This kept communication professional and polite Review Review In linters we trust Automated code checkers and static tool analyzers can help a reviewer save a lot of time looking for silly typos or stylistic errors Linters and scanners act like spell and grammar checks for a code With the headache of formatting and other stylistic issues out of the way the reviewer can focus on the actual logic of the code As code reviewers it is essential to make use of the automated code checkers available to save time and sanity Closing thoughts on productivity If you are someone like me who loves reading about psychology and productivity this is a great article 2022-11-20 08:14:07
海外科学 NYT > Science U.N. Climate Talks End With a Deal to Pay Poor Nations for Damage https://www.nytimes.com/2022/11/20/climate/un-climate-cop27-loss-damage.html U N Climate Talks End With a Deal to Pay Poor Nations for DamageNations reached a landmark deal to compensate developing nations for climate harm But some leaders said the summit didn t go far enough in addressing the root causes of global warming 2022-11-20 08:33:44
海外TECH WIRED 5 Best Black Friday Sonos Deals (2022): Soundbars, Speakers, Subwoofers https://www.wired.com/story/best-black-friday-sonos-deals-2022/ november 2022-11-20 08:10:20
海外ニュース Japan Times latest articles North Korea’s Kim has revealed he has a daughter. Why now? https://www.japantimes.co.jp/news/2022/11/20/asia-pacific/north-korea-kim-daughter/ arsenal 2022-11-20 17:49:54
海外ニュース Japan Times latest articles Rob Page caps remarkable rise by taking Wales back to World Cup https://www.japantimes.co.jp/sports/2022/11/20/soccer/international-soccer/world-cup-wales-page/ quarterfinals 2022-11-20 17:39:58
海外ニュース Japan Times latest articles Even a small nuclear war would mean mass famine https://www.japantimes.co.jp/opinion/2022/11/20/commentary/world-commentary/nuclear-famine/ climate 2022-11-20 17:34:33
海外ニュース Japan Times latest articles The global economy and secular inflation https://www.japantimes.co.jp/opinion/2022/11/20/commentary/world-commentary/global-inflation-2/ range 2022-11-20 17:33:54
ビジネス 不景気.com 週刊不景気ニュース11/20、赤字・取立不能の発表多い - 不景気com https://www.fukeiki.com/2022/11/week-report-221120.html 週刊 2022-11-20 08:25:16

コメント

このブログの人気の投稿

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