You built your first app on Heroku and want to set up a custom domain.
Everything is going well until you realize you need to serve your website over
https. Unfortunately Heroku does not integrate with LE (yet) so you'll have to
do some manual labor. Lucky for you, it's easy to do so!
How Let's Encrypt Verifies Your Domain
LE will make a GET request to an endpoint like
https://YOURDOMAIN.com/.well-known/acme-challenge/KEY.
It will expect this endpoint to respond with KEY.TOKEN. The response bo
Here at Uplift Agency we use components to structure the web applications we
build for our clients. It is working out very well for us so I wanted to take a
moment to share some of the benefits of this approach. This article won't get
very technical (subscribe for future articles that will go into the nitty
gritty).
The path to components
Component based layouts have been around for a long time, but they haven't
caught on in the web community until recently. If we look at the history of web
dev
The world of JavaScript is moving so very fast these days, that it's hard to
keep up. So, both as a business and an engineer: what's worthy of your time and
resources?
This article is here to tell you: consider React.
Why React, React Native, and Redux
As we learned React, React Native and Redux, we put together a list of free
resources we found helpful. These may help you get started with React as well.
React has really matured into a clear winner
[https://medium.com/javascript-and-opinions/