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
JavaScript Substring Method
We'll learn how to use JavaScript substring method to extract substrings from a parent string.
Kubectl Restart Pod - Restarting Pods in Kubernetes
We'll discuss the importance of restarting pods in Kubernetes, the different methods to do so, and the best practices to follow.
How to Use JavaScript Array Splice
This post is about various uses of the splice() method in JavaScript.
A complete guide to Kubectl exec
We'll go over the basics of kubectl exec, including its syntax, parameters, and how to use it to interact with containers in a Kubernetes pod.
Introduction to Docker Networking
We'll go over the basics of Docker networking, including the default networks, bridge networking, host networking, overlay networking, Macvlan networking, and custom bridge networking.
React Design Patterns
We'll explore React design patterns and examine how they might improve the development of React applications.
Mojo - A New Programming Language for AI
We'll go over the fundamentals of Mojo, a new programming language that aims to make AI programming more accessible.
A complete guide to the React createPortal API
We'll explore the React createPortal API, its advantages, disadvantages, and possible use cases.
Using React Hot Toast as a Notification Provider for CRUD apps
We'll introduce create a custom notification provider using the react-hot-toast library.
Docker Swarm Mode Guide
We'll cover the basics of Docker Swarm mode, including how to set up your first Swarm, join nodes to the Swarm, deploy services, scale services, and monitor services.
Building React admin panel with NextUI and Refine
We will see how to build a React admin panel using Refine and NextUI components library