AGAlexander Grischukingrischuk.hashnode.dev·Oct 25, 2020 · 6 min readHow to create custom Create React App (CRA) templatesA Create React App (CRA) templates were introduced quite recently and there is not much info present on how to create them. In this article, I'm going to share my experience of developing a custom template and releasing it to the npm. CRA templates a...01M
AGAlexander Grischukingrischuk.hashnode.dev·Oct 18, 2020 · 6 min readUpload files to AWS S3 bucket using official Amazon Docker image and AWS CLI with GitLab CIOne thing I really enjoy doing when I get a chance is to work on "DevOps-related" tasks at work or pet-projects. For example, building CI pipelines configurations from scratch(say 'hi' to YAML) using different Docker images, running apps in the Docke...00
AGAlexander Grischukingrischuk.hashnode.dev·Jun 10, 2020 · 15 min readHow to setup Apollo Client in order to perform GraphQL queries with NextJSIn the previous article Setting up GraphQL API with MongoDB and Apollo Server for a NextJS app we've created a GraphQL API with Apollo Server setup and connection to the MongoDB. We worked mainly on the server side of the application. It's recommende...00
AGAlexander Grischukingrischuk.hashnode.dev·Jun 8, 2020 · 9 min readSetting up GraphQL API with MongoDB and Apollo Server for a NextJS appRecently, I got an interest in working with a Next.js React Framework for server-side-rendered (SSR)applications (not only). I'm using Next more and more for my pet projects. I was surprised by how intuitive, easy, and enjoyable working with NextJS i...00