Get on the Google Drive Bus
It’s safe to say that Google is a household name. If you’ve never heard of it, let me help you. Despite the fact that…
It’s safe to say that Google is a household name. If you’ve never heard of it, let me help you. Despite the fact that…
Jonathan shares code samples that prove how functional programming helped resolve some coding challenge problems much faster, and with fewer lines of code, than more imperative approaches would have — even for more imperative languages such as JavaScript.
Working in a team requires the members to all contribute their own set of knowledge to accomplish a goal. It’s unlikely that a team would be composed of members that share the same knowledge base. Stop worrying and love the bomb.
Here at Revelry we have looked to automating our deploy process to save time by cutting down on some of those manual actions. Enter fastlane. Fastlane is a collection of tools that can be used to develop what they call “lanes” that define a build and deployment pipeline.
At its core, pairing is another useful strategy to work with your peers and get shit done. The best way to know what works for you is to take more opportunities to pair with others, think about what works and what doesn’t work, and continue to refine this skill set.
Working in Terminal is faster and easier when you set up your bash profile with these awesome shortcuts and tricks that you can install yourself.
It may be simple to use pronouns like “this, that, these, those, and they”, but Thomas Knoll says that these are ambiguous and dangerous words. And you should murder them.
Don’t use JSON as a configuration file format, unless you have to. Here are all the reasons why – and what to use instead.
A great way to save hours of time is to always keep cross-browser best practices in mind throughout the process of developing a new site.
If you write tests after you wrote the code, it’s hard to be 100% the tests are legit… If they wouldn’t have failed without the code you just wrote, they’re basically useless.
If your contract revolves around time as a key mechanic, you’ll find yourself waiting for extended periods of time or frequently missing important time windows as you switch back and forth from code editor to wallet.
I’ve learned, as an engineer at Revelry, that these wait-mares from my time in the service industry have actually helped to prepare me for the moments it feels like I am crashing and burning in glorious fashion.
This purpose of this article is simply to give an up-to-date example of a React Google Maps component using ES6.