投稿時間:2021-08-05 05:17:04 RSSフィード2021-08-05 05:00 分まとめ(21件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
海外TECH DEV Community 6 Useful Tips from Visitors To Improve your Portfolio 🌱🚀 https://dev.to/madza/6-useful-tips-from-visitors-i-used-to-improve-my-portfolio-8nn Useful Tips from Visitors To Improve your Portfolio Some months ago I posted an article about how I built my first personal portfolio The feedback was pretty awesome and I got some great ideas on how I could improve it Thanks for users dyllandry cdthomp sufyaan and zzoukk for leaving feedback and recommending most of these changes Lately I decided to create a new branch on Git and start to work on them Since the initial version was still deployed it gave me an opportunity to compare both versions Hopefully these revisions with before and after images will spark some ideas on how you can improve your portfolio as well Scrollable main feed BeforeFirst my initial portfolio had a fully static landing page The only way users could access content was to click on the navigation items on the top right otherwise they would be left with an impression that the site is empty since there was no scroll AfterDuring the revision I made the landing area scrollable and now it allows me to highlight the work that I want to present the most My main purpose of the portfolio was to showcase the projects that I ve done thus I decided to showcase both images and the features for projects Plus there are also highlighted articles LIVE examplePlus I also configured my CMS Contentful to enable or disable any project or article as a highlight by just of a tick of a box Visual Blog cards BeforeThe blog cards of the first version consisted just the title and description with no visual representation of the article Obviously this did not help to entertain the reader and keep the visitors attention See the initial version below AfterDuring the revision I focused on the image cover so that it does not break the existing card layout look good on the dark background and is responsive for the mobile devices LIVE example Animated Project cards BeforeSimilarly as the blog cards project cards did not include any visuals either This was especially bad for projects as no one really wanted to click through each and every project just to see what it looks like AfterSo I decided to include an image for each project I extended it even more by creating a GIF images that could prescribe not only the design but the main functionality as well LIVE example Separate Contact form BeforeThe contact functionality on the initial version depended on how well the users have set up their systems It s because used a mailto in href attribute that could often end up with pop ups like this asking to configure users email client AfterDuring the revision I created an independent route for contact functionality I used react hook form for forms and Sendgrid for actual email service LIVE example Custom page BeforeMy initial blog used stock NextJS page Technically the users were informed about non existing routes tho it looked too basic and did not match the main theme of the portfolio AfterI took some nice SVG from Undraw co created a custom style for the page created a custom warning information and added a Home button so that users can be redirected to Home LIVE example Other minor changesDuring the revision I also fixed scrollbar styling adjusted code highlighting added access buttons to source and github in projects adjusted responsiveness for mobile devices etc I ve merged the revision branch into the master and it s deployed so you can check the whole portfolio live at madza dev I will be thankful if have any comments or further feedback My main tip from this article would be to recommend to use all the feedback you receive Together we are building better products And I believe we all learn by sharing the knowledge Writing has always been my passion and it gives me pleasure to help and inspire people If you have any questions feel free to reach out Connect me on Twitter LinkedIn and GitHub Visit my Blog for more articles 2021-08-04 19:10:24
海外TECH DEV Community Using CORS for Cross-Domain Requests https://dev.to/gathoni/using-cors-for-cross-domain-requests-5h4o Using CORS for Cross Domain RequestsCover image by Hillary Black on UnsplashIf you have ever opened your browser s console and you saw No Access Control Allow Origin header is present on the requesting resource error message in all red then this post might help you a bit You get that error when you try to access a resource from another domain using your browser which is not allowed This is due to the same origin policy which only allows a browser to make requests to the same domain The policy is important as it prevents malicious scripts from accessing resources on other domains For instance if you are making a request to from the request will go through If you instead make the request to another domain say www domain com api the browser will block your request So what do you do in a case where you have to make a request to another domain You use CORS What is CORS anyway CORS is an acronym for Cross Origin Resource Sharing It allows servers to make cross domain requests which are otherwise restricted due to the same origin policy How it worksBefore a browser makes a request to a server it first sends a preflight request to check whether that domain and request method is allowed If it is the request is made If not the request is blocked Enabling CORSIf you have access to the server then you can enable cors on it and whitelist the domain you are making the request from You do this by setting the header Access Control Allow Origin to a wildcard character such that it allows any domain to make a request or to a specified list of domains Access Control Allow Origin or Access Control Allow Origin What if you don t have access to the server You could use a proxy server that will make the request on your behalf Your origin will therefore be hidden One such proxy is the cors anywhere proxy To use it you only need to prefix the API URL with Our request URL will now look like this domain comfetch then response gt response catch error gt console log error This is not the best solution though Think about this if the data you are expecting is location specific you will get data according to the location of the proxy server and I assume that won t help you as much Also using a proxy you have no control over can get risky in production Create your own serverUsing a server side programming language like node js you can simply create a server you have control over meaning you can directly enable CORS on it The server to server request works because the same origin policy does not apply To get access to the data from your script Send a request to your server telling it to call the public APIYour server receives the request because you have enabled corsYour server calls the public APISince same origin policy does not apply for server to server requests it receives a response backYour server then sends the response back to youYou receive and use the response dataI hope this article helped you Happy coding 2021-08-04 19:08:47
海外TECH DEV Community INTERACT: The Interactive, Community-driven Conference for Engineering Leaders https://dev.to/conorbronsdon/interact-the-interactive-community-driven-conference-for-engineering-leaders-2hee INTERACT The Interactive Community driven Conference for Engineering LeadersINTERACT is the biggest thing Dev Interrupted has done yet An interactive community driven digital conference on September th ーby engineering leaders for engineering leaders day speakers s of engineers and engineering leaders all free Why attend Incredible speakers You ll hear from engineering leaders who have scaled teams ー VPs of Engineering CEOs and CTO ーsharing their successes and failures It s Interactive We re not just talking about live Q amp A Meet the speakers in Discord vote to influence the sessions share your opinions and be part of real time content discussions with other engineering leaders Continuous Community Learning and growing doesn t stop when INTERACT is over The Dev Interrupted Discord Community has engineering leaders sharing ideas and helping each other every day Register Now Speaker LineupMaria Gutierrez ーVP of Engineering at TwitterEinat Orr ーCEO amp Co Founder of Treeverse Former VP of Eng Yaron Inger ーCTO of LightRicksAmir HozezーVP of R amp D at IntsightsEyal Levy ーVP of R amp D at BigIDOri KerenーCEO amp Co Founder of LinearBDan Lines ーCOO amp Co Founder of LinearBHenrik Gütle ーGM for Microsoft Azure at Microsoft CanadaHelen Beal ーDevOps Institute Chief AmbassadorNick Hodges ーDev Advocate Dev InterruptedSessions and more information to be announced over the upcoming weeks ーregister now to save your spot The InteractDI Afterparty Hosted by DzoneImmediately following the event join our growing engineering leadership community for an afterparty in Discord hosted by Dzone Click here to join This event wouldn t be possible without our Presenting Sponsor LinearB and our Presenting Partners DZone and Daily dev Presenting SponsorAbout LinearBMetrics alone don t improve dev teams Software Delivery Intelligence SDI helps dev teams continuously improve by turning insight into action Unlike top down engineering metrics tools which become shelf ware LinearB is a dev first platform and provides value to every member of the team Development organizations using LinearB s SDI cut their Cycle Time in half after only days The result for developers is less bureaucracy fewer interruptions and more time to build The result for teams is fewer process bottlenecks and accelerated delivery Activate Software Delivery Intelligence for your dev team in minutes at linearb io Premier PartnersAbout DZoneDZone com is one of the world s largest online communities and a leading publisher of knowledge resources for software developers Every day hundreds of thousands of developers come to DZone com to read about the latest technology trends and learn new technologies methodologies and best practices through shared knowledge About daily devThe fastest growing online community for developers to stay updated on the best developer news Together they supercharge developers knowledge and empower better software About Dev InterruptedDev Interrupted is the premier community for software engineering leadership and continuous improvement We publish our podcast weekly maintain a Discord Community of more than engineering leaders host monthly events including our new quarterly INTERACT conference publish articles create videos and much more Originally published at on August 2021-08-04 19:01:50
Apple AppleInsider - Frontpage News Detect Pegasus malware on iOS for free using admin app iMazing https://appleinsider.com/articles/21/08/04/ios-admin-app-imazing-offers-free-tool-that-can-detect-pegasus-spyware?utm_medium=rss Detect Pegasus malware on iOS for free using admin app iMazingFile transfer tool iMazing has added a free feature that makes it easier for iPhone and iPad users to detect traces of the Pegasus spyware on their devices Credit iMazingIn version of iMazing the company has added a new Spyware Detector tool that s inspired by the Mobile Verification Toolkit created by Amnesty International Read more 2021-08-04 19:18:49
Apple AppleInsider - Frontpage News Meross Wi-Fi Smart Plug review: A low-cost way into HomeKit automation https://appleinsider.com/articles/21/08/04/meross-wi-fi-smart-plug-review-a-low-cost-way-into-homekit-automation?utm_medium=rss Meross Wi Fi Smart Plug review A low cost way into HomeKit automationPeople who want to get started with home automation and HomeKit are spoiled for choice when it comes to devices to buy for their smart home Devices such as video doorbells air purifiers and lights are all available to purchase and install to make a person s life easier Those who don t necessarily want to go all in on HomeKit will most likely gravitate towards the more obvious and seemingly easy to use devices namely lights and smart plugs This makes sense as they can be acquired with very little outlay and can easily be added or removed from a home setup without too much trouble Naturally anyone going down the route of smart plugs may search Amazon and find many outlets to choose from sometimes at a meager cost The Meross Smart Wi Fi Plug is one example of what you can buy at the cheaper end of the range Read more 2021-08-04 19:06:06
海外TECH Engadget HBO Max adds scripted stories to its growing podcast library https://www.engadget.com/hbo-adds-scripted-stories-to-its-growing-podcast-library-including-batman-the-audio-adventures-194452461.html?src=rss HBO Max adds scripted stories to its growing podcast libraryHBO Max has grown its Podcast Program by leaps and bounds over the past two years expanding from shows in to today many serving as tie ins and companion pieces to HBO s various series But that will soon change as the company announced on Wednesday that it plans to expand its online audio offerings to include original scripted programming and quot look back quot shows as well “Our viewers tell us that more than any other streaming platform they want to discuss and dissect HBO Max programming with friends and family to extend the emotional experience after finishing an episode Joshua Walker Chief Strategy Officer at HBO Max said in a statement He cites Max Podcast fans collective investment in the existing programming as a driving force for the company s decision The new slate of scripted shows will include the highly anticipated Batman The Audio Adventures starring Jeffrey Wright and premiering this fall a look back at Band of Brothers on September th the show s th anniversary and We Stay Looking ーa sequel Issa Rae s Insecure companion show and HBO s first scripted podcast HBO is also expanding its partnership with Audacity to include titles like Lovecraft Country Radio and The Chernobyl Podcast on the streaming platform s library 2021-08-04 19:44:52
海外TECH Engadget The 2021 New York International Auto Show is canceled https://www.engadget.com/2021-new-york-auto-show-canceled-190749186.html?src=rss The New York International Auto Show is canceledThe New York Auto Show has been canceled Much like last year organizers postponed the annual spring event to August to try and avoid the worst of the ongoing coronavirus pandemic However they say now their hand has been forced due to a growing number of hospital cases involving the COVID delta variant and increasingly stringent measures put in place by state and local officials to curb its spread Breaking New York auto show canceled pic twitter com lPiIqFcfzーdavidshepardson davidshepardson August “As custodians of the year old New York Auto Show we are committed to providing a safe environment for everyone including attendees exhibitors and the thousands of men and women who put the show together said Mark Schienberg the president of the New York Auto Show “Over the past few weeks and especially within the last few days circumstances have changed making it more difficult to create an event at the high standard that we and our clients expect At the moment it s unclear what this cancelation will mean for vehicles like the Jeep Grand Cherokee xe that were set to debut at the show Organizers say they “firmly believe the event will only return in but do so during its usual spring timeframe 2021-08-04 19:07:49
海外TECH CodeProject Latest Articles Real-time Web Updates From Your PostgreSQL Database https://www.codeproject.com/Articles/5309551/Real-time-Web-Updates-From-Your-PostgreSQL-Databas broadcast 2021-08-04 20:00:00
ニュース BBC News - Home Man killed in tanker attack named as Adrian Underwood https://www.bbc.co.uk/news/uk-england-hereford-worcester-58092151 adrian 2021-08-04 19:29:04
ニュース BBC News - Home Rugby League World Cup 2021 set to be postponed until 2022 following withdrawals https://www.bbc.co.uk/sport/rugby-league/57630566 Rugby League World Cup set to be postponed until following withdrawalsThe Rugby League World Cup is set to be postponed until following the withdrawal of defending champions Australia and New Zealand 2021-08-04 19:38:52
ビジネス ダイヤモンド・オンライン - 新着記事 パルコとマルイ、6月の取扱高「約1割減」が見かけ以上にマズい理由 - コロナで明暗!【月次版】業界天気図 https://diamond.jp/articles/-/278359 前年同期 2021-08-05 04:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 「無駄に怒らない人」になるための、たった2つの方法とは - 「キレない」技術 アンガーマネジメント入門 https://diamond.jp/articles/-/278454 「無駄に怒らない人」になるための、たったつの方法とは「キレない」技術アンガーマネジメント入門こんなにも怒りにまみれたオリンピックになるのは、歴史上珍しいのではないでしょうか。 2021-08-05 04:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 SDGsは「呪い」か「福音」か?日本企業が今やるべき3つのこと - ザ・グレートリセット!デロイト流「新」経営術 https://diamond.jp/articles/-/278495 取り組み 2021-08-05 04:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 「時給930円」を払えない経営者は、今の業態に見切りをつけるべき理由 - 情報戦の裏側 https://diamond.jp/articles/-/278560 中小企業 2021-08-05 04:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 CAが機内で出会った皇族や社長の共通点、品のある人は「あと」が美しい! - ファーストクラスに乗る人の共通点 https://diamond.jp/articles/-/278019 2021-08-05 04:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 中国政府は金融デカップリングに自信?国際収支に「3つの変化」 - 野口悠紀雄 新しい経済成長の経路を探る https://diamond.jp/articles/-/278403 中国政府 2021-08-05 04:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 夫の両親に「末期がん・認知症」が同時に来た!介護ストレス軽減3つのコツ - 老後のお金クライシス! 深田晶恵 https://diamond.jp/articles/-/278559 末期がん 2021-08-05 04:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 テレワークで増える「ぼっち社員」を救う、ザッソウタイムのすすめ - News&Analysis https://diamond.jp/articles/-/278213 テレワークで増える「ぼっち社員」を救う、ザッソウタイムのすすめNewsampampAnalysisテレワークが定着する一方、新人・若手の育成に苦労している企業も多いのでは。 2021-08-05 04:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 【マンガ】スポーツは勝つことがすべてではない?選手にとって最も大事なこと - ニュース3面鏡 https://diamond.jp/articles/-/277756 女子高校生 2021-08-05 04:10:00
ビジネス 東洋経済オンライン レオパレス創業者が設立「MDI」不正融資の手口 預金残高を水増し、金融機関から融資引き出す | 不動産 | 東洋経済オンライン https://toyokeizai.net/articles/-/445700?utm_source=rss&utm_medium=http&utm_campaign=link_back 東洋経済オンライン 2021-08-05 05:00:00
ビジネス 東洋経済オンライン 「今の株価はバブルだ」という人ほど損しやすいワケ 株が上がる理由は「買う人」が多いから? | 投資 | 東洋経済オンライン https://toyokeizai.net/articles/-/443871?utm_source=rss&utm_medium=http&utm_campaign=link_back 株価指数 2021-08-05 04: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件)