投稿時間:2022-04-02 11:14:02 RSSフィード2022-04-02 11:00 分まとめ(14件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
js JavaScriptタグが付けられた新着投稿 - Qiita Railsでlink_to deleteが出来ない https://qiita.com/dabpaq/items/3235a168de6a8332da63 上記記事等から得た知識を元に思い当たる節を探ってみたところ、作成初期に放り込んでいた、bootstrap絡みのcssやらjavascriptあたりに要因がありそうな気配が。 2022-04-02 10:12:44
Ruby Rubyタグが付けられた新着投稿 - Qiita Crystalにさわり始めてから半年ぐらいの人が感じたRubyとCrystalの違い https://qiita.com/kojix2/items/94c87f3ae185af07bb62 evalが使えないわたし、よくわかってないんですが、直感的にはこれがRubyとCrystalの本質的な違いではないかという予感がしています。 2022-04-02 10:22:49
Linux Ubuntuタグが付けられた新着投稿 - Qiita Ubuntu ローカルのgit設定~SSHキー取得~GitHub,Gitlab連携まで https://qiita.com/koki2022/items/2a056f1286b9c62bf614 学校や会社で管理されているネットワーク内ではSSH接続ができない可能性があります。 2022-04-02 10:18:07
Ruby Railsタグが付けられた新着投稿 - Qiita Railsでlink_to deleteが出来ない https://qiita.com/dabpaq/items/3235a168de6a8332da63 上記記事等から得た知識を元に思い当たる節を探ってみたところ、作成初期に放り込んでいた、bootstrap絡みのcssやらjavascriptあたりに要因がありそうな気配が。 2022-04-02 10:12:44
海外TECH DEV Community 5 Skills You Will Need To Thrive As A Developer https://dev.to/valenciawhite/5-skills-you-will-need-to-thrive-as-a-developer-438i Skills You Will Need To Thrive As A Developer Patience and lots of it In the world of technology and development it s normal for this side of the world to introduce new software and hardware almost daily And as a developer you re expected to keep up as much as humanly possible in order to stay ahead of the trend But not only are you expected to be aware of the new technology that comes out but you re also expected to widen your breadth of knowledge in the technology you re currently niched in It can be a lot and quite frankly it is a lot And because of the amount of knowledge so readily available for your consumption it s critical to be patient with yourself when it comes down to learning new information It s easy to get wrapped up in the idea of you should be understanding something quicker than you are Especially when it seems your peers are outpacing you on that same topics Trust me don t fall for the mirage in the desert You re not alone in the feeling I encourage you to make a flexible game plan every few months simply checking in with yourself on the technologies and tools you desired learning and exploring And while you re learning new technologies build build build and build some more Break code debug code and contribute to open source code in that technology stack just get your hands dirty Flexible Communication amp NegotiationMaybe it was just me but as an introvert I thought the world of development was a “every man for himself type of environment That couldn t be further from the truth this is a highly connected and community oriented environment and if you re not prepared to tweak your tune for the crowd your communicating to you will unfortunately suffer You could have the greatest speech on a project you created but what good is it if you didn t match the message to the crowd you re targeting Be prepared to work with many people from all walks of life Child like Curiosity amp ImaginationWith the wide range of exploration option the tech world provides it s essential to carry with you a childlike curiosity about all that you encounter as it makes the journey that much more rewarding Getting lost for hours in a code base just trying out different logic paths is bound to lead you to new discoveries across the web from the googling you may have to do as you dive deeper Not having an end goal in mind and just letting your coding auto pilot come on helps cement information as you re bound to want to learn something you re actually interested and excited about Knowing When to Move OnSometimes the code is just broken and it s okay to call it quits Yes tenacity is golden but keeping your sanity is worth even more After you ve given a task at hand plenty of effort and time it s okay to bury it and move on And whose to say after moving on and learning new concepts the solution comes to you at a later date The good thing about code for the most part if you re keeping up with your storage it ll always be there for you And maybe before calling it quits it never hurts to bring in some outside eyes to help guide you along but again if that method renders futile it is a okay to save it for another time in the future As time goes on and you continue coding you can only get better Changing perspective a little bit here think of the code that s broken and seemingly unfixable for you now as a problem you re gifting future you to solve once you have the knowledge base for such complexity It s like you re your own Yoda Ability to Accept Multiple TruthsOne of my favorite aspects of coding is that there is so many ways to reach the same destination It s incredibly freeing and exciting as you could recode the same project over and over just to test different syntax out but since being in a coding boot camp I ve soon realized that not all people inherently enjoy that amount of laxity as it makes learning concepts a bit more difficult if you re learning material from one source and they do it a certain way and then switch to a different resource and they go about the same concept in a completely different way I can agree that part of the learning process can be frustrating but that s where point comes in It s going to take some Frankenstein level of stitching and removing of elements to get things to work right but hey that s what coding is about 2022-04-02 01:13:30
海外TECH DEV Community Round the Corner https://dev.to/tddr/round-the-corner-1jd1 Round the CornerWith there only being a few weeks left of this semester the end is in sight We have one more release before our release It s time to start trying to wrap things up and get some final things landed and smoothed out as opposed to adding a bunch of new features that will in turn add more bugs During our triage meeting this week I had made the suggestion that we cut some issues from the release tracker This would help us prioritize what needs to get done for and what is just a nice to have We managed to slim down the number of issues in the release by a substantial amount As it turns out most of the issues I had left over are not really that important for My focus for the coming weeks will be to help out where I can I will be doing more reviews and asking people if they need help The week that wasEven though it was not a necessity for I decided to try and finish slimming down our registry images I felt like I had spent so much time researching this that it would be a shame to have it all go down the drain and for someone else to have to start from scratch next semester After a bit more research in the topic however turned up this open issue in the docker slim repo Turns out that docker slim cannot be used as the building engine for buildx just quite yet So this issue will have to be put in the backlog until it can be because using buildx is more important than slimming the images Another issue that was left over to do now that the registry was up and running was to remove the old Github webhooks that we had in the repository After confirming the location of them I simply clicked the red button and that was another issue taken care of Lastly there was this issue that stemmed from migrating to use our registry based images We need to update the gitpod yaml to either build or cache from like we now do in our development yaml I made this PR to address the issue and it is still a work in progress but I think I am close to getting gitpod back up and running to help facilitate all this reviewing I plan on doing in the coming weeks 2022-04-02 01:10:44
海外ニュース Japan Times latest articles Lewis Hamilton opens up about struggles with mental health https://www.japantimes.co.jp/sports/2022/04/02/more-sports/auto-racing/hamilton-mental-health/ constant 2022-04-02 10:05:15
ニュース BBC News - Home Will Smith resigns from Oscars Academy over slap https://www.bbc.co.uk/news/world-us-canada-60963054?at_medium=RSS&at_campaign=KARANGA actions 2022-04-02 01:04:26
ニュース BBC News - Home The heavy losses of an elite Russian regiment in Ukraine https://www.bbc.co.uk/news/world-europe-60946340?at_medium=RSS&at_campaign=KARANGA ukraine 2022-04-02 01:01:42
ニュース BBC News - Home Russia's war ignites Orban's tightest election challenge in Hungary https://www.bbc.co.uk/news/world-europe-60952882?at_medium=RSS&at_campaign=KARANGA victory 2022-04-02 01:03:37
北海道 北海道新聞 西川学長新体制「開かれた旭医大」強調 学長政策推進室を廃止 https://www.hokkaido-np.co.jp/article/664506/ 旭川医科大 2022-04-02 10:32:11
北海道 北海道新聞 スミスさん、アカデミー会員辞意 授賞式でプレゼンター平手打ち https://www.hokkaido-np.co.jp/article/664605/ 平手打ち 2022-04-02 10:10:41
北海道 北海道新聞 イスラム諸国ラマダン入り ウクライナ侵攻で物価高 https://www.hokkaido-np.co.jp/article/664606/ 諸国 2022-04-02 10:11:00
ビジネス 東洋経済オンライン コロナ禍で激売れした「高級ブランド」の仕掛け コロナ前より売上高伸ばしたLVMHの凄み | ファッション・トレンド | 東洋経済オンライン https://toyokeizai.net/articles/-/578888?utm_source=rss&utm_medium=http&utm_campaign=link_back 東洋経済オンライン 2022-04-02 11: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件)