投稿時間:2022-11-25 17:20:15 RSSフィード2022-11-25 17:00 分まとめ(24件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] ハイエースEVに試乗 車両性能は文句なし、課題は? https://www.itmedia.co.jp/business/articles/2211/25/news163.html itmedia 2022-11-25 16:28:00
IT ITmedia 総合記事一覧 [ITmedia PC USER] GIGABYTE、Ryzen 5+RTX 3060を搭載したエントリー15.6型ゲーミングノート 実売12万8000円 https://www.itmedia.co.jp/pcuser/articles/2211/25/news161.html gigabyteakajpsb 2022-11-25 16:25:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 4大生保に強い大学ランキング 早慶がそれほどでもない理由 https://www.itmedia.co.jp/business/articles/2211/25/news160.html itmedia 2022-11-25 16:24:00
python Pythonタグが付けられた新着投稿 - Qiita ROSの開発環境でflaskのrender_templateを使う https://qiita.com/belre/items/a62b0f0f1c1d04c2e7e1 flask 2022-11-25 16:15:52
js JavaScriptタグが付けられた新着投稿 - Qiita javascriptでtableタグのtd内の数値の合計を自動で計算 https://qiita.com/nonbiri3/items/b8329c1e79311485cfb4 ltscripttypetextjavascri 2022-11-25 16:49:47
js JavaScriptタグが付けられた新着投稿 - Qiita StreamControl ことはじめ https://qiita.com/platoronical/items/dd18088eb7347c1f338f qiita 2022-11-25 16:32:55
js JavaScriptタグが付けられた新着投稿 - Qiita nodeJS でURLからパラメータを渡す方法 https://qiita.com/junzai/items/db4f2262877b146a723f codeconstexpressrequireex 2022-11-25 16:29:15
Git Gitタグが付けられた新着投稿 - Qiita 初心者のCコンパイラ作成ログ https://qiita.com/XaiueoX/items/aa39ed39cb9f2e900afe github 2022-11-25 16:09:57
海外TECH DEV Community ✨Today I learned: Using Octokit! 🐙✨ https://dev.to/saminarp/today-i-learned-using-octokit-2bdm Today I learned Using Octokit A little reflection As important as it is to set goals it is also important to measure progress along the way I wanted to take a moment and see how far I have come in my first couple of months of open source development journey and what more I want to achieve Part of the goal I set for my open source development journey is to aim for continuous progression and development Hacktoberfest was a great way for me to navigate the mysterious world of open source projects Well a little less mysterious than before I am more comfortable now with the process of forking cloning experimenting with a project and following the contribution guideline rules to make a proper pull request I also learned to be more professional in my communication with maintainers and make changes according to their requests I am also better at reading contribution guidelines now and following them The ProjectAlong with a small team of incredible developers I decided to work on the My Photohub project As stated in the README md My Photohub is a web app that makes it easy to share your photos on the web My Photohub takes your images and optimizes them for the web creates a beautiful HTML page to show them and hosts everything in a new GitHub Repository owned by you Your photo web page is made available to the world via GitHub Pages Best of all everything is free and you are in control of the end product As someone who loves photography and working with images the moment I saw this project I knew I had to contribute to it I also liked the idea of using GitHub to upload images it felt original and innovative TeamworkHaving a great team all sharing a common vision and being equally motivated and active is so important to making a project work I was truly lucky to have worked on the My PhotoHub project with some brilliant developers who were ready to review my code provide feedback and actively communicate on our team chat Since the project was new it took a lot of coordination and communication to figure out the conflicting parts of the code could be resolved and turned into one properly functioning whole My Contribution Issue Figure out how to upload resources to GitHub Most of the time in order to make code contributions we need to have some idea of what the entire codebase is doing or what the project is about Unless of course the issue is very minor and won t affect the entire project I had to look through the pull requests of two other members of the team to have an idea of how to approach uploading resources to GitHub What is Octokit To contribute to this project I first had to learn about Octokit I never used it before for any of my projects so I had to read some articles about it first and go through the documentation Octokit is a lineup of GitHub maintained client libraries for the GitHub API The Octokit client can be used to send requests to GitHub s REST API and make queries to GitHub s GraphQL API Example taken from the documentation Get the username for the authenticated user Create a personal access token at const octokit new Octokit auth personal access token Compare get the authenticated userconst data login await octokit rest users getAuthenticated console log Hello s login I came up with the code below to upload the resources following the pull requests for other issues for the project To form the logic the documentation was my main source of guidance It had a lot of code examples for me to follow and work with import Octokit from const UPLOAD DIRECTORY raw function getBase file return new Promise resolve reject gt const reader new FileReader reader readAsDataURL file reader onload gt resolve reader result substring reader result indexOf reader onerror error gt reject error export async function githubUpload token repository file const octokit new Octokit auth token const owner repo repository split return await octokit request PUT repos owner repo contents path owner repo path UPLOAD DIRECTORY file name message Upload File file name content await getBase file Going forward For the next few weeks I want to actively work on turning the My Photohub project into a functioning application There are important bits and pieces of it still missing and I want to actively contribute to making it whole 2022-11-25 07:24:38
海外TECH DEV Community Developers should be lazy; here's why https://dev.to/jeanremyduboc/developers-should-be-lazy-heres-why-3j0 Developers should be lazy here x s whyI believe it s a good thing for programmers or any worker really to be lazy I truly think hiring managers should seek the laziest developer they can find All right people put your pitchforks down and let me explain Two kinds of lazinessOn Twitter the other day someone asked if one should use semicolons in JS My take I don t bother To me it s wasted typing wasted effort for no benefit It doesn t make the code any better or easier to read and it might save a few milliseconds here and there I m all about that I m all about choosing the path of least resistance what I called the lowest effort option in my tweet This caused a bit of a storm in a teacup and triggered a few folks Ew Lowest effort option That ethos couldn t lead to great software…That being said when I m speed coding on LeetCode I ve begun dropping the semicolons I m so ashamed of myself ‍ ️ーZakery Kates zakkates November I disagree Semi colons are there to separate the end of each line and therefore serve a purpose to both compiler and programmer There s no way low effort is always the best policy it just leads to lazy programming ーDaniel Hartgrove danhartgrovexyz November There s a few valid technical points there but the response that bothered me most was the immediate ewww low effort That s for losers gut reaction It bothers me because they misinterpreted what I meant I wasn t talking about slacking off and not doing a good job I believe these responder read the lowest effort option and understood low effort all the time That is not what I mean I was talking about true laziness the way Larry Wall describes it in the Perl book The quality that makes you go to great effort to reduce overall energy expenditure It makes you write labor saving programs that other people will find useful and document what you wrote so you don t have to answer so many questions about it Hence the first great virtue of a programmer True laziness optimisationYou see dear reader we re not talking about slacking off here It s not about copying and pasting code manually until it s time to go clock out and go home because you can t be bothered to write a script with regexp or two that will do the job for you in seconds Writing the script takes more effort initially but will save hours of tedious labor down the line And maybe help your colleagues And give you more free time to work on something more interesting or just to relax for a bit if you feel like it I want to take the path of least resistance yes but it s only to get more quality to scale to speed things up and ultimately to avoid spending precious company time on useless BS Besides I no longer believe laziness is real anyway I came across another example just the other day A collegue was implementing a new temporary payment feature on one of our sites We needed to track when users finalised a purchase on the site in both Universal Analytics and GA Because there were a few odd parameters in the tracking he was planning on triggering the events in his code using Universal Analytics s measurement protocol and GA s measurement protocol directly to track all this Keep in mind we already had a fully fledge Google Tag Manager setup with both UA and GA configured My Lazy brain just went do we really need to do all that work for a temporary feature Turns out there was a simple low code solution just push data about the purchase in the datalayer and tweak GTM to trigger the events correctly Boom All done in a few hours I spent the rest of the day watching TV Just kidding 2022-11-25 07:13:50
海外TECH CodeProject Latest Articles Win32 programming: dealing with variable size structs when making API calls https://www.codeproject.com/Articles/5342914/Win32-programming-dealing-with-variable-size-struc Win programming dealing with variable size structs when making API callsWhen calling into the w API there are many times when you must deal with structures that have a variable size This article shows how to do that in a convenient way 2022-11-25 07:56:00
海外TECH WIRED 21 Best Walmart Black Friday Deals (2022): TVs, Earbuds, Meta Quest 2, and More https://www.wired.com/story/best-walmart-black-friday-deals-2022/ Best Walmart Black Friday Deals TVs Earbuds Meta Quest and MoreSmartwatches video games tech and toys are on sale at the retailerーand you can pick up your purchases as soon as today 2022-11-25 07:33:51
金融 RSS FILE - 日本証券業協会 証券業報 2022年 11月 https://www.jsda.or.jp/about/gaiyou/gyouhou/22/2211gyouhou.html 証券 2022-11-25 08:31:00
金融 JPX マーケットニュース [東証]監理銘柄(確認中)の指定:NEXT FUNDS ラッセル野村小型コア・インデックス連動型上場投信 https://www.jpx.co.jp/news/1023/20221125-12.html nextfunds 2022-11-25 16:40:00
金融 JPX マーケットニュース [東証]監理銘柄(確認中)の指定:トシン・グループ(株) https://www.jpx.co.jp/news/1023/20221125-11.html 監理銘柄 2022-11-25 16:10:00
金融 日本銀行:RSS 日本銀行の役員給与の改訂について http://www.boj.or.jp/announcements/release_2022/rel221125a.pdf 日本銀行 2022-11-25 16:30:00
金融 ニュース - 保険市場TIMES チューリッヒ、HDI格付けベンチマークで最高評価を獲得 https://www.hokende.com/news/blog/entry/2022/11/25/170000 チューリッヒ、HDI格付けベンチマークで最高評価を獲得「問合せ窓口」「Webサポート」部門で三つ星チューリッヒ保険会社以下、チューリッヒは、HDI格付けベンチマーク年損害保険業界にて「問合せ窓口」と「Webサポート」の部門で、最高評価である三つ星を獲得したと年月日に発表した。 2022-11-25 17:00:00
ニュース BBC News - Home David Walliams' future as Britain's Got Talent judge 'up in the air' https://www.bbc.co.uk/news/entertainment-arts-63753499?at_medium=RSS&at_campaign=KARANGA david 2022-11-25 07:46:42
ニュース BBC News - Home World Cup 2022: Welsh anthem praised around the world https://www.bbc.co.uk/news/uk-wales-63729674?at_medium=RSS&at_campaign=KARANGA anthem 2022-11-25 07:14:06
GCP Google Cloud Platform Japan 公式ブログ リクルート:次世代セキュリティ DWH を BigQuery、Cloud Data Fusion で構築し、ログ分析の民主化を実現 https://cloud.google.com/blog/ja/topics/customers/recruit-building-a-next-generation-security/ BigQueryを中心にログを蓄積するCloudStorageや、データを可視化するためのLookerなどを連携させることで分析業務に必要な機能を実現しています。 2022-11-25 09:00:00
IT 週刊アスキー 「SEGA Genesis Mini 2」が数量限定で日本で追加販売決定! https://weekly.ascii.jp/elem/000/004/114/4114741/ amazoncojp 2022-11-25 16:45:00
マーケティング AdverTimes キリンHD磯崎社長・コニカミノルタ山名会長が語る、サステナ経営をどう実現するか? https://www.advertimes.com/20221125/article402966/ 経営 2022-11-25 07:56:46
マーケティング AdverTimes 電通ジャパン、関西代表と中部代表を設置 支社を改編 https://www.advertimes.com/20221125/article402950/ dentsu 2022-11-25 07:50:08
GCP Cloud Blog JA リクルート:次世代セキュリティ DWH を BigQuery、Cloud Data Fusion で構築し、ログ分析の民主化を実現 https://cloud.google.com/blog/ja/topics/customers/recruit-building-a-next-generation-security/ BigQueryを中心にログを蓄積するCloudStorageや、データを可視化するためのLookerなどを連携させることで分析業務に必要な機能を実現しています。 2022-11-25 09:00: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件)