Open in app
Home
Notifications
Lists
Stories

Write
Mindaugas Nakrosis
Mindaugas Nakrosis

Home

May 14

Fullstack Apollo+React GraphQL setup

In my recent commercial greenfield 🍏 project we decided to use GraphQL. The main reasons why our decision shifted towards it: We were going to have a mobile and web applications which consume the same API in slightly different ways We needed some built-in frontend caching The data that we…

Graph QL

4 min read

Fullstack Apollo+React GraphQL setup
Fullstack Apollo+React GraphQL setup

Nov 14, 2021

[Part 2] How to setup ECS for a scalable web application

This is part 2 of a series How to deploy a scalable web application You can read Part 1 here that explains how ECS works in general. …

AWS

4 min read

[Part 2] How to setup ECS for a scalable web application
[Part 2] How to setup ECS for a scalable web application

Oct 24, 2021

[Part 1] How to deploy a scalable web application

Today I will be writing a series consisting of three parts explaining how to deploy a scalable web application through Github Actions to Amazon ECS. This is Part 1. Container management with Amazon Elastic Container Service (ECS) Amazon Elastic Container Service is a fully managed container orchestration service that makes it easy for you to deploy, manage, and…

Web Development

3 min read

[Part 1] How to deploy a scalable web application
[Part 1] How to deploy a scalable web application

Oct 16, 2021

Message queues — what are they?

To understand what messaging queues are we first need to understand how services usually communicate with each other. There are synchronous and asynchronous ways of communication. I will try to write about how they both work. Synchronous way Let’s start with a real world example of two services trying to communicate synchronously. …

Message Queue

4 min read

Message queues — what are they?
Message queues — what are they?

Oct 9, 2021

What is API-Gateway and when is it needed?

So what is this mythical API-gateway? Sounds like some mumbo-jumbo phrase programmers use to throw people off. Actually it is kind of a simple thing - one could think of it as a door a person could use to enter the apartment (if a person is a network request and…

Api Gateway

3 min read

What is API-Gateway and when is it needed?
What is API-Gateway and when is it needed?

Apr 17, 2021

React hooks and why should they get you “hooked” ?

You must have heard about React hooks by now. They let you use state and other React features without writing a class. Hooks offer a powerful and expressive new way to reuse functionality between components. “Building Your Own Hooks” provides a glimpse of what’s possible. …

React

4 min read

React hooks and why should they get you “hooked” ?
React hooks and why should they get you “hooked” ?

Apr 10, 2021

React with TypeScript

I have been coding with React for over 5 years now. At first when I started I always felt like something was missing. React itself doesn’t have strict type checking and on larger scale projects you wouldn’t know what state shape you are working with or what the mysterious API…

Typescript

5 min read

React with TypeScript
React with TypeScript

Apr 3, 2021

React’s Higher Order Components I use the most

I have already written an article explaining what Higher Order Components (HOCs) are and about the advantages they offer. If you’re new to this concept, feel free to read about it: What is a Higher Order Component? There are some HOCs that I use more often than others. …

React

2 min read


Mar 29, 2021

Server-side rendering in React

Originally when Single Page Applications weren’t a thing every page was a different HTML returned from a response to a HTTP call. Either a static content file or by processing the response via server side languages (such as PHP, Python or Java) and responding in a more dynamic way. SPAs…

React

5 min read


Mar 20, 2021

Higher order components in React

A higher-order component (HOC) is an advanced technique in React for reusing component logic. HOC is not part of the React API. It is a pattern that emerges from React’s compositional nature and that can be reused in different programming languages as well. Concretely, a higher-order component is a function…

React

3 min read

Higher order components in React
Higher order components in React
Mindaugas Nakrosis

Mindaugas Nakrosis

Following
  • John Au-Yeung

    John Au-Yeung

  • Gajus Kuizinas

    Gajus Kuizinas

  • Netflix Technology Blog

    Netflix Technology Blog

  • Robin Noguier

    Robin Noguier

  • Razvan Dragomir

    Razvan Dragomir

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable