React App - GitHub Battle
Discover popular repos and battle your GitHub friends.
Discover popular repos and battle your GitHub friends.
Breaking Down Language Barriers With Augmented Reality
How I setup my MacBook for web development.
Welcome to the most important conversation of our time!
What does it mean to manage well?
After decades of research and experiments, Carol S. Dweck shows how our genes influence our intelligence and talents, but these qualities…
What the new science of psychedelics teaches us about consciousness, dying, addiction, depression, and transcendence.
So why bother investing in one's memory in an age of externalized memories?
As we enjoy the Internet's bounties, are we sacrificing our ability to read and think deeply?
A memoir of the leadership and success of Disney's executive chairman.
What can we learn from traditional societies?
By default, the plugin supports frontmatter, so you can define values like , and at the beginning of your MDX document: The frontmatter…
How can our world best avoid committing ecological suicide?
Pure functions are essential to understanding functional programming and writing clean code. But what does it mean for a function to be pure?
Gatsby is a static site generator built with React at its core that allows you to build modern websites and applications that come with…
Jared Diamond reveals how successful nations recover from crises while adopting selective changes, a coping mechanism more commonly…
Sort Object by property using JavaScript.
Dr. Paul Kalanithi describes his transformation from a medical student into a neurosurgeon at Stanford working in the brain, and finally…
Remove space characters from a string with JavaScript.
Ben MacIntyre's thrilling Cold War story about a KGB double agent.
David Epstein makes an interesting argument for how to succeed in any field by developing broad interests and skills, instead of following…
Add a wavy underline to your text with CSS.
Wrap your text with an animated border.
Animate your gradient color with CSS.
Add gradient color to your text with CSS.
Gatsby uses Reach Router under the hood to handle routing. If you want to provide anywhere in your app, you need to use the React Router’s…
The following guide describes how to implement smooth scrolling in Gatsby using the smooth-scroll package. Instructions add the package to…
Walter Isaacson shows how Leonardo’s “genius” was built on skills that anyone can develop, such as curiosity, careful observation and a…
Given an object, we want to check if there is any missing item in it using JavaScript.
Remove a property from an object using the ES6 rest operator.