The Curve

Home GitPunch War Of Bob Platformer Back To Top Link Too Big
2017-12-29

Create React App with SSR and Service Worker

CRA service worker caches index.html and serves the cache instead of requesting it from the server. It breaks server side rendering and in this post I’m going to fix it.

Read More

Share Comments
  • CRA
  • CRA with SSR series
  • JS
  • Node.js
  • SSR
  • Service Worker
2017-12-22

Create React App with Server Side Rendering in Docker

I’m going to enable SSR in the minimal Docker-based project I built in the previous part of the series dedicated to React Server Side Rendering.

Read More

Share Comments
  • Babel
  • CRA
  • CRA with SSR series
  • Docker
  • JS
  • Node.js
  • React
  • Redux
  • SSR
  • Service Worker
  • Webpack
2017-12-21

Create React App with Node.js API server in Docker

I’m starting a series dedicated to React Server Side Rendering. In this part I’m making minimal client and server apps with CRA, Redux and plain Node.js, that are capable of supporting Server Side Rendering in the future.

Read More

Share Comments
  • CRA
  • CRA with SSR series
  • Docker
  • JS
  • Node.js
  • React
  • Redux
  • Webpack
2017-04-18

Override/mock datetime in browser

A short code snippet that enables overriding time in protractor or javascript unit-tests.

Read More

Share Comments
  • JS
  • Testing
2017-04-15

Free HTTPS on AWS Elastic Beanstalk without Load Balancer

Setup free HTTPS with a single config file on AWS Elastic Beanstalk environment without a load balancer. Bundled with HTTP to HTTPS redirect out of the box.

Read More

Share Comments
  • AWS
  • Docker
  • Elastic Beanstalk
  • LetsEncrypt
  • Load Balancing
  • SSL
  • nginx
© 2018 Vladimir Feskov · Contact Me
Powered by Hexo
Home GitPunch War Of Bob Platformer Back To Top Link Too Big