Log in to GraphQL Editor
Artur Czemiel

Posts by Artur Czemiel

GraphQL passionate. Code generation guru. Short code lover. Father. CTO. CEO

[email protected]

Contributor for over 5 years

Communication with GraphQL Server in JS with Pokemon Schema
Artur Czemiel
Artur Czemiel
Communication with GraphQL Server in JS with Pokemon Schema

First of all, I want to tell you I created the toolgraphql-zeusit is GraphQL client on top of the fetch function. What i...

3 mins read
over 4 years ago
Installing MongoDB for GraphQL
Artur Czemiel
Artur Czemiel
Installing MongoDB for GraphQL

GraphQL is a query language for APIs that was originally built by Facebook. Its biggest advantage is making a lot easier...

4 mins read
about 5 years ago
Advanced typescript tutorial - return based on args
Artur Czemiel
Artur Czemiel
Advanced typescript tutorial - return based on args

Hello This is third article of advanced typescript tutorial series. Today I'll cover basic usage of generic functionstyp...

1 mins read
over 5 years ago
Advanced typescript tutorial - conditional types
Artur Czemiel
Artur Czemiel
Advanced typescript tutorial - conditional types

Hello, This is the second article of the advanced typescript tutorial series. Today I'll cover the basic usage ofextends...

2 mins read
over 5 years ago
Advanced typescript tutorial - infer
Artur Czemiel
Artur Czemiel
Advanced typescript tutorial - infer

Hello, this is starting the article for advanced typescript tutorial series. Today I'll cover basic usage of:inferFor me...

2 mins read
over 5 years ago
Frontend API generation from GraphQL schema part 2
Artur Czemiel
Artur Czemiel
Frontend API generation from GraphQL schema part 2

GraphQL Editor now generates API lib from graphQL schema!This article will be about advanced TypeScript types. We used t...

10 mins read
over 5 years ago
Power of typeof & typestyle in react apps
Artur Czemiel
Artur Czemiel
Power of typeof & typestyle in react apps

Have you ever heard oftypestyle? No? It is a great no-webpack styling solutions. In my life I tried almost everything po...

3 mins read
over 5 years ago
Graphsourcing new way to build systems
Artur Czemiel
Artur Czemiel
Graphsourcing new way to build systems

IntroductionHave you ever heard about graphsourcing? Sure you have. UML system is a system where you make graph that def...

8 mins read
over 5 years ago
Blog publish tools inside gatsby blog
Artur Czemiel
Artur Czemiel
Blog publish tools inside gatsby blog

IntroductionHello, today I will write a little bit about tooling. 2 weeks ago I thought about starting this blog. I aske...

3 mins read
over 5 years ago
Canvas node graph in typescript
Artur Czemiel
Artur Czemiel
Canvas node graph in typescript

A story about oneDiagramIntroductionHello again. Today I am going to present my journey with node diagrams. I used to lo...

3 mins read
over 5 years ago
Levensthein algorithm for better faker experience
Artur Czemiel
Artur Czemiel
Levensthein algorithm for better faker experience

Today I am writing about faking data again usingts-api-faker. Usually we pass this kind of data to faker[ { "name"...

2 mins read
over 5 years ago
TS backend with slothking & Imp Gist implementation server
Artur Czemiel
Artur Czemiel
TS backend with slothking & Imp Gist implementation server

Making backend with nodejs and typescript is trendy nowadays. In this article I will show you the way how to make it typ...

5 mins read
over 5 years ago
Twitter clone with React XP and faker
Artur Czemiel
Artur Czemiel
Twitter clone with React XP and faker

Getting started with React XP and faker is very easy. The final effect should look like this:Whats nice about this app i...

5 mins read
over 5 years ago
Visualise your graphql schema
Artur Czemiel
Artur Czemiel
Visualise your graphql schema

Have you ever wondered to visualise your GraphQL schema? How it looks as a tree structure?Explaining schema would be muc...

1 mins read
over 5 years ago