Welcome To Yoseph.tech
My name Yoseph Radding, and this is my personal website. I am a technology leader with a proven tract record of delivering projects of any size. Join me in talking about technology, software engineering and more.
My name Yoseph Radding, and this is my personal website. I am a technology leader with a proven tract record of delivering projects of any size. Join me in talking about technology, software engineering and more.
Posted in JAM Stack on Oct 2nd, 2024
Explore how to optimize React 18 applications using Next.js for better performance and SEO. It covers the use of Server Components to reduce JavaScript on the client, improve Core Web Vitals (CWV), and enhance User Experience (UX). Key strategies include isolating client components, minimizing their size, and balancing client-server rendering. It also highlights Next.js’s render lifecycle and provides tips for building faster, SEO-friendly applications.
Posted in GraphQL on Jun 8th, 2020
GraphQL is a great new technology. It fills many gaps the REST leaves. However, there are challengs with GraphQL. One of those challenges are authorization and authentication.
Posted in GraphQL on Feb 27th, 2020
Serverless GraphQL API’s at the Edge. Did I hit on all of the buzzwords?
Posted in GraphQL on Dec 6th, 2019
“Organizations which design systems … are constrained to produce designs which are copies of the communication structures of these organizations.” – Melvin Conway
Posted in GraphQL on Jun 8th, 2020
GraphQL is a great new technology. It fills many gaps the REST leaves. However, there are challengs with GraphQL. One of those challenges are authorization and authentication.
Posted in GraphQL on Feb 27th, 2020
Serverless GraphQL API’s at the Edge. Did I hit on all of the buzzwords?
Posted in GraphQL on Dec 6th, 2019
“Organizations which design systems … are constrained to produce designs which are copies of the communication structures of these organizations.” – Melvin Conway
Posted in Engineering on Jul 11th, 2018
Too often when we speak about Test Driven Development, or TDD, we speak about it as if it’s an investment. I think it’s time to change the conversation and talk about TDD as if it is an essential engineering step.