NÖNecati Özmeninrefine.hashnode.dev·Jan 9, 2024 · 9 min readHow to Build a Web App in 10 steps in 2024Introduction Building software from the ground up is, by all means, a tedious and taxing activity. Thinking through the software development process and developing a comprehensive plan increases your chances of success. In this article, we will explo...01X
NÖNecati Özmeninrefine.hashnode.dev·Jan 8, 2024 · 13 min readThe Anatomy of the Web Development in 2024Introduction This post depicts a general picture of where web development is headed in 2024 with a focus on the Node.js/React ecosystem - and provides an inside-out report on how Refine.js is starting to make an impact as a React-based meta-framework...02RGS
NÖNecati Özmeninrefine.hashnode.dev·Jan 8, 2024 · 12 min readUsing SVG in ReactIntroduction In the world of making websites look good, pictures, especially images, are super important. They make up a big part (60%!) of what you see online, making websites more interesting and helping to share information. Among the many tools t...00
NÖNecati Özmeninrefine.hashnode.dev·Jan 5, 2024 · 8 min readKubernetes CrashLoopBackOff - What is it and how to fix it?Introduction CrashLoopBackOff is an error that appears most of the time when a container repeatedly fails to restart in a pod environment. Kubernetes will try to auto-restart a failed container, but when this is not sufficient, the pod will be restar...01P
NÖNecati Özmeninrefine.hashnode.dev·Jan 3, 2024 · 10 min readA Guide for Delete Pods from Kubernetes Nodes - kubectl deleteWhat is a pod in Kubernetes Kubernetes has the smallest execution unit, called a pod. A pod includes one or more applications. Pods are ephemeral by nature, so if a pod fails (or the node on which it is executing fails), Kubernetes has an automatic w...00