Refine Technical Blog
A resource for Refine, front-end ecosystem, and web development. Here, we publish insightful articles that demystify complex concepts, explore new trends, and provide helpful tips to enhance your coding journey.
All Posts
How to Create a GraphQL API with Python and Django
We will discuss how to create a GraphQL API with Python.
Introduction to Nest JS
In this article, we will discuss how to create a simple web application using NestJS and its major components.
Django REST Framework - How to use it to create APIs?
Explore the Django REST Framework and learn how to create APIs using it.
TypeScript keyof with Examples
This post explains with examples how the keyof operator is used to define advanced types in TypeScript.
React useEffect Cleanup Function
Understanding the cleanup function of the useEffect hook in React. Learn how to clean up side effects in React components to prevent memory leaks and improve performance.
Building a CRUD app with Shadcn UI and Refine
We demonstrate how to integrate Shadcn UI components to build a collection of components and pages within a Refine app.
What are Low Code Development Platforms?
We'll looking into low-code platforms, when and where they can be used, and limitations you might face during the development.
JWT Authentication - What is JSON web token?
We will focus mainly on using JWTs for securing web applications.
Developing Internal Tools in 2024
Internal tools are specialized software applications used by a company's back-office departments.
How do you wrap text content in CSS?
We'll look at the CSS features that allow us to wrap overflowing text in containers.