'web-development' - 3 results found...

Building Web Application with React + Apollo Client + GraphQL + .NET Core WebAPI

2020/11/1
thumbnail
This article explains how to build a web application using React, GraphQL and .NET Core WebAPI. I will address some of the main problems that I faced along the way. Working code repo on GitHub https://github.com/DriLLFreAK100/graphql-dotnet-poc

Starting Codefee-Kit

2020/10/12
thumbnail
Kicking off my exciting React Component Library project, Codefee-Kit. A simple UI kit for building React projects. Mainly to deep dive into design systems and web frontend core technologies

Practical HTTP GET and Cache-Control

2020/10/26
thumbnail
The performance benefits gained from using HTTP GET and Cache-Control Header. Explained with practical examples on how to do it and when to use it best.