Jan Wilmake's Blog

Chat with This Blog

graphql

All blog posts tagged with graphql

The rise of the Solo Dev Startup — 7 Reasons why writing useful apps on your own becomes moore easy

3/9/2018

An analysis of seven technological and cultural trends making solo app development increasingly viable, from React Native and Apollo GraphQL to open-source libraries and Moore's law.

Creating a performant GraphQL Server - node is harder than I thought!

3/6/2018

An exploration of performance optimization strategies for GraphQL servers built with Node.js, covering benchmarking, database pooling, Dataloader, and production deployment techniques.

How to connect your app to a server?

3/6/2018

Technical considerations for connecting React Native apps to servers, covering SSL requirements, CloudFlare configuration, error handling, and connection testing strategies.

[Notes of a programmer]: Apollo store updates

3/6/2018

Technical notes on the four methods of updating Apollo's client-side cache, comparing automatic updates, refetchQueries, manual store manipulation, and optimistic responses.

Setting up a GraphQL Backend without GraphCool

3/6/2018

A comprehensive guide to setting up your own GraphQL backend with Node.js, Express, Sequelize, and MySQL, including deployment to a remote server with Nginx and SSL configuration.

The MVP Challenge - From 0 to MVP in 100 days: Using Expo

3/6/2018

A comprehensive guide to building an MVP in 100 days using React Native and Expo, covering coding style decisions, architecture choices, work ethic, and a detailed workflow from setup to launch.

Workflow query creation (React Apollo)

3/6/2018

A step-by-step workflow for creating GraphQL queries in a full-stack React Apollo application, from schema definition to client-side implementation.

← Back to all posts