投稿時間:2022-07-26 21:27:04 RSSフィード2022-07-26 21:00 分まとめ(33件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
技術ブログ Developers.IO Client VPN을 이용해서 Private Subnet EC2 Instance에 접속해 보기 https://dev.classmethod.jp/articles/attempt-to-access-private-subnet-ec2-with-client-vpn/ Client VPN을이용해서Private Subnet EC Instance에접속해보기안녕하세요클래스메소드김재욱 Kim Jaewook 입니다 이번에는Client VPN을이용해서Private Subnet EC Instance에접속해보는과정을정리해봤습니다 하고 2022-07-26 11:50:00
海外TECH DEV Community How To Become an Open Source Contributor https://dev.to/mstryoda/how-to-become-an-open-source-contributor-4pgp How To Become an Open Source ContributorAs a software developer I feel happy when I contribute to the community It is an opportunity to improve your development skills and learn new things It is both an educative and entertaining process There are few things that satisfy me as much as an accepted pull request Becoming an open source contributor is a dream for some developers If you are a new developer or never made a contribution before and want to become a contributor in this post I have several suggestions for you Where To StartWell let s assume you found a project on Github and you want to contribute to that project Which steps to follow to become a contributor What might be helpful to the contribution process I will list those baby steps that I followed and made the contribution process easy for me Use that project in production as much as possibleThis might be the most important part of becoming a contributor Using a tool in production or in daily life helps you to understand it better While using the tool you will probably face errors that are actually bugs that need to be fixed At this point you can start contributing by creating an issue that describes the steps to reproduce that error After that you can get your hands dirty to get dive into the source code to investigate the root cause of that bug When you find the problem and fix it you can create a pull request As an example about years ago when I was writing C we used to use RestSharp as http client like most of the other developers At that time we had trouble comparing two almost identical DateTime we investigated it and found that RestSharp had missed a DateTime format while deserializing json string And I decided to fix that issue by opening a pull request After that my pr merged and I became a contributor to RestSharp Take a look at the source codeWhen I am curious about a project I will clone it and take a look at the source code of it It is not always a good starting point to contribute but it might help you to find some code to refactor As an example when I started my career at Trendyol I forked a project which was an internal framework used for legacy projects When I looked at the source code I found a piece of code to refactor Another example of looking at source code is while we were using Consul in our project I looked at the source code and I saw an array declaration without specified length declaring length while initialization is a performance improvement for arrays in Golang So I made one line contribution by specifying the length of that array Even that was satisfying for me There is one more thing to do in the source code “Measuring test coverage Writing unit tests to increase test coverage is another way to contribute to the project For example I am preparing a pr to Kubernetes that contains unit tests which increase test coverage Read documentations and apply examplesReading documentation helps you to understand how to use the tool There are two things related to reading docs One is that you might need information about a feature and you can not find it in docs Here you can contribute by writing documentation about that part The second one is that sometimes documentation might not be up to date or have typos When you are faced with that you can contribute by fixing docs I remember I was following an example on Istio documentation applied it and got an error I realized that the example has a typo on yaml configuration I created a pr and fixed that documentation to save other developers time Use the client of that project if exists Diving right into the source code of an open source project might be hard especially if the project has a huge source code At this point it might be helpful to start using the client code of that project This also helps to understand the internal structures of that project Let s take Kubernetes as an example it has quite a huge source code and it is not straightforward to dive into source code as a stranger But you can use Kubernetes client and make some example projects which interact with Kubernetes You will see that it helps you to understand the internals of Kubernetes better Search for issuesSearching for issues to resolve is another alternative to start contributing but it might be hard for a beginner You can always start searching for issues labeled as GoodFirstIssue When I wrote Java we used to use OpenFeign within our Spring Boot projects I decided to search for issues to find if there is an easy one to get involved in the project And I found it I start to resolve that issue and opened a pr for it It was accepted by authors and I got my name in contributors There are sites that help you to find projects to contribute to You can filter projects by tags or languages codetriage com Up For Grabs Want to contribute to open source but not sure where to start up for grabs net You can also use Github directly to find projects by filtering Search ·label first timers only ·GitHub GitHub is where people build software More than million people use GitHub to discover fork and contribute to over million projects github com Create an open source projectCreating an open source project might sound very hard at first glance But in time you will realize that open sourcing your codes even basic automated tasks might help others too So following this thought I created a repository called docker shell which does auto completion and suggestions for docker commands It grew further than I expected It helps developers who use docker in daily life You can contribute to the docker shell project as well Trendyol docker shell A simple interactive prompt for docker docker shellA simple interactive prompt for Docker Inspired from kube prompt uses go prompt Table Of ContentsFeatures InstallationHomebrewBuild From Source CodeHow To UseHow To ContributeFeatures Suggest docker commands List container ids amp names after docker exec start stop commands Suggest command parameters based on typed command List images from docker hub after docker pull command v Suggest port mappings after docker run command v Suggest available images after docker run command v InstallationHomebrewYou can install by using homebrew brew tap trendyol trendyol tapbrew install docker shellBuild From Source CodeYou can build the command from source code by following the steps below git clone git github com Trendyol docker shell gitcd docker shellsudo go build o usr local bin docker shell docker shellHow To UseAfter installation you can type docker shell and run the interactive shell Image suggestion from docker hub Port mapping suggestion How To ContributeContributions are welcome and will be fully credited… View on GitHubAnother open source project created by me is kubernetes kitap project which is a book written in Turkish for Kubernetes to help Turkish developers to understand Kubernetes mstrYoda kubernetes kitap HoşgeldinizOpen Source severler olarak bir araya gelip Kubernetes için Türkçe kaynak olmasıaçısından bu kitabıhazırladık ve siz değerli okuyuculara sunduk Kitabın adresi Konu BaşlıklarıGirişKubernetes NedirKubernetes Cluster MimarisiPod ve Container KavramıKubernetes Node Elemanlarıetcdapi serverkubeletkube proxycontroller managerschedulerDevelopment OrtamıKurulumukindminikubekskdmicroksKubectl KullanımıkubeconfigKubectl İşlemleriKubectl ApplyResource ListelemekResource EditlemekJsonPath ile Field filtrelemeDeployment OluşturmakDeployment ScaleControllerlarController KavramıNedirDeploymentsStatefulSetsDaemonSetsReplicaSetsPod Genel BakışPod Yaşam DöngüsüContainer StatüleriPod DurumlarıInit ContainerPod PresetStatic PodEphemeral ContainerPodların ÇalışacağıNodelarıBelirlemeİhtiyaçve Örnek SenaryolarNodeSelector AlanıTaint ve Tolerant KavramıNode Affinity ve Pod Affinity KavramıUygulama Kaynaklarının KonfigürasyonuResourceQuata ObjesiLimitRange ObjesiHealth Check İşlemleriHealth Check YöntemleriLivenessProbeReadinessProbeStartupProbeHorizontalPodAutoscaler ile ScalingRam amp Cpu BazlıUygulama Scale EtmeCustom Metrikler ile Scaling… View on GitHubBefore finishing the post I want to say that contributing to other projects has its own benefits The first and obvious one is that it improves your development skills Your code is reviewed by other developers and this gives you a new perspective Also you are making new networks and friendships with other developers Bonus Here is another site that might be helpful to start open source Open Source Guides Learn how to launch and grow your project Learn how to launch and grow your project opensource guide You can follow me on mstrYoda Emre Savcı ·GitHub Sr Software Engineer Trendyol KS lt Loves Golang amp Java Interested in CQRS DDD event sourcing and architectural patterns Creator of docker shell mstrYoda github com TwitterThank you for reading so far Take care of yourself until next post 2022-07-26 11:17:21
Apple AppleInsider - Frontpage News Shining some light on True Tone and Night Shift https://appleinsider.com/articles/22/07/26/shining-some-light-on-true-tone-and-night-shift?utm_medium=rss Shining some light on True Tone and Night ShiftFor the past several years True Tone and Night Shift are two iOS features that have helped users improve their viewing experience Here s when they came about and what they do True Tone and Night Shift can help you have a more natural and comfortable viewing experience Innovation is often recognized by how natural the technology feels and how well it interacts with organic elements Touch gestures in early devices like iPhone were first described as intuitive and natural Biometric innovations such as Touch ID or Face ID are easy to use because they pair perfectly with our unique human characteristics Read more 2022-07-26 11:56:30
Apple AppleInsider - Frontpage News AirTag helps cops track down stolen SUV in Memphis https://appleinsider.com/articles/22/07/26/airtag-helps-cops-track-down-stolen-suv-in-memphis?utm_medium=rss AirTag helps cops track down stolen SUV in MemphisApple s AirTag has aided the return of a stolen SUV in Memphis TN by helping the owner and police locate the vehicle the morning after it was taken Joshua Wylie woke on Friday morning to discover his SUV had been taken After an eventful month for the vehicle the Hyundai Santa Fe was stolen from where he had parked it however he was prepared for the incident On July the car s passenger window was broken and the steering column damaged in an attempt to steal the vehicle To help protect the vehicle Wylie installed a security camera in the apartment window pointing at the vehicle reports Action News Read more 2022-07-26 11:46:57
Apple AppleInsider - Frontpage News Apple Music commands a fifth of UK music streaming market https://appleinsider.com/articles/22/07/26/apple-music-commands-a-fifth-of-uk-music-streaming-market?utm_medium=rss Apple Music commands a fifth of UK music streaming marketA new UK government report claims that Spotify has about of the country s music streaming market with Amazon holding up to and Apple Music in third place at around An independent study recently claimed that financial hardship has meant one million UK subscribers cancelling their streaming music accounts Now a new UK government study makes no reference to this but instead attempts to examine the overall music market in the country Presented as a Research and analysis of the industry by the Competition and Markets Authority CMA the full report is a summary with only rather broad figures It says that the UK music streaming market comprises Read more 2022-07-26 11:40:13
Apple AppleInsider - Frontpage News SmartMi Air Purifier 2 review: HomeKit air cleansing with UV sterilization https://appleinsider.com/articles/22/07/26/smartmi-air-purifier-2-review-homekit-air-cleansing-with-uv-sterilization?utm_medium=rss SmartMi Air Purifier review HomeKit air cleansing with UV sterilizationThe SmartMi air purifier has HomeKit smarts UV sterilization and good coverage If not for a messy setup process this would be a great purifier to add to your home SmartMi HomeKit air purifierLet s break down the promised specs and compare them against the smaller SmartMi P Read more 2022-07-26 11:33:36
Apple AppleInsider - Frontpage News Steve Jobs' own Apple-1 prototype to be auctioned https://appleinsider.com/articles/22/07/26/steve-jobss-own-apple-1-prototype-to-be-auctioned?utm_medium=rss Steve Jobs x own Apple prototype to be auctionedAn original prototype Apple computer said to be owned by Steve Jobs and used in Apple s crucial demo to Paul Terrell is being auctioned and is expected to fetch at least Apple prototype hand soldered by Steve Wozniak Source RR Auctions Apple computers from have been increasingly circulating through auction houses with sometimes seemingly the same one appearing again and again In most cases the Apple computers up for auction are fully functional and perhaps restored but not this latest one Read more 2022-07-26 11:36:52
海外TECH Engadget The Morning After: A chess robot broke the finger of its 7-year-old opponent https://www.engadget.com/the-morning-after-a-chess-robot-broke-the-finger-of-its-7-year-old-opponent-111501037.html?src=rss The Morning After A chess robot broke the finger of its year old opponentSometimes the headline says it all A chess playing robot accidentally broke the finger of its seven year old opponent during an exhibition match in Moscow The child apparently moved his piece too soon and the robot grabbed his finger and squeezed it resulting in a fracture A video shows the robot grabbing the boy s finger and holding it for several seconds before a group of people come to free him The boy competed the next day finishing the tournament His parents however have reportedly contacted the public prosecutor s office Russian chess official Sergey Smagin downplayed the incident calling it a coincidence and saying the machine was absolutely safe Which I m not sure is true ーMat SmithThe biggest stories you might have missedKmart halts use of in store facial recognition amid Australian privacy investigationGM secures billion government loan to build EV battery factoriesLeaked documents show the hoops Roblox jumped through to do business in ChinaMercedes EQXX first drive The future of Mercedes The Orville will stream on Disney starting August th The Lord of the Rings Gollum is delayed a month before launchAnker s third gen GaN chargers have improved temperature monitoringThe initial line up of GaNPrime devices products and a power bank Anker has revealed its third generation gallium nitride GaN chargers barely a year after the previous batch The company is branding the new line up of power bricks and portable chargers as GaNPrime Anker said it worked with several partners to create products that last longer and are more sustainable It claims GaNPrime is the most intelligent most powerful and greenest multi device charging system ever created Continue reading Intel strikes a deal to manufacture MediaTek s chipsIts foundries will add significant capacity for MediaTek in North America and Europe Intel and MediaTek have formed a strategic partnership to build chips The aim is to ensure MediaTek has a more balanced resilient supply chain with added capacity in the US and Europe It looks like Intel won t be building chips for smartphones but for less glamorous devices used in industrial computing medical devices and internet of things applications Continue reading The NFL streaming service arrives today starting at per yearIt s more affordable than Game Pass but has some viewing restrictions NFLNFL gives you access to live football streams and ad free library content through the NFL App and the web starting at per year or per month Spend per year or per month on NFL Premium and you also get ad free match replays There are some catches however While you ll have live audio for every game regardless of device live video is only available for live local and primetime games on phones and tablets ーyou can t use this to watch a playoff run on your TV Continue reading Google marks Play Store s th birthday with a new logoA matching promo offers extra points for rewards program members GoogleTo celebrate its year anniversary Google is…unveiling a new logo No no free games or trials but you can get extra points if you re signed into the app store s rewards program Which apparently exists Continue reading Funko moves into video games with former Traveller s Tales developersThe vinyl figurine company and Games are making an action platformer FunkoFunko which is best known for its Pop vinyl figurines is about to venture into new territory It s making video games with the help of developer Games The studio is led by Jon Burton the founder of Traveller s Tales and TT Games Funko says its first game will have major third party studio integration which probably shouldn t be a big shock given the high profile licensing deals Continue reading 2022-07-26 11:15:01
Cisco Cisco Blog Cisco Live Las Vegas: Behind-the-scenes with Cisco’s Allison Putnam https://blogs.cisco.com/customerspotlight/cisco-live-las-vegas-behind-the-scenes-with-ciscos-allison-putnam vegas 2022-07-26 11:58:10
医療系 医療介護 CBnews 施設内療養への補助、9月末まで延長-1人当たり最大30万円、厚労省 https://www.cbnews.jp/news/entry/20220726195850 人当たり 2022-07-26 20:10:00
ニュース BBC News - Home EU agrees to cut gas use over Russia supply fears https://www.bbc.co.uk/news/business-62305094?at_medium=RSS&at_campaign=KARANGA fearseu 2022-07-26 11:09:08
ニュース BBC News - Home David Trimble: Bill Clinton hails him a 'leader of courage' https://www.bbc.co.uk/news/uk-northern-ireland-62300153?at_medium=RSS&at_campaign=KARANGA agreement 2022-07-26 11:52:54
ニュース BBC News - Home Heathrow hits back at 'bizarre' Ryanair criticism https://www.bbc.co.uk/news/business-62295867?at_medium=RSS&at_campaign=KARANGA disruption 2022-07-26 11:30:27
ニュース BBC News - Home Rail strikes: When are they and which trains are running? https://www.bbc.co.uk/news/business-61634959?at_medium=RSS&at_campaign=KARANGA august 2022-07-26 11:24:30
北海道 北海道新聞 知内 エース力尽きる 監督「ベスト出した」 https://www.hokkaido-np.co.jp/article/710437/ 進撃 2022-07-26 20:36:00
北海道 北海道新聞 相撲は鳥取城北が初戦勝つ 高校総体、サッカー男子は3回戦 https://www.hokkaido-np.co.jp/article/710422/ 高知県民体育館 2022-07-26 20:18:36
北海道 北海道新聞 EU、ガス需要15%削減で合意 緊急会合、ロシア供給減に危機感 https://www.hokkaido-np.co.jp/article/710436/ 欧州連合 2022-07-26 20:35:00
北海道 北海道新聞 タリバン、制裁解除訴え ムッタキ外相、高官会合で https://www.hokkaido-np.co.jp/article/710435/ 高官 2022-07-26 20:34:00
北海道 北海道新聞 五輪組織委元理事宅など捜索 札幌市長が招致に影響懸念 https://www.hokkaido-np.co.jp/article/710434/ 札幌市長 2022-07-26 20:32:00
北海道 北海道新聞 小樽で過去最多138人感染、「BA・5」初確認 後志管内も157人で最多 新型コロナ https://www.hokkaido-np.co.jp/article/710280/ 新型コロナウイルス 2022-07-26 20:29:34
北海道 北海道新聞 札幌市議会3会派 五輪招致へ推進会議設立へ https://www.hokkaido-np.co.jp/article/710432/ 五輪招致 2022-07-26 20:27:00
北海道 北海道新聞 日ハムBPに米自転車ブランド レンタルサイクル事業展開 https://www.hokkaido-np.co.jp/article/710431/ 事業展開 2022-07-26 20:26:00
北海道 北海道新聞 留萌管内感染最多39人 市立病院20人以上に 宗谷も最多53人 新型コロナ https://www.hokkaido-np.co.jp/article/710424/ 市立病院 2022-07-26 20:26:27
北海道 北海道新聞 中国海南島で高級品博覧会 キティ施設の紹介ブースも https://www.hokkaido-np.co.jp/article/710430/ 高級 2022-07-26 20:24:00
北海道 北海道新聞 深田監督作品がコンペ入り ベネチア国際映画祭 https://www.hokkaido-np.co.jp/article/710429/ 世界三大映画祭 2022-07-26 20:23:00
北海道 北海道新聞 アマゾン、配送18拠点を新設 10県で初、自社物流網強化 https://www.hokkaido-np.co.jp/article/710427/ 自社物流 2022-07-26 20:21:00
北海道 北海道新聞 道文教大付は初戦敗退 高校総体女子サッカー https://www.hokkaido-np.co.jp/article/710416/ 全国高校総体 2022-07-26 20:20:58
北海道 北海道新聞 縄文遺跡群の関連施設巡るスタンプラリー 27日に登録1年 絵画入りTシャツ展示も https://www.hokkaido-np.co.jp/article/710383/ 関連施設 2022-07-26 20:16:06
北海道 北海道新聞 第7波、道内観光に影 宿泊予約足踏み「続かないで」 新型コロナ https://www.hokkaido-np.co.jp/article/710421/ 新型コロナウイルス 2022-07-26 20:01:00
北海道 北海道新聞 札幌五輪のレガシー議論 プロモ委第3回会合 https://www.hokkaido-np.co.jp/article/710423/ 日本オリンピック委員会 2022-07-26 20:08:00
ニュース Newsweek ヘンリー&メーガン、「宿敵」を報道官に起用したチャールズ皇太子にご立腹 https://www.newsweekjapan.jp/stories/world/2022/07/post-99206.php いずれも、ヘンリー王子とメーガン妃が法廷で対決したタブロイド紙だ。 2022-07-26 20:19:00
ニュース Newsweek プロポーズに割って入るキリンの無遠慮さが話題に https://www.newsweekjapan.jp/stories/world/2022/07/post-99196.php プロポーズに割って入るキリンの無遠慮さが話題に人生で最もロマンチックな瞬間になるはずだった。 2022-07-26 20:05:00
IT 週刊アスキー そうだ、カロリーの話をしよう。ケンタの「メガダブルパンチサンド」チキン2枚の食べ応え https://weekly.ascii.jp/elem/000/004/099/4099479/ 期間限定 2022-07-26 20: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件)