IntegrationsMAY 7, 2024How to Create a GraphQL API with Python and DjangoWe will discuss how to create a GraphQL API with Python.
AnnouncementMAY 6, 2024Refine Investment AnnouncementWe're excited to share that Refine has successfully closed a $2.8M seed round.
IntegrationsAPR 29, 2024Introduction to Nest JSIn this article, we will discuss how to create a simple web application using NestJS and its major components.
EngineeringAPR 19, 2024Low Code Limitations - Exploring the Risk of Vendor Lock-InWe discuss the limitations and risks associated with low-code platforms and how to avoid getting stuck with one vendor.
IntegrationsAPR 3, 2024Django REST Framework - How to use it to create APIs?Explore the Django REST Framework and learn how to create APIs using it.
TutorialsAPR 1, 2024TypeScript keyof with ExamplesThis post explains with examples how the keyof operator is used to define advanced types in TypeScript.
EngineeringMAR 27, 2024How to Change Node VersionA comprehensive guide on how to change the node version.
TutorialsMAR 22, 2024React useEffect Cleanup FunctionUnderstanding 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.
IntegrationsMAR 19, 2024Building a CRUD app with Shadcn UI and RefineWe demonstrate how to integrate Shadcn UI components to build a collection of components and pages within a Refine app.
TutorialsMAR 18, 2024What 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.
IntegrationsMAR 11, 2024JWT Authentication - What is JSON web token?We will focus mainly on using JWTs for securing web applications.