Getting Things Done (GTD) with the Multi-Inbox Powerful Sweep
My History with Getting Things Done I’d like to share a technique I use to keep organized and reduce my anxiety about my todo…
My History with Getting Things Done I’d like to share a technique I use to keep organized and reduce my anxiety about my todo…
Putting Dokku and Let’s Encrypt together only takes 3 commands and is probably the fastest way to deploy SSL on any platform. This extremely short guide assumes a working dokku v0.4.0+ setup.
To determine the root cause of an effect or problem, the 5 Whys approach encourages a deep dive by simply asking “why” to the answer of a succession of questions.
“There’s nothing you can’t do if you get the habits right.” I’d like to highlight the workspace essentials, processes, and resources that have been most useful in my learning process as an apprentice engineer.
I use relatively few plugins and try to keep my VIM environment as simple as possible. Here are the plugins I really like for a simple vim setup.
You might want to avoid Jest if you don’t need its features, don’t like its conventions, or if Jest is incompatible with your other tools. If you choose not to use Jest, you can use Jasmine directly instead.
There are a lot of resources out there, and a lot of different ways to leverage the Facebook API. Here’s a look at the process to get up and running as a developer.
Among Our Partners Awards and Accolades AI-DRIVEN, LEAN AGILE Process Accelerating Product Development Building software is hard. At Revelry, we’ve optimized our product…
You never know what you’ve got until… you get a new computer. Since I’ve recently gone through the process, I’d like to share a couple of my favorite applications.
As I sit back and reflect on the past year, I realize just how much growth I’ve experienced. Prior to Revelry, I was working primarily in web. I was confident in my work and thought I knew it all when it came to HTML and CSS. Boy was I wrong!
In this post we will explore the JSON API format and how it can be used to make interacting with your API consistent and easy.
I’d like to suggest a simple piece of advice to fellow React devs out there. When rendering dynamic arrays of child elements within a React component…
Don’t Forget Your Keys!
We work with our customers and partners to define project goals and objectives from a high level. Then we design and build. Then we release a thing and we start over. There is no point in detailing specifics on how we achieve our collective goals and objectives at the beginning of a project.
Ampersands can handle situations like reverse nesting, extending class and id names, and even adjacent sibling selection.
Concerns are modules you can use to extract code out of models and controllers. This is useful for various reasons. An obvious one is that this makes things skinnier, which we’ve already established is good. Another is that you can use these concerns to mix into other models and controllers