title stringlengths 1 200 ⌀ | text stringlengths 10 100k | url stringlengths 32 829 | authors stringlengths 2 392 | timestamp stringlengths 19 32 | tags stringlengths 6 263 |
|---|---|---|---|---|---|
Five Things Japan is Doing in Preparation for The 2020 Tokyo Olympic & Paralympic Games | The opening ceremonies for the Olympic Games is scheduled to begin in a little over two years, on July 24th. The Paralympics will kick off August 25th. One of the largest sporting events in the world will be taking place in the most populated city in the world. The 2020 Tokyo Olympics is sure to be a spectacle, as Japa... | https://shotarohondamoore.medium.com/five-things-japan-is-doing-in-preparation-for-the-2020-tokyo-olympic-games-bab2cead1e56 | ['Shotaro Honda Moore'] | 2019-02-20 04:10:56.460000+00:00 | ['Sports', 'Japan', 'Olympics', 'Athletics'] |
In Search of Joy: Empty Fields, Full Hearts | Empty Fields — Full Hearts Image : Conrad Madden @CMPWarrenpoint
A couple years back , I remember watching a very well produced video from the GAA, that celebrated an event that to be honest, I had never heard of. During the war of Independence, a day of national defiance was held, against a policy of enforced conscri... | https://medium.com/@conorkeenan/in-search-of-joy-empty-fields-full-hearts-7139b10e6b43 | ['Conor Keenan'] | 2020-12-22 22:34:17.410000+00:00 | ['Sports', 'NBA', 'Ireland', 'Soccer', 'Covid 19'] |
Ak Parti bizi kandırmanın çocuk oyuncağı olduğunu biliyor! | in In Fitness And In Health | https://medium.com/creacity/ak-parti-bizi-kand%C4%B1rman%C4%B1n-%C3%A7ocuk-oyunca%C4%9F%C4%B1-oldu%C4%9Funu-biliyor-al%C4%B1nt%C4%B1-2291243b25f5 | ['Hunili Yazılımcı'] | 2018-01-05 12:50:00.307000+00:00 | ['Quotes'] |
Who said we cannot unit test SwiftUI views? | The Tool
Since there’s no access to the inner shadow attribute graph of SwiftUI, I tried to use Swift’s reflection API. Xcode uses it for printing out the contents of variables when we stop on a breakpoint in the debugger. And I was surprised by how much information was available inside the SwiftUI views.
It turns ou... | https://medium.com/better-programming/hacking-swiftui-for-unit-testing-and-runtime-inspection-5f6329ff1697 | ['Alexey Naumov'] | 2019-12-07 18:54:14.811000+00:00 | ['Software Development', 'Programming', 'Swiftui', 'Mobile', 'Swift'] |
Analysis: 2020 Black List | A deep dive into the scripts named to this year’s annual Black List.
The 2020 Black List rolled out Monday — you can find titles, writers and loglines for all of the selected scripts here — and as promised, today we have some statistics and analysis for you.
First some interesting stats about this year’s Black List:
... | https://gointothestory.blcklst.com/analysis-2020-black-list-1ef6aae418c3 | ['Scott Myers'] | 2020-12-16 18:23:19.516000+00:00 | ['Screenwriting', 'Hollywood', 'Screenplay', 'Business', 'Writing'] |
How Asset Managers are Leveraging Natural Language Processing (NLP) Techniques | AI-led Hedge Funds have delivered cumulative returns of 3X the overall Funds universe
A recent analysis by Cerulli Associates, a provider of global asset management analytics, of the assets under management (AUM) and net new flows of Europe-domiciled AI-led funds from 2013 to April 2020 shows solid AUM growth from 201... | https://medium.com/@decimalpointanalytics/how-asset-managers-are-leveraging-natural-language-processing-nlp-techniques-b83aa91cf9dd | ['Decimal Point Analytics'] | 2020-12-08 09:12:12.495000+00:00 | ['Naturallanguageprocessing', 'Data Science', 'NLP', 'Asset Management', 'Asset Management Software'] |
Blockchain, DLT and Crypto Assets: Trends and Predictions for the New Year 2020 | Predictions and trends for 2020
1. Bitcoin: Will remain important
Fuelled around the world by infrastructure and regulatory frameworks for digital assets being built, we will see that a new asset class arises. This class is currently led by Bitcoin: Crypto currencies are still the only liquid products in the market a... | https://medium.com/swlh/blockchain-dlt-and-crypto-assets-trends-and-predictions-for-the-new-year-2020-b2e5b8ad08d3 | ['Jonas Gross'] | 2020-01-11 08:34:17.196000+00:00 | ['Blockchain', 'Euro', 'Libra Cryptocurrency', 'Cryptocurrency', 'Trends'] |
Creating awesome word clouds using Highcarts JS | Word clouds are cool. For instance, I use it to build infographics to visualize word frequency in media publications. Higcharts JS allows us to build many interesting kinds of charts, so let`s try to build some, starting with simple but awesome one — word cloud.
First steps
Let's create an index.html with all the ele... | https://medium.com/@pmzubar/creating-awesome-word-clouds-using-highcarts-js-76967cb15c22 | ['Petro Zubar'] | 2019-05-26 20:34:54.430000+00:00 | ['Design', 'Programming', 'JavaScript', 'Infographics', 'Charts'] |
Introducing IBM Watson Studio | Professionals are putting AI to work to turn our most valuable resource — data — into new ways of doing business. With AI, we are no longer wrestling with data, but using it to recommend with confidence, accelerate research and discovery, and enrich interactions with customers on their terms. The purpose of AI systems ... | https://medium.com/ibm-watson/introducing-ibm-watson-studio-e93638f0bb47 | ['Armand Ruiz'] | 2018-05-01 19:30:42.210000+00:00 | ['Announcements', 'Machine Learning', 'Watson Studio'] |
How to Fetch a Remote Branch using Git | We, as developers, also work with Git. Developers need to understand how to work with Git and the different possibilities of working with repositories and code in Git (such as managing the size of your reports, etc.). Along those lines, testing out a remote branch is one thing you’ll be doing at least regularly, so we ... | https://medium.com/@loginradius/how-to-fetch-a-remote-branch-using-git-5c0f6d28264d | [] | 2020-12-16 11:30:17.631000+00:00 | ['Developer', 'Cybersecurity', 'Git', 'Programming', 'Coding'] |
Testing useEffect and Redux Hooks using Enzyme | Hi there! About two years ago I wrote a blog about testing React Function components with hooks using enzyme and here I am writing about the same with a new perspective.
TLDR; Here I’ll let you know of a way that I learnt to test the lifecycle hooks such as useEffect and redux hooks namely useSelector and useDispatch ... | https://medium.com/geekculture/testing-useeffect-and-redux-hooks-using-enzyme-4539ae3cb545 | ['Aashish Manandhar'] | 2021-06-08 13:38:59.579000+00:00 | ['React Hook Useeffect', 'Redux', 'Enzyme', 'Useselector', 'Useeffect'] |
Hiwali: The land of no connectivity but a million connections! | I’ve been very sure of what I have always wanted, whether it be my personal or professional life. But this one day spent at a faraway village, made me question a lot of things that I thought were true!
Imagine a place with no network, no connectivity, no internet. Imagine a place that seldom has electricity and is pop... | https://medium.com/bookaworkshop/hiwali-the-land-of-no-connectivity-but-a-million-connections-2f00ce881daa | ['Nidhi Agarwal'] | 2020-12-11 16:10:47.622000+00:00 | ['Learning', 'Ngos In India', 'Edutainment', 'Education', 'Education Reform'] |
MERN Stack and Docker Containers for Web Apps | MERN Stack and Docker Containers for Web Apps
Outline
In this article we are going to go through the main blocks to build a full stack web application with a database. The idea is to implement a web interface using the React framework to show — add — delete on a todo list, a backend API that will act as our controlle... | https://medium.com/@ali-haidar/mern-stack-and-docker-containers-for-web-apps-9a019810761c | ['Ali Haidar'] | 2020-12-25 18:55:37.888000+00:00 | ['React', 'Nodejs', 'Software Development', 'Web Development', 'Mongodb'] |
DBFT + DPoS in INT — Part 2 | This is only concerned with scaling on layer 1 of the network. Second layer scaling solutions is another topic entirely.
Scaling, one of the more popular words in the greater blockchain buzzword bingo that has a lot of people demanding it without many understanding the intricacies involved in successfully implementing... | https://medium.com/int-chain/dbft-dpos-in-int-part-2-390ac43b8d84 | [] | 2018-09-04 22:50:19.747000+00:00 | ['Scaling', 'Int', 'Community Article', 'IoT', 'Bitcoin'] |
5 Ways Your Accountant Can Save You Money | 5 Ways Your Accountant Can Save You Money
Many small businesses and freelancers manage their own finances. But most of them choose to hire accountants that are beneficial in the long run to save your money. Whether you are a sole trader, freelancer or trading as a limited company an accountant can help you flourish in... | https://medium.com/@cloudcoaccountancy/5-ways-your-accountant-can-save-you-money-181b7f71ab29 | ['Cloudco Accountancy Group Ltd.'] | 2019-11-22 10:46:16.517000+00:00 | ['Accountant', 'Accounting', 'Accounting Services', 'Taxes', 'Tax Returns'] |
Brussels Airlines to fly all ladies flight to Entebbe, Kigali on March 8 | The A330 will fly with an all ladies crew, including captain and first officer, to Eastern Africa.
Feb 25, 2019: Brussels Airlines will be operating a special flight on International Women’s Day on March 8 from Brussels to Entebbe via Kigali.
The A330 will fly with an all ladies crew, including captain and first offi... | https://medium.com/@logupdateafrica/brussels-airlines-to-fly-all-ladies-flight-to-entebbe-kigali-on-march-8-5cad0a0dc2f6 | ['Logistics Update Africa'] | 2019-02-25 05:45:44.693000+00:00 | ['Aviation', 'Airlines'] |
Groups within Groups: The End of LGBTQ+? | Image by wokandapix / Pixabay
To say that I have been lucky in my life would be an understatement. I am white, male, well-educated, and middle-class, all of which provides me with a level of privilege that is quite frankly head spinning. The only area in which that unearned parade of privilege breaks down is in terms ... | https://medium.com/prismnpen/groups-within-groups-the-end-of-lgbtq-b6ebe1a0ccdf | ['Sean Bennett'] | 2020-12-05 09:02:28.781000+00:00 | ['Transgender', 'Identity', 'LGBTQ', 'Community', 'Creative Non Fiction'] |
Peter Beinart’s Grotesque Utopia | Peter Beinart’s Grotesque Utopia
In the years I spent as a grad student first in New York and later in England, I was often buttonholed by opinionated young Jews who wanted to give me an earful of “criticism of Israel.” Some of it was ignorant blather, some of it was quite serious. Some of it I disagreed with politely... | https://medium.com/@shanymor/peter-beinarts-grotesque-utopia-cfbe9c7a6fe0 | ['Shany Mor'] | 2020-09-17 18:48:07.376000+00:00 | ['Zionism', 'Israel', 'Peter Beinart', 'Middle East', 'Palestine'] |
Exceptions From A Software Engineer | Let’s define an SDE/SE using the following points, and this my understanding and learning so far.
GDTRS “A software engineer is the one, who can ‘G’ather requirements, ‘D’evelop, ‘T’est, ‘R’elease and ‘S’upport a software product.”
- Pranay Deep
Gather Requirement and design
Photo by Med Badr Chemmaoui on Unsplash
... | https://medium.com/dev-genius/exceptions-from-a-software-engineer-4a9e8e5611be | ['Pranay Deep'] | 2020-06-24 10:27:49.815000+00:00 | ['Software Engineering', 'Software Development', 'Amazon', 'Microsoft', 'Expectations'] |
The Most Important Thing to Know Before IVF with guest Dr. Max Ezzati | The Most Important Thing to Know Before IVF with guest Dr. Max Ezzati Dr.Aimee Eyvazzadeh May 22·27 min read
Welcome to The Egg Whisperer Show. I have a very special guest on today. Dr. Max Ezzati inspires and educates people with his analogies and easy to understand concepts. He created something that I share with ev... | https://medium.com/@eggwhisperer/the-most-important-thing-to-know-before-ivf-with-guest-dr-max-ezzati-ffee772d99ab | ['Dr.Aimee Eyvazzadeh'] | 2021-05-22 19:25:28.793000+00:00 | ['Infertility', 'Womens Health', 'Health', 'Fertility', 'Doctors'] |
Profolan Review (Never Suffer From Hair Loss Again) | One of the most common problems that affect people all around the world is hair loss. Hair loss affects both men and women, though it is generally more common in men. There are so many product out there that claims to help you with hair loss.. They work but has a very bad side effect WHY because they are not natural…. ... | https://medium.com/healthy-faktor/profolan-review-never-suffer-from-hair-loss-again-911466734f77 | [] | 2020-12-15 09:49:13.083000+00:00 | ['Profolan Reviews', 'Men', 'Profolan', 'Hair Loss'] |
Why High Earners Also Need Help Managing Money | It’s easy to assume that just because you earn a lot of money, you don’t need help managing your finances.
As we’ll see in this article, this is far from the truth. In fact, many high earners are people who desperately need help managing their money. Here are a few reasons why:
The more money you earn, the more compl... | https://medium.com/@unifi-money/why-high-earners-also-need-help-managing-money-ca961d5949ba | ['Unifimoney Editorial Team'] | 2020-08-13 14:36:55.848000+00:00 | ['Money Management', 'Investing', 'Fintech', 'Lawyers', 'Doctors'] |
Global Hopes for Stability | Terry H. Schwadron
Nov. 14, 2020
Images of spontaneous expressions of joy in ousting Donald Trump for Joe Biden came from around the world last week, and along with them, new expectations for a reentry of the United States into global issues.
Four years of Trump’s America First slogans, of a program of isolation tha... | https://medium.com/@terryschwadron/global-hopes-for-stability-caacbf82ddb1 | ['Terry Schwadron'] | 2020-11-14 13:05:06.078000+00:00 | ['Europe', 'World', 'Joe Biden', 'Foreign Policy', 'Allies'] |
OTT Trends | “55.1 million people are expected to chop the cord by 2022.” — eMarketer
OTT streaming services are attracting 71% of internet users which makes it almost urgent to take a position in integrated video platforms for distributing and monetizing original and curated content. With a ballooning content production, the orga... | https://medium.com/@shivani-dua17/ott-trends-a0dabe4cc4e8 | ['Shivani Dua'] | 2020-12-18 02:28:06.204000+00:00 | ['Digital Marketing', 'Trends', 'Content Writing', 'OTT', 'Content'] |
“Stumbling In” | “Stumbling In”
Lyrics to “Stumbling In” by Stroke 9
Listen free here.
I was long gone before I went away
I didn’t have what it takes
There was something in your eyes
Struck out when you walked in
Blacked out in a tailspin
I Wasn’t thinking right
that night
this won’t be the first time it’s crashing on me
I k... | https://medium.com/stroke-9/stumbling-in-c07b8c3b8679 | ['Luke Esterkyn'] | 2020-04-10 18:59:37.429000+00:00 | ['Stroke 9', 'Lyrics'] |
Community Update: 2020–11–17 | Hello StakeHODL’ers!
We are back with another update — progress on many fronts!
We are currently preparing our next update for the #HODLdex with some code enhancements, distribution claims, and the long-awaited calculator. We are excited to be able to roll these out to you and hope you will enjoy them as much as we d... | https://medium.com/@hodlcommunity/community-update-2020-11-17-4d48d48cc7a8 | [] | 2020-11-17 00:00:00 | ['Ethereum', 'Eos', 'Community', 'Token Economy'] |
The best reason why you need a protein shake | Introduction:
Protein shakes are the latest trend in a healthy life to all the people. People add it to their daily routine, before a workout or after or having it with another meal or take it with them in their office. The demand for protein shakes is expanding gradually, day by day. They are becoming an essential pa... | https://medium.com/revountsau/the-best-reason-why-you-need-a-protein-shake-abba47d96a06 | ['Linda Haynes'] | 2021-02-18 12:09:27.163000+00:00 | ['Coupon', 'Promo Code', 'Protein Shake', 'Coupon Code'] |
Integrating Vue with Spring Boot | In this tutorial, I will show you step by step to integrate Vue.js with Spring Boot so that Spring Boot project can serve Vue App. You will also know how to configure Vue SPA Routing to avoid Whitelabel Error Page.
Vue & Spring Boot application Overview
Assume that we have 2 projects: Vue & Spring Boot:
For example,... | https://medium.com/@bezkoder/integrating-vue-with-spring-boot-489573caccbf | [] | 2020-12-14 04:43:40.192000+00:00 | ['Integration', 'Spring Boot', 'Vue', 'Vuejs', 'Spring Boot 2'] |
Myth vs. Fact in the State of Nature: Hunter-Gatherers and Life Before the State | Photo by Ian Macharia on Unsplash
What was life like before government?
Philosophers have romanticized this period as the “state of nature”, and we’re usually told it was a time of desperation and bloodshed. But does the evidence back them up? That’s what we aim to examine here.
If we can find clues as to what life ... | https://medium.com/power-lines/myth-vs-fact-in-the-state-of-nature-hunter-gatherers-and-life-before-the-state-2ac9cc7d300a | ['Haley Kynefin'] | 2019-04-26 04:28:38.499000+00:00 | ['Government', 'Sociology', 'History', 'Philosophy', 'Indigenous'] |
Meghan Markle And Prince Harry Split From Their Joint Charity With Prince William, Kate Middleton | Meghan Markle And Prince Harry Split From Their Joint Charity With Prince William, Kate Middleton Arlenehines Jul 24, 2019·2 min read
Meghan Markle and Prince Harry are officially breaking things off with the charity they oversaw withPrince William and Kate Middleton.
The Duke and Duchess of Sussex are parting ways w... | https://medium.com/@arlenehines10482/meghan-markle-and-prince-harry-split-from-their-joint-charity-with-prince-william-kate-middleton-16cfffd761f1 | [] | 2019-07-24 21:01:31.961000+00:00 | ['Veterans'] |
An Overview of Calculus: Foreword, Important Concepts, and Learning Resources | Historical notes
The idea of calculus, according to some mathematicians and historians — such as Carl Boyer — have been motivated to solve one of the most famous problems in philosophy called the Zeno’s Paradoxes — these are set of philosophical problems, as proposed by the Greek philosopher Zeno of Elea, that support... | https://medium.com/dave-amiana/an-overview-of-calculus-foreword-important-concepts-and-learning-resources-d13863fa2ca7 | ['Dave Amiana'] | 2020-07-07 03:41:33.096000+00:00 | ['Mathematics', 'Machine Learning', 'Education', 'Engineering'] |
How we implemented bike distance restrictions: A story | Hey folks!
The Time Team has been working hard to change the restrictions for bikes on Generate Match (GM) from filtering based on estimated time of arrival (ETA) to filtering based on distance. It’s always cool to share what we do and why we do it. So here we go:
In the blog post below, I’ll explain what we did to i... | https://medium.com/quiqup-engineering/how-we-implemented-bike-distance-restrictions-a-story-a4799071d74f | ['Alvaro Duran Tovar'] | 2018-04-30 12:10:04.353000+00:00 | ['Machine Learning'] |
Merkle Trees: Growing in Use. Ralph C. Merkle (not pictured above)… | Ralph C. Merkle (not pictured above), born 1952, is one of the founding fathers of Public Key Cryptography. Throughout his career he has developed and contributed to a list of monumental cryptographic systems, some of which are embedded in the backbone of the online protocols and applications we rely on in daily life. ... | https://ericb10.medium.com/merkle-trees-growing-in-usage-a7cc1ed7b2ac | ['Eric Blander'] | 2020-05-27 17:02:39.032000+00:00 | ['Cryptography', 'Data Structures', 'Bitcoin', 'Data', 'Git'] |
How to Crack Microsoft Certified: Data Analyst Associate (DA-100) Exam? | Are you an aspiring Data Analyst or are you willing to test your knowledge about Microsoft Power BI? Then you are at the perfect place!!
In this blog, I will guide you through each and everything you need to know, to crack the DA-100 exam.
What is the DA-100 exam?
DA-100 is an associate-level exam by Microsoft, prim... | https://medium.com/@sandippalit009/how-to-crack-microsoft-certified-data-analyst-associate-da-100-exam-157ab6f289e7 | ['Sandip Palit'] | 2021-08-27 15:18:06.267000+00:00 | ['Microsoft Certification', 'Data Analyst', 'Da100', 'Power Bi', 'Tips To Pass Exam'] |
A Silence That Conversed | Photo by Keegan Houser on Unsplash
A man wearied by the commotion everywhere,
sought a quiet place to be found nowhere,
silence eluded him,
amidst thoughts that drowned him,
implored the Gods to liberate him.
A mentor then arose,
inviting him to seal the uproarious,
believing he avered assuredly,
wishing for a... | https://medium.com/illumination/a-silence-that-conversed-53f5af6df441 | ['Rajesh Ramachander'] | 2020-09-27 15:29:33.344000+00:00 | ['Poetry', 'Yoga', 'Solitude', 'Soul', 'Meditation'] |
Announcing Beam’s First Grant Recipient: Ampaire! | Image credit: Ampaire, Inc.
Air travel is a big deal when it comes to climate change. Each year, aircraft contribute 800 million tons of carbon emissions to our total greenhouse gas load. They are a source of particulates and condensation trails (contrails) that contribute to atmospheric pollution and are a secondary ... | https://medium.com/@beam-project/announcing-beams-first-grant-recipient-ampaire-b33695a8d623 | ['Beam Project'] | 2019-11-15 21:52:05.908000+00:00 | ['Airlines', 'Electric Vehicles', 'Clean Energy', 'Crowdfunding', 'Climate Change'] |
Dear Abby: What Were You Thinking? | I’m not mad, exactly. And betrayed isn’t the right word, either — I don’t really seek out advice columns, and I’m not a regular Dear Abby reader, so her recent highly publicized, casually racist edition doesn’t make me feel like anyone has let me down. But as someone whose life is closely tied to the question discussed... | https://medium.com/s/story/dear-abby-what-were-you-thinking-6c2d042d0543 | ['Ashwin Rodrigues'] | 2018-10-19 18:45:17.672000+00:00 | ['Advice', 'Foreign', 'Names', 'Indian', 'Racism'] |
How to add an SSL certificate for WordPress within 2 minutes | First, Let’s understand the SSL and HTTPS.
Before installing the SSL certificate for a WordPress site or a blog, Let's understand the purpose of the SSL certificate.
What is HTTPS?
HTTPS stands for Hypertext Transfer Protocol Secure. It is the protocol where encrypted HTTP data is transferred over a secure connectio... | https://medium.com/@pubudu2013101/how-to-add-an-ssl-certificate-for-wordpress-within-2-minutes-8ba900319cf7 | ['Pubudu Jayasanka'] | 2020-12-20 14:35:21.592000+00:00 | ['Ssl', 'Ssl Certificate', 'WordPress', 'Wordpress Plugins'] |
Denouement | Empty footsteps echo on empty halls,
The denouement that slips further and further away,
With each scribbled word on the dot dot dot…
Waiting for you to write me into existence. | https://medium.com/@sofiaisabelkavlin/denouement-413ca5f67792 | ['Sofia Isabel Kavlin'] | 2020-12-27 16:20:23.116000+00:00 | ['Poem', 'Free Verse', 'Prose', 'Haiku', 'Ode'] |
Challenge 2:. Challenge 2: Wireframing | Wireframing
For this challenge we have to create a wireframe user flow of an app that we like or use. In this case, I chose one of my favorite apps called Calm. Calm promises to help users sleep better, boost confidence and reduce stress and anxiety; all with the help of guided meditations, soothing music, and bedtime... | https://medium.com/@francesca9/ironhack-prework-23680507b1d1 | ['Francesca Foiadelli'] | 2020-12-27 19:52:09.300000+00:00 | ['Wireframing', 'Ironhack', 'Prototyping', 'Ironhack Prework', 'Figma'] |
Data Science in Solar Power. Generation forecasting: from problem to solution | Hello everyone,
This is a new part of the series Data Science in Solar Power and this time I want to talk a little about forecasting of power generation from PV plant. This topic is not new, there are a lot of talks about it, there are many different solutions to this problem, but nevertheless, it cannot be called as ... | https://medium.com/@slava.K./data-science-in-solar-power-generation-forecasting-from-problem-to-solution-5cc4a2b5012f | ['Slava Koval'] | 2019-08-21 13:27:59.924000+00:00 | ['Data Science', 'Forecasting', 'Renewable Energy', 'Solar Power'] |
Domestic Violence Does Not Begin and End in The Month of October | Photo by Luis Galvez on Unsplash
Unity among victims and survivors of domestic abuse sets a firm foundation for a voice against domestic violence. Even if you never find yourself in an abusive situation, your voice is still valid, and that does not begin and end with Domestic Violence Awareness Month. Advocating for v... | https://medium.com/@wcpcommunications/domestic-violence-does-not-begin-and-end-in-the-month-of-october-37a3f65adf7 | ['Wc Consulting'] | 2020-11-23 23:54:11.194000+00:00 | ['Domestic Violence', 'Abuse Survivors', 'Texas', 'Survivor', 'Domestic Abuse'] |
Decolonial Humanitarian Digital Governance | “Before we start, I’d like to acknowledge that the decisions we make in this room today may have implications into the future and far beyond the lifetime of this project, team or organisation. We make those decisions with that in mind.”- The Long Time Project
Image by Carol Gaessler — shared under Creative Commons-Att... | https://medium.com/berkman-klein-center/decolonial-humanitarian-digital-governance-48b35b05b110 | ['Aarathi Krishnan'] | 2021-05-04 16:11:10.681000+00:00 | ['Ethics', 'Decolonisation', 'Humanitarian', 'Digital Futures', 'Foresight'] |
BANG ON AFFILIATE MARKETING PROGRAM 2021 | [FOR MORE INFORMATION CONTACT NO 9992669043]
Your Life. Your Terms.
Freedom, flexibility and fun. Find out how the drndplus group can give you the time to build your own life around your dreams. From extra income to unlimited earning potential, opportunity abounds. Are you ready to seize it?
Description
Basics of E... | https://medium.com/@vinaymeh6070/best-affiliate-program-2021-5d9a9ae651a2 | [] | 2021-01-07 17:55:14.816000+00:00 | ['Earn Money Online', 'Affiliate Marketing', 'Digital', 'Students', 'Millennials'] |
At These Cafés in Oakland, People Actually Talk to Each Other | Once upon a time, coffee shops were simple places. Somewhere you could go to buy a cup of coffee, read the newspaper, or catch up with a friend. Maybe you’d even meet a cutie in line. But in 2020, a coffee shop can now be anything: an office, a trendy backdrop for an Instagram photo shoot, the headquarters of a small s... | https://thebolditalic.com/at-these-caf%C3%A9s-in-oakland-people-actually-talk-to-each-other-1d76899ed7c | ['Emma Webster'] | 2020-01-24 20:21:14.667000+00:00 | ['Bay Area', 'Oakland', 'Cafe', 'Coffee', 'Food'] |
Understanding American Jewish Philanthropy | Understanding American Jewish Philanthropy
Throughout history, the American Jewish community has had a lot to be rightfully proud of. Their dedication to Jewish communal life, their commitment to education, their organizing and lobbying skills, and their sustained investment in Jewish-focused media outlets, are just a... | https://medium.com/@sbahour/understanding-american-jewish-philanthropy-c0a99e2199e4 | ['Sam Bahour'] | 2020-10-22 09:11:18.664000+00:00 | ['Jewish', 'Palestine', 'Book Review', 'Israel', 'Philanthropy'] |
Staking vaults have re-opened; stake your VACC to earn partner rewards! | Staking vaults have re-opened; stake your VACC to earn partner rewards! cordfinance May 8·3 min read
Token pairs may differ from those in screenshot
As announced previously, VACC has another powerful usecase! Already we have the global VACC hodler’s multiplier which produces extra rewards in all pools (including part... | https://medium.com/@cordfinance/staking-vaults-have-re-opened-stake-your-vacc-to-earn-partner-rewards-348b5ee9de2 | [] | 2021-09-09 14:41:54.875000+00:00 | ['Yield Farming', 'Cord', 'Finance', 'Defi', 'Partnerships'] |
How to Live Life without Anger..(Top 3 Myths busted) | Anger.. is the root cause of most of the issues we are facing today. From fights in relationships.. to road rage.. to fear of war, anger has always been one of the major cause of problems.
Have you ever imagined how our life would have been without anger? A life full of happiness, calmness, and peace.
Anger is the mo... | https://medium.com/@connect.beingpositive/how-to-live-life-without-anger-top-3-myths-busted-a27d7869a1d9 | ['Being Positive'] | 2019-08-19 06:47:30.197000+00:00 | ['Anger', 'Anger Management', 'Self Improvement', 'Positive Thinking', 'Happiness'] |
Grown Science Nano CBD Patch :-Reviews [ New York, USA] | What is CBD?
Grown Science Nano CBD Patch:- CBD, short for cannabidiol, is a chemical compound from the cannabis plant.
Nano-technology is a method that CBD manufacturers use to improve absorption methods. The process breaks down the cannabinoid compounds into tiny particles. Since the compounds are smaller in size, ... | https://medium.com/@susantelsh/grown-science-nano-cbd-patch-reviews-new-york-usa-f2d7bad48328 | ['Grown Science Nano Cbd Patch'] | 2021-02-22 07:43:43.253000+00:00 | ['Grown', 'Science', 'Patch', 'Cbd', 'Nano'] |
Three Signs of a Good Personal Trainer | #1. An initial assessment
A personal trainer should be just that — your personal trainer, and the sessions your trainer puts you through should be designed around your personal needs.
Before your first session together, your trainer should be performing an initial assessment to identify what exactly those needs are.
... | https://zackharris.medium.com/three-signs-of-a-good-personal-trainer-d8689d17264 | ['Zack Harris'] | 2020-03-18 00:32:09.899000+00:00 | ['Fitness', 'Health', 'Lifestyle', 'Coaching', 'Self Improvement'] |
How to Start a Motorcycle Ride sharing Company in Nigeria | This is the story of one of the most out there things I’ve done. This is the story of how I started Gokada.
It was the Summer of 2017, right on the heels of Pathos's multi-million dollar Series A funding. The company I had co-founded and had invested in was now worth nearly $100MM. I had always attributed raising capi... | https://medium.com/datadriveninvestor/how-to-start-a-motorcycle-ridesharing-company-in-nigeria-9ed73286f705 | ['Fahim Saleh'] | 2019-05-26 14:52:32.913000+00:00 | ['Nigeria', 'Investing', 'Startup'] |
A Return to the T | Riding the Train Stirs Old Memories and Creates New Ones.
My car broke down over the July 4th weekend. It was on a Saturday during a rainstorm. I had spent the afternoon with family, running errands. We started with a late lunch at the Cheesecake Factory followed by some shopping at Target. My sister needed to pick up... | https://medium.com/@shirleyjonesluke/a-return-to-the-t-6db07964f632 | ['Shirley Jones Luke'] | 2021-07-06 17:01:34.225000+00:00 | ['Car Repair', 'Ideas', 'Public Transportation', 'Walking', 'Memories'] |
ESG Development in Mexican Transportation | September 10th, 2020
This week, we are sharing our ESG Development Heatmap for one new sector in Mexico: Transportation. As in the past, we only focused on (1) companies listed in the Mexican Stock Exchange and (2) publicly disclosed materials.
Transportation
What can we read from this heatmap?
All companies but on... | https://medium.com/@marimartorreblanca/esg-development-in-mexican-transportation-a832f20207a2 | ['Marimar Torreblanca'] | 2020-12-21 15:17:35.672000+00:00 | ['Finance', 'Mexico', 'Esg Investing', 'Esg', 'Transportation'] |
Can Milton Friedman Help Save Wildlife? | By David Wilkie, Ray Victurine, and Todd Stevens
October 3, 2018
A recent article in the Economist got us thinking about a novel way to overcome the challenge that almost all small enterprises in developing countries face — access to affordable capital.
A number of conservation-linked enterprises have arisen over th... | https://medium.com/wcs-conservation-solutions/can-milton-friedman-help-save-wildlife-96e468111b9a | ['Wildlife Conservation Society'] | 2018-10-11 12:04:48.203000+00:00 | ['Wildlife', 'Lending', 'Small Business', 'Conservation', 'Finance'] |
GET (SH)IT DONE (how to clear your to-do list and feel good about it) | GET (SH)IT DONE (how to clear your to-do list and feel good about it)
Having a To-Do List is one important tool to plan out your tasks and actually progress by executing them. So it holds you accountable and makes sure that you are heading in the right direction. When the tasks are planned out wisely of course.
In th... | https://medium.com/@jeanmarcmoeckel/get-sh-it-done-how-to-clear-your-to-do-list-and-feel-good-about-it-70c41e3eeca2 | ['Jean-Marc M.'] | 2019-06-14 09:41:19.546000+00:00 | ['Productivity', 'Habit Building', 'To Do List', 'Procrastination', 'Working From Home'] |
Pickyourtrail, a self-service platform that lets travellers create, customise and book international vacations | Pickyourtrail has raised $3M in total. We talked with its co-founders Hari Ganapathy and Srinath Shankar.
How would you describe Pickyourtrail in a single tweet?
Pickyourtrail is a self-service platform that lets travellers create, customise and book international vacations in a jiffy.
How did it all start and why?
... | https://medium.com/petacrunch/pickyourtrail-a-self-service-platform-that-lets-travellers-create-customise-and-book-143c7a380cc6 | ['Kevin Hart'] | 2019-10-03 11:19:40.368000+00:00 | ['India', 'Planning', 'Entrepreneurship', 'Startup', 'Travel'] |
The Case for Giving Up the Search for Definitive Answers | Photo by Greg Rakozy on Unsplash
I used to want to be certain about everything in life. I thought that as long as I had the right answer, everything would be okay.
Until my mom told me something revolutionary.
As we were arguing within the family, as we sometimes do, she told me:
“Being right doesn’t matter to me.”... | https://jennajlee92.medium.com/the-case-for-giving-up-the-search-for-definitive-answers-148307910d6e | ['Jenna Lee'] | 2019-09-16 08:02:14.419000+00:00 | ['Justice', 'Mercy', 'Sacrifice', 'Love', 'Forgiveness'] |
How Covid-19 has made us feel the importance of owning a house even more? | They say, “Always grab an opportunity when it knocks at your door.” When they do, how many of us actually optimize it to the fullest?
The answer is well- known to us.
Covid-19 has truly made us all realize that having your own home is such a blessing as any rented arrangement cannot give you that comfort and ease lik... | https://medium.com/@pankaj.maddex/how-covid-19-has-made-us-feel-the-importance-of-owning-a-house-even-more-65d8d098d6f1 | ['Pankaj Garg'] | 2020-10-27 11:45:06.122000+00:00 | ['Covid 19', 'Covid Diaries', 'Covid 19 Crisis', 'Covid 19 Testing'] |
The deep philosophy of Tyler Durden | “The first rule of Fight Club is: You do not talk about Fight Club.”
We’re about to break the first rule and discuss what I truly believe to be one of the greatest films ever made. Now, that’s quite an accolade and I’m sure you’re wondering exactly why I hold it in such high regard. Well, first and foremost, the story... | https://medium.com/@thesomethingwriter/the-deep-philosophy-of-tyler-durden-8990159b84f0 | ['The Something Writer'] | 2020-12-30 18:56:10.815000+00:00 | ['Fight Club', 'Tyler Durden', 'Buddhism', 'Philosophy', 'Discomfort'] |
I Don’t Get Too Attached to The Success of Any One Piece | I Don’t Get Too Attached to The Success of Any One Piece
You can’t control your audience. So move onto the next one instead of fixating.
Photo by Patrick Tomasso on Unsplash
Other writers have a lot of preferences, and I might just be weird, but a rule I have for myself is to not get too attached to the success of a... | https://medium.com/the-partnered-pen/i-dont-get-too-attached-to-the-success-of-any-one-piece-3016ea8d88f1 | ['Ryan Fan'] | 2020-07-09 15:11:07.371000+00:00 | ['Sports', 'Freelancing', 'Writing', 'Marketing', 'Self'] |
Four One-Minute Ways to Help You Be More Productive on Slack | I discovered these during my recent attempts to make Slack more usable. None of these requires configuring bots or adding heavy integrations, so after reading these articles you’ll be ready to use these tips in no time.
Keyword-based notifications
This one is by far the best power move that I discovered on Slack to t... | https://medium.com/swlh/four-one-minute-ways-to-help-you-be-more-productive-on-slack-38fb5a95b6eb | ['Bart Kowalczyk'] | 2020-12-04 18:00:23.669000+00:00 | ['Communication', 'Communication Tools', 'Productivity', 'Workflow Automation', 'Slack'] |
Startup Career Fair Company List | Top Sponsor:
Legends Fantasy League is a startup that is a fantasy sports platform offering a novel first of its kind twist on daily fantasy sports
Legends Fantasy League is hiring full-time Computer Science, Engineering and Design students. Make sure to check out their table at Startup Career Fair!
Featured Sponsor... | https://medium.com/startup-career-fair/startup-career-fair-company-list-9ea1fdd4aa25 | ['Nate Fialkoff'] | 2020-02-05 17:39:23.108000+00:00 | ['Company', 'List', 'Startup Career Fair', 'Recruitment'] |
I Quit Sugar for 8 Weeks to See What Would Happen | Earlier this year I stumbled across a podcast episode in which Sarah Wilson, an Australian journalist, television presenter and author, talked about her cookbook I Quit Sugar. It is designed to take the readers on an 8-week sugar detox programme accompanied with suitable recipes for each stage.
I’ve been debating the ... | https://medium.com/curious/i-quit-sugar-for-8-weeks-to-see-what-would-happen-50c5f11b5a16 | ['Pia Barna'] | 2020-12-02 10:32:53.032000+00:00 | ['Reading', 'Sugar', 'Health', 'Books', 'Humour'] |
Contact 24*7 Hours for Book Emergency Medical Air Ambulance Services from Surat to Patna | Surat is one of the most sought after cities in Gujarat, it has something for everyone. From culture and history to food and nightclubs, the city of Surat in Gujarat, India has a lot to offer. Care Hospital, Anand Hospital, Mahavir Hospital, BAPS Pramukh Swami Hospital, Apple Hospital, etc. are some of the finest hospi... | https://medium.com/@Hiflyicuambulance/contact-24-7-hours-for-book-emergency-medical-air-ambulance-services-from-surat-to-patna-76da226526e3 | ['Hifly Icu Air Ambulance Service'] | 2019-07-10 10:57:03.645000+00:00 | ['Air Ambulance Services', 'Medical', 'Air Ambulance', 'Health'] |
How Alexey Navalny survived Novichok | How Alexey Navalny survived Novichok
The Lancet published a timeline of the clinical course of Alexey Navalny's illness. He is a prominent opposition leader in Russia, after recovering over a long period of time in Germany, Navalny returned home and was immediately thrown in jail.
Photo by Steve Harvey on Unsplash
C... | https://medium.com/@andeveaux/navalnys-illness-4459d0629295 | ['Anna Deveaux'] | 2021-01-25 15:14:16.505000+00:00 | ['World', 'Politics', 'Navalny', 'Russia', 'Germany'] |
How LinkedIn, Uber, Lyft, Airbnb and Netflix are Solving Data Management and Discovery for Machine Learning Solutions | How LinkedIn, Uber, Lyft, Airbnb and Netflix are Solving Data Management and Discovery for Machine Learning Solutions
The tech giants have build unique architectures to manage datasets in large scale machine learning solutions.
I recently started a new newsletter focus on AI education. TheSequence is a no-BS( meaning... | https://medium.com/dataseries/how-linkedin-uber-lyft-airbnb-and-netflix-are-solving-data-management-and-discovery-for-machine-2361a8623aa8 | ['Jesus Rodriguez'] | 2020-12-11 15:58:21.690000+00:00 | ['Machine Learning', 'Artificial Intelligence', 'Deep Learning', 'Data Science', 'Thesequence'] |
Be prepared for your Eagle Scout board of review | It’s the pinnacle of Scouting; the top of the mountain. The Eagle Scout rank takes years to attain and is the highest honor a Boy Scout can achieve. Ask any scout and they’ll tell you they aspire to reach Eagle. Yet, historically less than five percent of all Boy Scouts reach the goal.
The top prize is difficult to ga... | https://medium.com/chuck-douros/be-prepared-for-your-eagle-scout-board-of-review-a56e8382504a | ['Chuck J Douros'] | 2017-12-27 22:58:41.409000+00:00 | ['Eagle Scout', 'Boy Scouts', 'Life', 'Web Content'] |
Awake | I believe I have something special, something that makes me stick out, Ive felt that way since I was a little girl. I wanna make this world a better place. This human experience should not be caught up in the ways of greed and hidden truths.. pain has been bigger than light and love these days. Has it always been like ... | https://medium.com/@nessamae720/awake-caad993d8736 | [] | 2020-12-21 00:36:05.254000+00:00 | ['Beauty', 'Self Love Poetry', 'Alone', 'Finding Yourself', 'Authenticity'] |
Keep It Simple-Management Lessons from the Movie “Sully” | Focused Mindset
The movie is about the extraordinary story of how Captain Chesley “Sully” Sullenberger expertly piloted 155 people to safety in an emergency crash landing on the Hudson River. A bird strike had incapacitated both of the plane’s engines causing the emergency landing. This was one rare plane crash that e... | https://medium.com/@kkailashkarthik/keep-it-simple-management-lessons-from-the-movie-sully-a64be92d1417 | ['Karthikeyan K'] | 2021-05-20 11:02:43.756000+00:00 | ['Leadership', 'Decision Making', 'Teamwork', 'Focus'] |
Deep Roots. | I am a brahmin from Rajasthan who has been brought up to put the family first. The only time I didn’t do that was when I chose to marry a Punjabi from New Delhi. For those who don’t seem to get the difference, watch “Two States” ya! (XD) I thought that it’s just a movie that cannot be applied to me, and I even made my ... | https://medium.com/@mansipareek/deep-roots-91cd10d2b59f | [] | 2021-01-21 03:28:45.566000+00:00 | ['Weddings', 'Marriage', 'Religion', 'Love', 'Roots'] |
Ten Reasons Why You Should Consider Dental Implants for Missing Teeth | Tired of damaged or missing teeth? Are you facing problem while chewing or biting? You deserve to smile again, and dental implants will help you do that. Some people may also use dental implants to straighten teeth that are crooked or teeth that are not responding to orthodontics.
If you want a solution that replaces ... | https://medium.com/@kelownadentalcentre1/ten-reasons-why-you-should-consider-dental-implants-for-missing-teeth-8e9d08a4f702 | [] | 2021-10-27 21:00:35.064000+00:00 | ['Dentistry', 'Dental Treatment', 'Restorative Dentistry', 'Dental Care', 'Dental Implants'] |
New Businesses Want to Help You Invest Your Retirement in Crypto | The skyrocketed price and attention paid to cryptocurrencies in recent months has undoubtedly fueled general interest in investing in digital currencies.
While many consumers are directly converting USD on digital currency exchanges like Coinbase or Kraken, most Americans don’t have more than a few hundred dollars in ... | https://medium.com/blackbox/new-businesses-want-to-help-you-invest-your-retirement-in-crypto-341b0990499e | ['Cadence Bambenek'] | 2018-02-16 01:14:22.705000+00:00 | ['Bitcoin'] |
GM Won’t Serve As the Electric Pickup Manufacturing Arm of Startup Nikola | In statements today, GM said it will sell fuel cells to Nikola for its electric semi-truck, but it omitted any mention of its abortive September agreement to engineer a pickup truck for the startup. At the same time, Nikola’s shares also plunged after Nikola said it will be canceling the electric Badger pickup.
In Sep... | https://themobilist.medium.com/gm-wont-serve-as-the-electric-pickup-manufacturing-arm-of-startup-nikola-290591f6b0fa | ['Steve Levine'] | 2020-11-30 16:47:46.341000+00:00 | ['Tesla', 'Electric Vehicles'] |
What You Need to Know About Transitioning — Changing Occupations or Professions | “We cannot discover new oceans unless we have the courage to lose sight of the shore” — Andre Gide
Photo by Anne Nygård on Unsplash
More and more people are transitioning occupations, changing jobs, or moving into new professions. With the change of a new year, a new location, or new status we seek opportunities to s... | https://medium.com/@drstevendcarter/what-you-need-to-know-about-transitioning-changing-occupations-or-professions-3037e55a2c12 | ['Steven D. Carter'] | 2020-12-28 11:32:44.947000+00:00 | ['Change', 'Jobs', 'Career Change', 'Occupation'] |
Alan Partridge’s Rover 200 fascia control system | Alan Partridge’s Rover 200 fascia control system
Everyday Interaction Design Classics #5
This is perhaps a little different to other entries in the highly occasional Everyday Interaction Design Classics series. I’m Alan Partridge Series One DVD extras had a ‘quite superb’ additional play-let, entirely improvised betw... | https://medium.com/a-chair-in-a-room/alan-partridges-rover-200-fascia-control-system-4c114d5f8824 | ['Dan Hill'] | 2020-09-29 19:59:56.257000+00:00 | ['Television', 'Interaction Design', 'Humor', 'Cars', 'UX'] |
8 Best Practice Tips for Multilingual Websites — Ethnolink | As we all know, Australia is a vastly culturally and linguistically diverse country, with 21.7% of Australians speaking a language other than English at home.
In the Australian context, multilingual websites are an under-utilised resource for governments, businesses and organisations to share information with the wide... | https://medium.com/@ethnolink/8-best-practice-tips-for-multilingual-websites-ethnolink-b60c97f60351 | ['Ethnolink Language Services'] | 2021-06-09 00:57:24.367000+00:00 | ['Multilingual', 'Best Practices', 'Multilingual Websites', 'Translation Services', 'Website Development'] |
My White Son Believes Santa is Black. Why Doesn’t Yours? | I’m a biracial Black woman. Growing up, my (Black) mother always went above and beyond to make Christmas special for my siblings and I. But what always stood out as the most special part was that it was the one time of year our tiny extended family was able to get together. My grandma would travel over 18 hours on a Gr... | https://medium.com/@mixedpodgie/my-white-son-believes-santa-is-black-why-doesnt-yours-bd51aac80a02 | [] | 2020-12-22 03:26:21.858000+00:00 | ['BlackLivesMatter', 'Racial Justice', 'Black And White', 'Blacksanta'] |
Jesus, John Prine, and Hope | One of the greatest songwriters that has ever lived passed away this week after contracting COVID-19. John Prine penned classics like “Hello in There”, “Angel from Montgomery” and “Sam Stone.”
Maybe you’re not a music buff or not a big Americana fan and you aren’t familiar with Prine. Let me sum up his influence and t... | https://bedgood.medium.com/jesus-john-prine-and-hope-f891c7b6a89f | ['Scott Bedgood'] | 2020-04-09 14:45:13.091000+00:00 | ['Hope', 'Jesus Christ', 'John Prine', 'Country Music', 'Christianity'] |
Llaydiyln lives and learns long distance | Llaydiyln gives a thumbs up to her teacher Elizabeth Earnest during a recent Google Meet with her fifth-grade class at Maxfield Elementary. Llaydiyln misses seeing her friends’ faces in person, but she also said she understands they have to be safe. | Submitted photo
Llaydiyln lives and learns long distance
How one M... | https://medium.com/maxfield-times/llaydiyln-lives-and-learns-long-distance-1034805fa3ba | ['Lydia Gessner'] | 2020-12-18 21:55:28.100000+00:00 | ['Distance Learning', 'Friends', 'Family', 'Fifth Grade', 'Staying Connected'] |
Don’t “Other” One Another | The Bible is filled with ‘one another’ commands. As a Christian, there is an overwhelming life handbook of how we should treat one another. The Overview Bible has designed this amazing infographic of the commands: https://overviewbible.com//wp-content/uploads/2014/03/one-another-commands-in-new-testament.infographic5.p... | https://medium.com/@chadhensley/dont-other-one-another-ce146ae2b74c | ['Chad Hensley'] | 2020-12-05 17:02:52.611000+00:00 | ['Love', 'Christianity', 'Other', 'Discipleship', 'Church'] |
How to Build Better Machine Learning Models | How to tackle overfitting ⭐
When you’re working with neural networks, overfitting and underfitting might be two of the most common problems you face. This section talks about some common approaches that I use when tackling these problems.
You might know this, but high bias will cause you to miss a relationship betwee... | https://towardsdatascience.com/how-to-build-better-machine-learning-models-537a4486d056 | ['Rishit Dagli'] | 2021-04-29 09:58:20.153000+00:00 | ['Machine Learning', 'Computer', 'Deep Learning', 'Computer Vision', 'Artificial Intelligence'] |
Web Sitenize Gelen Potansiyel Müşteriyi Kaçırmamanın Yolları | FozDigital is a freelance digital agency specializing in WordPress&WooCommerce Development, Website Maintenance, UI/UX Design and Branding. | https://medium.com/fozdigital/web-sitenize-gelen-potansiyel-musteriyi-kacirmamanin-yollari-3fc13c2bddb4 | ['Fatih Özdemir'] | 2021-02-23 09:16:12.981000+00:00 | ['Web', 'Jivochat', 'Web Development', 'Marketing', 'Web Site Development'] |
Is Some Stress Necessary, or Is it All Destructive | Is Some Stress Necessary, or Is it All Destructive
Breaking Free from Stress
Photo by Aliyah Jamous on Unsplash
Remember that stress doesn’t come from what’s going on in your life. It comes from your thoughts about what’s going on in your life.–Andrew J. Bernstein
Regardless of how you live, you’re bound to experie... | https://medium.com/an-idea/is-some-stress-necessary-or-is-it-all-destructive-951599060478 | ['Michael Mints'] | 2020-12-30 04:58:04.337000+00:00 | ['Stress', 'Success', 'Motivation', 'Anxiety', 'Fear'] |
Are you the product manager you really want to be? | I used to be a Product Manager at a 300-person online gaming company, a Head of Product at a 5000-person Google competitor, a co-founder of a game-dev startup where I acted as a CEO/CPO. Each job had its challenges but I loved all of them.
Things changed when I joined Amazon in 2017. I loved the product, I loved the d... | https://medium.com/agileinsider/are-you-the-product-manager-you-really-want-to-be-7bc0148c1bb9 | ['Julia Nechaieva', 'Lorien'] | 2021-01-24 05:34:32.089000+00:00 | ['Framework', 'Job Description', 'Career Development', 'Product Management', 'Career Paths'] |
The Company Shutdown | The Company Shutdown
Jay, Part II
Jay* was in the middle of telling his story to me when he brought up depression:
What were the scariest moments in the company?
Shutting down the startup was definitely the worst moment. Over the course of the company, I dealt with anxiety and I learned how to manage it. But when w... | https://medium.com/kip-blog/the-company-shutdown-355712c54753 | ['Erin Frey'] | 2017-03-30 17:21:25.478000+00:00 | ['Anxiety', 'Mental Health', 'Startup', 'Depression', 'Founders'] |
Pairing and connecting your brand new headphones with a new device | Did you bought a brand new Bluetooth headphones but you are not able to connect them to your computer? Or maybe they are working with your computer but your smartphone is not able to find them even if the Bluetooth is activated in both the systems?
The answer is really simple, once the headphone have been paired with ... | https://medium.com/@ferie/pairing-and-connecting-your-sony-headphones-with-a-new-device-751a98b7e4a1 | ['Riccardo Andreatta'] | 2020-07-03 04:43:05.323000+00:00 | ['Sony', 'Headphones', 'Bluetooth', 'Bose', 'Pairing'] |
What’s Outside Space? | Outer space is the expansion that exists beyond the Earth and between celestial bodies. The outer space is not completely empty — it is a hard vacuum that has a low density of particles, mainly a plasma of hydrogen and helium, as well as electromagnetic radiation, magnetic fields, neutrinos, dust, and cosmic rays. The ... | https://medium.com/@loopsfacts/whats-outside-space-461ceeb67b08 | ['Loops Facts'] | 2021-01-25 15:48:46.117000+00:00 | ['Time Out Space', 'Science', 'Space', 'Space Exploration', 'Space Travel'] |
SaaS, Paas, Iaas Analogy | I came across a great analogy that conceptually synthesized the differences between SaaS, PaaS, and IaaS. The analogy compared cloud services to transportation, an on premise solution was compared to owning a car, IaaS to leasing a car, PaaS to using a taxi, and SaaS to riding the bus. Similar to owning a car, companie... | https://medium.com/@1johnreynolds/saas-paas-iaas-analogy-b38e27e7b712 | ['John Reynolds'] | 2020-12-21 05:26:52.575000+00:00 | ['Cloud Services', 'Iaas', 'Paas', 'SaaS', 'Cloud Computing'] |
How to Install Python Barcode SDK via Pip on Apple M1 Mac | Someone may be curious about whether Intel-based Python apps can work well on Apple M1 Mac . I recently did a test with Dynamsoft Python Barcode SDK, which is built with native x86_64 libraries and CPython . It turned out that there was no issue using pip to install the wheel package and running my Python barcode reade... | https://medium.com/@yushulx/how-to-install-python-barcode-sdk-via-pip-on-apple-m1-mac-13af8c4de533 | ['Xiao Ling'] | 2020-12-22 05:22:06.658000+00:00 | ['Barcode', 'Python', 'Python3', 'Pip', 'Apple M1'] |
Black reality | We black people have to choose what is more important to dedicate ourselves everyday, for our lives don’t follow the holistic pattern. For us, mainly when gender and social class are considered, it is offered the minimum amount of everything.
If we have education, maybe food and other supplies will not be enough, beca... | https://medium.com/@sueleendesouza/black-reality-4992d16c2c19 | ['Sueleen Souza'] | 2021-09-14 16:48:57.363000+00:00 | ['Black Women Writers', 'Ancestors', 'BlackLivesMatter', 'Ancestry', 'African American'] |
Game of Thrones Season Premiere Twitter Analysis | Winter has come. Game of Thrones season 7 is here and there is merely 12 more episodes left of our beloved series. Now is the time to sit back and enjoy what we have while we have it. Or we can dive into the data and do a bit of analysis. One in the same, right?
“Death is so terribly final, while life is full of possi... | https://towardsdatascience.com/game-of-thrones-s7e1-twitter-analysis-8dcd0bec958b | ['Conor Dewey'] | 2020-01-23 03:26:47.801000+00:00 | ['Data Analysis', 'Data Visualization', 'Data Science', 'Game of Thrones', 'Data'] |
The Woman in the Letter | Photo by Debby Hudson on Unsplash
By the time you read this, you’ll probably be on the plane to Cali, about to begin the next leg of your adventure. This is the beginning of the distance between us; soon, you’ll lose my face in mist of the rainforest. In a few year’s time you’ll be searching for the name of that Canad... | https://medium.com/the-junction/the-woman-in-the-letter-3976f66f3fe9 | ['Nikita Mélusine'] | 2019-06-28 21:08:39.503000+00:00 | ['Travel', 'Romance', 'Love Letters', 'Fiction', 'Short Story'] |
Finding Valuable Deals that are Worth Pursuing | I am so excited to share this DealQuest episode with you! Stephanie Scheller is the founder of Grow Disrupt, a San Antonio-based training organization for small businesses, and an accomplished speaker who has been behind-the-scenes with more than 2500 companies in the past five years to analyze & address their sales, m... | https://medium.com/@corey-kupfer/finding-valuable-deals-that-are-worth-pursuing-68d0e9a8bc43 | ['Corey Kupfer'] | 2020-05-25 19:24:35.557000+00:00 | ['Corey Kupfer', 'Negotiation', 'Stephanie Scheller', 'Business Strategy', 'Deals'] |
Introduction to Firebase Storage #1: Upload Files | Some apps allow users to upload images and files, read them, delete them and even download them whenever users want. Such functionality can be useful for social media platforms, blogging platforms or storage services. Firebase Cloud Storage offers a solution to store user-generated content easily.
Hello fellow devs, i... | https://medium.com/javascript-in-plain-english/introduction-to-firebase-storage-1-upload-files-25e63a74a8c2 | ['Victoria Lo'] | 2020-12-02 21:29:45.393000+00:00 | ['JavaScript', 'Software Development', 'Programming', 'Firebase', 'Web Development'] |
Why Wait for the New Year? Start Now. | Why Wait for the New Year? Start Now.
Photo by Avi Richards on Unsplash
New year New Goals! I am going to start my side project in 2021. I am going to start exercising daily in 2021. I am going to smoke less in 2021.
But why? Why should we wait for the new year before starting?
This realisation struck me as I was w... | https://medium.com/change-becomes-you/why-wait-for-the-new-year-start-now-8b8c278db823 | ['Rui Yi Gan 颜睿易'] | 2021-01-16 02:05:41.711000+00:00 | ['Growth', '2021', 'Dreams', 'Resolutions', 'Work'] |
How to Work 40 Hours in 16.7 | I used to work a lot — 60, 80, or even 100 hours a week. I let my work be a big part of how I defined myself. I wore those insane hours like a badge of honor…I loved telling people how “busy” I was…and how much I “had to do”.
Sound familiar?
Looking back, I realize I used my work to try and fill a void in myself. The... | https://medium.com/swlh/how-to-work-40-hours-in-16-7-d9038681e652 | ['Chris Winfield'] | 2015-11-11 15:20:11.145000+00:00 | ['Entrepreneurship', 'Work', 'Productivity'] |
World Religions that Worship Water | “We made from water every living thing” (Qur’an 21:30).
Photo by Jeffrey Workman on Unsplash
Water is often thought of as a purifier in many religions. In some, it is associated directly with a god or deity. Without modern scientific knowledge, adherents to ancient religions were capable of recognizing the importance... | https://medium.com/water-locale-inc/world-religions-that-worship-water-f9bb76e7f4c9 | [] | 2020-12-14 17:48:08.903000+00:00 | ['Purity', 'Water', 'Clean', 'Religion', 'Environment'] |
Willow Talk | SHORT STORY/LIFE LESSON
Willow Talk
A reminder from the willow tree
Image by Peggy Choucair from Pixabay
This is the story of Willow and how Willow came to be. This is the story told to me by Willow for my son and all children. And even for adults, too, if they can get out of their heads, if only for a moment. . . ... | https://medium.com/spiritual-tree/willow-talk-32bc36ae7931 | ['Janaka Stagnaro'] | 2020-08-19 14:51:01.249000+00:00 | ['Life Lessons', 'Spiritual', 'Spiritual Tree', 'Trees', 'Short Story'] |
Weekly Pentina Prompt: Happy New Year | Weekly Pentina Prompt: Happy New Year
Photo by Markus Winkler on Unsplash
2021 is almost here. What does that mean? That means there’s a whole year ahead in which to write fiction. How great is that?
For this week’s pentina prompt, your assignment is to write a 50-word story about celebrating New Year’s eve. Your st... | https://medium.com/centina-pentina/weekly-pentina-prompt-happy-new-year-264a42607f42 | ['Bill Adler Editor'] | 2020-12-25 14:02:42.533000+00:00 | ['Fiction Prompts', 'Writing Prompt Response', 'Pubprompt', 'New Year', '2021'] |
Creating a Stunning Interactive Dashboard with Plotly Express and Dash | 1. Requirements
You need to install pandas , plotly and dash before starting this tutorial with the command pip install <package-name> .
, and before starting this tutorial with the command . Create a file.py with all the code. I also tried to use the Jupiter notebook, but it didn’t seem to work. But since the dash t... | https://pub.towardsai.net/creating-a-stunning-interactive-dashboard-with-plotly-express-and-dash-7e3dddcb955 | ['Eugenia Anello'] | 2021-08-07 17:33:37.985000+00:00 | ['Plotly Express', 'Data Visualization', 'Programming', 'Dash', 'Data Science'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.