投稿時間:2022-08-08 11:24:35 RSSフィード2022-08-08 11:00 分まとめ(27件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT バズ部 ドメインパワーとは?捉え方のSEO本質論と上げる方法・数値の調べ方 https://lucy.ne.jp/bazubu/seodomain-42564.html 検索エンジン 2022-08-08 01:30:16
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] “ナメクジ騒動”の大阪王将、衛生検査の店舗別結果は「開示しない」 理由は? https://www.itmedia.co.jp/business/articles/2208/07/news036.html ITmediaビジネスオンライン“ナメクジ騒動の大阪王将、衛生検査の店舗別結果は「開示しない」理由は中華料理チェーン店「大阪王将仙台中田店」で「ナメクジが発生している」とSNS上に書き込まれたことを巡り、運営元の大阪王将が全国店舗を対象に行った衛生検査の結果を公表した。 2022-08-08 10:51:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] ニトリ、家具やインテリア用品を限定値下げ 「生活応援キャンペーン」 https://www.itmedia.co.jp/business/articles/2208/08/news077.html itmedia 2022-08-08 10:50:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 旅館なのに宿泊できない? 箱根に「金乃竹 茶寮」オープン 狙いは? https://www.itmedia.co.jp/business/articles/2208/08/news072.html itmedia 2022-08-08 10:30:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 沖縄でおつまみに人気の魚「スク」 取れなくなったのはなぜ? https://www.itmedia.co.jp/business/articles/2208/08/news069.html itmedia 2022-08-08 10:30:00
TECH Techable(テッカブル) ヒトもモノも運ぶ、時速1000キロ超の超高速モビリティ「FluxJet」 https://techable.jp/archives/183442 fluxjet 2022-08-08 01:00:07
AWS AWS Japan Blog GraphQL API と AWS AppSync によるシングルテーブルとマルチテーブルの DynamoDB 設計パターン https://aws.amazon.com/jp/blogs/news/single-table-vs-multi-table-dynamodb-appsync/ itabledynamodbdesignpatte 2022-08-08 01:30:39
js JavaScriptタグが付けられた新着投稿 - Qiita React: 連続した状態変更をキューに加えて処理する https://qiita.com/FumioNonaka/items/73cb59fb3cabce4106da ingaseriesofstateupdates 2022-08-08 10:04:00
AWS AWSタグが付けられた新着投稿 - Qiita AWSのCAによるプライベート証明書を発行する https://qiita.com/ling350181/items/169d166ff5cc11dad836 認証局 2022-08-08 10:43:14
Azure Azureタグが付けられた新着投稿 - Qiita AZ-700合格記(2022/8/8投稿) https://qiita.com/handy-dd18/items/11d96003ef2fe0851f95 azure 2022-08-08 10:02:47
海外TECH DEV Community Top 10 mistakes Junior Devs do https://dev.to/waleedhcoder/top-10-mistakes-junior-devs-do-24ad Top mistakes Junior Devs doAre you a Junior dev trying to get better I have been working with a lot of Jr devs and through the time I identified common errors they made Read them and let me know if you identify with some of them But rememberMy goal with this list is to help you become better than you were yesterday Misreading errors This seems to be pretty obvious but it s wa y to frequent that a dev reaches to me asking for help because they are stuck and when I see the error my immediate question isDid you read carefully the error If so what s the error about For instance simple errors like Code ErrorOf course there are times when the error message is not clear and it s ok to ask for help but please read and try to understand what s failing Write code as soon as possible When you re going to work on the next task check if you start coding ASAP because that s something you should improve There are many things you should do before hand to make sure you deliver what s expected for instance Read and understand the scope of the ticket Clarify ambiguity with your Product Owner Team Lead Look for areas in the app that might be impacted or at least you need to test EtcMisunderstanding of the ticket s scopeThis can go in two ways Un fulfillment of all acceptance criteria In other words doing less than what was expected Adding things beyond the scope of the ticket Doing more than needed Mixing new code with refactors Just with experience you d know how risky is to introduce new code while refactoring the same area Aim to deliver things separate and if you want to refactor some code because it s awful or any other reason make sure you know the code well or at least have a decent set of tests before doing the refactor Not taking time to learn your tech stack If you re new in a company it s maybe your first job you want impress your coworkers so you do your best to deliver as many tickets as possible but in the long run you aren t going to increase your velocity and you d be stuck with silly issues because you didn t learn the stack enough Here is one the best quotes that illustrate the idea Give me six hours to chop down a tree and I will spend the first four sharpening the axe ーAbraham LincolnTake time to learn your stack if you work with React read the documentation amp understand what s going on learn Javascript well take courses keep learning Eventually something that could take you a couple of days to complete you d be able to do it in a matter of hours Focus on delivery not on quality Usually the devs I worked with try to finish the tickets ASAP and grab the next one but I always tell them I prefer if you deliver one ticket with zero or few bugs instead of delivering tickets full of bugs Not asking questionsFirst at all if you work on a place where you don t feel welcome to ask questions you should tell your manager or move to a different place A lot of times I get into a meeting with the team we discuss a new feature and we ask if someone have any questions and the room goes quiet so we finish the meeting But later on and countless times Jr developers ask me directly questions of things they didn t understand during the meeting So I go ahead and explain to them that asking those same questions during the meeting is more valuable because we can consider even more things and that their input is always welcome Getting stuckThis is related to the previous one if you re stuck with an issue it s better to raise your hand and ask for help rather than getting block the entire day But as I said in point make sure you read carefully the error and if you don t have a clue of how to solve it ask for help Having the same errors all the time If you have an issue and ask for help make sure you learn what happen why it happened and how to fix it Because the next time you face the issue you can solve it in own and even better eventually you can help teach someone what happen why it happened and how to solve it Quality is a QA department responsability It s quite common that developers rely on the QA to guarantee that we aren t introducing bugs or breaking the app If you get rid of that mindset and start caring about delivering features with high quality before they reach the QA person you d be miles ahead of the others ConclusionYou should be honest and assess yourself Don t feel ashamed if you have identified with one two or all of them Everybody was a Jr dev at some point and I have to admit I got better at some of them when I get into Senior positions The key is to identify them and be better than yesterday ️ I hope you enjoyed Did you identify with some of them Let me know in the commentsAlso you can follow me on twitter where I share more tips to become a better dev 2022-08-08 01:07:52
海外TECH Engadget LG's T90 earbuds come with Dolby Head Tracking technology https://www.engadget.com/lg-t90-earbuds-dolby-head-tracking-010058070.html?src=rss LG x s T earbuds come with Dolby Head Tracking technologyLG has launched its Tone Free wireless earbud lineup for and the new flagship model comes with built in equalizer and support for Dolby s Head Tracking technology Similar to Samsung s Galaxy Buds Pro which also has Dolby s audio feature the T has the capability to recalibrate sounds as you move your head to make it appear as if they re truly coming from all around you LG says the Ts are also the first earbuds to feature an audio virtualizer that Dolby designed for the form factor in order to expand its spatial dimensionality for a more immersive experience nbsp The company s other new Tone Free model is its first fitness focused earbuds called the Tone Free Fit or TF which were designed with a secure fit to keep them in place so they don t fall out in the middle of workout sessions This model can last for up to hours without its hybrid Active Noise Cancellation switched on while the T can last for up to nine hours so long as its adaptive ANC is not in use nbsp Both models charging cases come with a feature that kills percent of bacteria on the earbuds using UV C light Plus the T s charging case doubles as a Bluetooth transmitter that lets you add wireless connectivity to source devices that don t it If you have sensitive skin or get an allergic reaction to most earbuds it s worth noting that the Ts have medical grade hypoallergenic ear gels as well LG Tone Free TLG has yet to reveal how much the new earbuds cost but they will be available in the US starting in September nbsp 2022-08-08 01:00:58
GCP Google Cloud Platform Japan 公式ブログ SOC アナリストのオンボーディングを改善する SOAR ソリューションの 5 つの特徴 https://cloud.google.com/blog/ja/products/identity-security/5-ways-a-soar-solution-improves-soc-analyst-onboarding/ また、アナリストがハンドブックの手順の作成や編集を行う必要がある場合、新人に不足していることの多い特定のコーディングまたはクエリ言語の知識や知見がなくても、最適なSOARソリューションを使用することで対応が可能になります。 2022-08-08 03:00:00
GCP Google Cloud Platform Japan 公式ブログ Deutsche Bank での Cloud Composer: 金融サービス向けのワークロード自動化 https://cloud.google.com/blog/ja/products/data-analytics/deutsche-bank-uses-cloud-composer-workload-automation/ 多くの金融サービス会社で、時間ベースでスケジュール設定されたワークフローを実行して、ビジネスプロセスを実装することが日常的に行われています。 2022-08-08 02:00:00
北海道 北海道新聞 東京円、135円台前半 https://www.hokkaido-np.co.jp/article/715395/ 東京外国為替市場 2022-08-08 10:32:00
北海道 北海道新聞 <デジタル発>スカイマーク・洞駿社長 「うちはLCCじゃない」つぶやきの真意とは https://www.hokkaido-np.co.jp/article/714551/ airdo 2022-08-08 10:25:09
北海道 北海道新聞 コロンビア初の左派大統領が就任 ペトロ元ボゴタ市長 https://www.hokkaido-np.co.jp/article/715387/ 市長 2022-08-08 10:10:06
北海道 北海道新聞 国家公務員、給与引き上げ 初任給、3千~4千円増 https://www.hokkaido-np.co.jp/article/715390/ 国家公務員 2022-08-08 10:21:43
北海道 北海道新聞 マラソンの服部勇馬が結婚 中京テレビの平山雅アナと https://www.hokkaido-np.co.jp/article/715389/ 中京テレビ 2022-08-08 10:08:00
ニュース Newsweek 象のフンが二酸化炭素を減らす──象牙輸出と持続可能な保護活動とは? https://www.newsweekjapan.jp/stories/world/2022/08/post-99226.php 「象牙がアメリカやヨーロッパ産なら、こうした規制は課されなかっただろう」象牙の国際取引を再開するためには、合法的な象牙が違法な象牙に汚染されないように守ることも必要になる。 2022-08-08 10:28:45
ビジネス プレジデントオンライン 「ジェンダー不平等は自分には関係ない」と思っている中高年男性ほど直面する"孤立"の深刻さ - 定年を迎え、子が巣立ち、配偶者までいなくなると… https://president.jp/articles/-/60271 立命館大学 2022-08-08 11:00:00
ビジネス プレジデントオンライン 「ジェンダー不平等は自分には関係ない」と思っている中高年男性ほど直面する"孤立"の深刻さ - 定年を迎え、子が巣立ち、配偶者までいなくなると… https://president.jp/articles/-/60195 立命館大学 2022-08-08 11:00:00
ビジネス プレジデントオンライン なぜ晩年の田中角栄は「寂しい老人」だったのか…池上彰と佐藤優が考える「田中軍団」を支えていた残酷な力学 - 「人間には家族と使用人と敵の三種類しかない」という言葉の真意 https://president.jp/articles/-/60080 田中角栄 2022-08-08 11:00:00
マーケティング AdverTimes 志と場を共有する(つづく)というあり方 https://www.advertimes.com/20220808/article392007/ 志と場を共有するつづくというあり方国内外で数々のアワードを受賞し、電通の第一線で活躍していたクリエイターたち人が独立した、というニュースは、広告界、とりわけクリエイティブの領域で働く人たちに大きな衝撃を与えました。 2022-08-08 01:23:05
マーケティング AdverTimes 交通広告グランプリ2022 最高賞はサントリー「BOSS」の年末広告 https://www.advertimes.com/20220808/article392618/ 交通広告 2022-08-08 01:14:14
GCP Cloud Blog JA SOC アナリストのオンボーディングを改善する SOAR ソリューションの 5 つの特徴 https://cloud.google.com/blog/ja/products/identity-security/5-ways-a-soar-solution-improves-soc-analyst-onboarding/ また、アナリストがハンドブックの手順の作成や編集を行う必要がある場合、新人に不足していることの多い特定のコーディングまたはクエリ言語の知識や知見がなくても、最適なSOARソリューションを使用することで対応が可能になります。 2022-08-08 03:00:00
GCP Cloud Blog JA Deutsche Bank での Cloud Composer: 金融サービス向けのワークロード自動化 https://cloud.google.com/blog/ja/products/data-analytics/deutsche-bank-uses-cloud-composer-workload-automation/ 多くの金融サービス会社で、時間ベースでスケジュール設定されたワークフローを実行して、ビジネスプロセスを実装することが日常的に行われています。 2022-08-08 02: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件)