投稿時間:2022-07-02 19:25:29 RSSフィード2022-07-02 19:00 分まとめ(32件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS lambdaタグが付けられた新着投稿 - Qiita 【AWS】Lambda + API Gatewayを触ってみる【API Gateway編】 https://qiita.com/Hamoto/items/6b8a077073a347d4b28e apigateway 2022-07-02 18:44:48
python Pythonタグが付けられた新着投稿 - Qiita Django 管理画面でのカスタムフィルター admin.SimpleListFilter https://qiita.com/startours777/items/d72e6571e35194c5c8ec adminsimplelistfilter 2022-07-02 18:35:38
python Pythonタグが付けられた新着投稿 - Qiita Visual Studioからjupyter notebookを実行する方法 https://qiita.com/TomokiRyo/items/6f797867478810f5a147 jupyternotebook 2022-07-02 18:07:07
js JavaScriptタグが付けられた新着投稿 - Qiita 【useState】オブジェクトの中のオブジェクトを更新する https://qiita.com/t_109609akg/items/9c8853a938eb638a2daa ageheight 2022-07-02 18:01:52
Ruby Rubyタグが付けられた新着投稿 - Qiita Ruby % 使う方 https://qiita.com/tachi_F_sv/items/1b1fe6a94877f089aa11 rubylanguagerubystrq 2022-07-02 18:41:10
AWS AWSタグが付けられた新着投稿 - Qiita 【AWS】Lambda + API Gatewayを触ってみる【API Gateway編】 https://qiita.com/Hamoto/items/6b8a077073a347d4b28e apigateway 2022-07-02 18:44:48
Docker dockerタグが付けられた新着投稿 - Qiita 12.2.2.2.3 Call to object of class type [over.call.object] C++N4910:2022 (180) p324.cpp https://qiita.com/kaizen_nagoya/items/158a5b048e1fc4cab92f class 2022-07-02 18:45:24
Docker dockerタグが付けられた新着投稿 - Qiita 12.2.2.2.2 Call to named function [over.call.func] C++N4910:2022 (179) p323.cpp https://qiita.com/kaizen_nagoya/items/7da4c511aa2144ce2d2a draft 2022-07-02 18:41:51
Docker dockerタグが付けられた新着投稿 - Qiita 12.2.2.1 General [over.match.funcs.general] C++N4910:2022 (178) p321.cpp https://qiita.com/kaizen_nagoya/items/4fc7dee5ffce8c2dc6b9 draft 2022-07-02 18:33:10
Docker dockerタグが付けられた新着投稿 - Qiita 12.1 Preamble [over.pre] C++N4910:2022 (177) p320.cpp https://qiita.com/kaizen_nagoya/items/8dff385718d4fed4fb39 draft 2022-07-02 18:25:57
golang Goタグが付けられた新着投稿 - Qiita Goで静的ファイルを設置 https://qiita.com/popo62520908/items/dc7aeaa5597168d60456 packageroutesimport 2022-07-02 18:51:14
golang Goタグが付けられた新着投稿 - Qiita Goでサーバーを立ち上げる https://qiita.com/popo62520908/items/8e0f84ddbc29230c8f79 portfmtnethttpfuncmainfmt 2022-07-02 18:05:29
海外TECH DEV Community Writing a Good Technical Article https://dev.to/dephraiim/writing-a-good-technical-article-2pab Writing a Good Technical Article IntroductionI used to write poems and short stories When I became a developer I felt the urge to write as well Although I haven t been very consistent I have published some technical articles that I m pleased with Every developer should value their ability to write You can communicate your understanding of a particular technology or issue in writing If you want to start writing as a developer today you don t even need to create a blog from scratch because platforms like Hashnode and Dev to have already created an excellent environment for you to produce technical content This article serves as a manual for developers on how to create quality technical content These are some guidelines that in my opinion make you write a good technical article I sincerely hope you will find my writing enjoyable PS I am not an expert and I don t claim to be an expert Choose a TopicWhat gives you the most problems as a developer What kinds of articles do you want to read yet nobody is writing them What interests you as a developer When you want to write an article you should ask yourself these questions Pick a subject based on what interests you and what you want to learn this will put you in a position to produce the finest article possible To put it into perspective your subject should fall somewhere between the three something you care about something you know well and something your audience cares about Create a catchy title The next step is to come up with a title for your subject after you have chosen it When someone visits your article the title is the first thing they see The headline is what draws the reader s attention on a dashboard with many articles from various authors The title of an article can influence whether a reader decides to read it or not If you wish make it catchy and clickbaity while still being a depiction of the subject you ve picked Do your ResearchEven if you are implementing custom React Hooks on a daily basis writing about them won t be as simple for you Maybe you are really good so it comes easily some of us are not Whether or whether you are an expert in the field do some research on the subject you have chosen Simply put the purpose of the research is to broaden your perspective on your topic You can see a different viewpoint on how to do things from your usual method of doing things and possibly learn something you did not know by watching talks on the subject reading other people s code related to your subject reading the documentation and reading other articles Although it can take longer three hours of research is enough Outline Your ArticleI usually organize and list the main topics of any technical article before I begin Create a plan either on paper or in Notion You can better understand the entire content as a whole by using an outline and you are well prepared for what you will write and how you will write it An outline paints a picture of the primary and supporting concepts of a topic It can be written in short points or entire sentences bullet points or Roman numeralsーjust a simple guide for how to write your article Be clear and conciseYour paragraphs and sentences should be brief Long dense paragraphs can be intimidating Relay as much as you want while using the least amount of energy People value their time therefore you must be concise and to the point Avoid waffling ensure that your writing does not obstruct the message you are trying to express Adverbs sometimes lead to repetitive words so try to limit their use in your writing Tools like Grammarly might assist you in resolving this issue if English is not your first language Don t write a lot of code without explainingYou write technical content to describe how to use a certain language library or framework for the love of God do not paste a large portion of code with only a brief description or worse with no explanation at all Imagine you are watching a tutorial and the tutor just keeps pasting the code that s how annoying your article will sound The reader has likely never used the technology before or has little experience with it so they have chosen your article as a guide to help them learn how to use it This means that the objective of your article is to teach them how to use it Divide the code into little blocks and guide the reader with it Check your grammarGrammar should be considered while you write your content Like your dressing on a first date good grammar in an article communicates a lot Check your word choice very carefully affect and effect are two distinct words and there are other words in the English language that fit this description Verify that your spellings are accurate Additionally use conjunctions to make your thoughts flow more easily Make sure that proper nouns and the beginning of phrases are capitalized correctly Avoid writing numbers especially big ones in sentences since it makes them harder to read The number is preferable than and forty nine Use Grammarly to help you correct any mistakes you come across Use VisualsUse diagrams and visuals if you can they speed up learning and are attention grabbing Even basic diagrams and graphics will work well If you are developing a web application please show us a working demo image along with a well explained code sample The reader will want to read more since they can simply mentally model what to expect Diagrams net is one of many free drawing programs available online Another excellent option is Figma although you ll need more practice with it Edit your work And then edit again Take your time to read through and update your article once you are finished A proofread will be sufficient to catch any errors you may have overlooked Take a break from the post and proofread with fresh eyes as well you will read the article in a new state and see things from a different viewpoint which will help you notice any problems you may have missed Editing your work is simply the best approach to ensure that it is of the highest caliber possible when you are putting it out there If you can have someone review your draftI mean literally get another set of eyes When you re finished ask a person you trust who is an expert in your field to review your draft An additional review is crucial They could draw your attention to details you missed and provide other approaches You get to view the reader s firsthand perspective on your content who knows maybe they misunderstood something that in your opinion is obvious It s incredibly important to get feedback especially from trustworthy sources ConclusionBe confident in your abilities and yourself in addition to the aforementioned advice You wouldn t have chosen to write it in the first place if you knew you couldn t do it Let s work to produce the highest possible standard of material as tech writers Treat your writing as a product Illustration by Anna Antipina from Ouch 2022-07-02 09:50:52
海外TECH DEV Community https://dev.to/theme_selection/best-design-resources-websites-every-developer-should-bookmark-1p5d https://dev.to/leonislam81/httpsdevtothemeselectionbest-design-resources-websites-every-developer-should-bookmark-1p5d-3amm Detail Nothing 2022-07-02 09:33:17
海外TECH DEV Community JavaScript Interview Coding Test Problem 1 https://dev.to/stormytalent/javascript-interview-coding-test-problem-1-3oah JavaScript Interview Coding Test Problem InstructionsWrite a function that accepts two parameters both arrays The arrays can have both strings and numbers Return true if the second array is a subset of the first In other words determine if every item in the nd array is also present somewhere in the st array Input Array of Numbers amp Strings Array of Numbers amp StringsOutput BooleanExamples arraySubset gt truearraySubset gt truearraySubset gt falsearraySubset gt falseHints This problem has multiple solutions with different time complexities We ll need to consider how to deal with repeats such as wehn an item is present twice function arraySubset arr sub Your code here Solution function arraySubset arr sub if sub length gt arr length return false for let i i lt sub length i const arrIndex arr indexOf sub i if arrIndex return false delete arr arrIndex return true How it Works This function starts with a simple check The subset can t be larger than the superset by definition We continue by looping through every item in the second array Our function then finds the index of this item in the first array If that index is indicating that it is not present we can return false immediately Otherwise we delete it from the first array This ensures that if it is encountered again in the second array it can t use the same value in the first array Once we get through the entire second array we can return true Time We have two inputs so we ll refer to their lengths as m and n We loop over n indicating O n already Inside the loop there is a call to indexOf This itself is a loop as the engine has to go through the array to find the index So we re at O m n which is our final time complexity Space We use the same amount of space no matter how large the inputs so it s O Caveats Our function is not a pure function We delete items out of the first array To get around this we could first make a copy of the first array and work with that instead It would not change time complexity but would increase space complexity to O m Solution works around this problem function arraySubset arr sub if sub length gt arr length return false const arrCount for let i i lt arr length i const item arr i if arrCount item undefined arrCount item else arrCount item for let i i lt sub length i canst currentitem sub i if arrCount currentitem undefined return false arrCount currentitem if arrCount currentitem delete arrCount currentitem return true How it Works Time Every object manipulation performed here has O l efficiency so they won t factor into our calculations Looping over the second array gives us O n Since it s not inside the first loop we add the two variables giving us O m n This is much better than o m n Space In this solution we end up malting a copy of the items inm so our space complexity is O m Extending the Problem Our solution works for arrays that contain only numbers and strings What if we wanted to make this function work for arrays that contain any type of data Objects Using an object wouldn t work Object keys can only be strings Any key we insert into the object would automatically be coerced to a string 2022-07-02 09:32:22
ニュース BBC News - Home Two more captured Britons charged by pro-Russian rebels, say reports https://www.bbc.co.uk/news/uk-62015954?at_medium=RSS&at_campaign=KARANGA dylan 2022-07-02 09:50:07
ニュース BBC News - Home New Zealand 42-19 Ireland: Ruthless All Blacks hammer visitors https://www.bbc.co.uk/sport/rugby-union/62020099?at_medium=RSS&at_campaign=KARANGA New Zealand Ireland Ruthless All Blacks hammer visitorsNew Zealand emphatically preserve their remarkable year unbeaten run at Eden Park with a six try win over Ireland to take a series lead 2022-07-02 09:42:27
ニュース BBC News - Home UFC 276: Jared Cannonier 'grounded' before 'biggest challenge' of career against Israel Adesanya https://www.bbc.co.uk/sport/mixed-martial-arts/62003628?at_medium=RSS&at_campaign=KARANGA UFC Jared Cannonier x grounded x before x biggest challenge x of career against Israel AdesanyaAgainst the flamboyant backdrop of Las Vegas Jarod Cannonier is keeping calm before the biggest challenge of his career facing Israel Adesanya for the middleweight title at UFC 2022-07-02 09:13:07
サブカルネタ ラーブロ 香港彭記雲呑専門店@鶴見市場 http://ra-blog.net/modules/rssc/single_feed.php?fid=200605 中央アジア 2022-07-02 10:12:50
北海道 北海道新聞 後志管内7人感染、小樽は4人 新型コロナ https://www.hokkaido-np.co.jp/article/700980/ 新型コロナウイルス 2022-07-02 18:51:53
北海道 北海道新聞 ロシア、商業施設に旧式対艦兵器 低精度ミサイルで犠牲拡大 https://www.hokkaido-np.co.jp/article/701020/ 商業施設 2022-07-02 18:32:51
北海道 北海道新聞 続く炎天、涼求め コロナ「気を抜けぬ」 https://www.hokkaido-np.co.jp/article/701042/ 週末 2022-07-02 18:38:00
北海道 北海道新聞 秋山が広島初打席で適時二塁打 2軍戦で存在感 https://www.hokkaido-np.co.jp/article/701039/ 日本球界 2022-07-02 18:22:31
北海道 北海道新聞 中国、エアバス292機購入 航空大手3社“爆買い” https://www.hokkaido-np.co.jp/article/701015/ 購入 2022-07-02 18:16:53
北海道 北海道新聞 東・西日本で厳しい暑さ 引き続き熱中症対策を https://www.hokkaido-np.co.jp/article/701019/ 日本列島 2022-07-02 18:06:26
北海道 北海道新聞 中国人「沖縄行きたい!」 県が北京で魅力発信イベント https://www.hokkaido-np.co.jp/article/701040/ 日本大使館 2022-07-02 18:19:00
北海道 北海道新聞 ロシア艦3隻が西表島通過 6月は太平洋側南下 https://www.hokkaido-np.co.jp/article/701029/ 太平洋側 2022-07-02 18:01:18
北海道 北海道新聞 埼玉で1220人感染 1人死亡 https://www.hokkaido-np.co.jp/article/701038/ 新型コロナウイルス 2022-07-02 18:14:00
北海道 北海道新聞 JERAの千葉火力で火災 一部運転停止、50万キロワット https://www.hokkaido-np.co.jp/article/701037/ 中部電力 2022-07-02 18:14:00
北海道 北海道新聞 3日の予告先発 日本ハムは杉浦 https://www.hokkaido-np.co.jp/article/701036/ 予告先発 2022-07-02 18:05:00
北海道 北海道新聞 大阪で2545人感染 新型コロナ、1人死亡 https://www.hokkaido-np.co.jp/article/701035/ 新型コロナウイルス 2022-07-02 18:01:00
IT 週刊アスキー KDDIで大規模な通信障害発生中 UQや楽天モバイル、MVNOでも https://weekly.ascii.jp/elem/000/004/096/4096526/ 楽天モバイル 2022-07-02 18:30: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件)