This article is a mix of arguments, reality checks and a code solution at the end. Its focus: device (touch/desktop) driven code split in React with no backend. Often the road leading to an actual implementation ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Today we see how to create api endpoints and add them to the router. We try to keep everything structured and clean. It's a ...Read more
While developing the backend for Vim Quizzer, I encountered a challenge in handling a list of incorrect questions for our question class due to MySQL's lack of direct support for list structures. To ...Read more
Hi there! Welcome back to my blog! If you have been following along you already know the drill, but if you are new, hi! My name is Paul and I am a former student with Read more
Flexbox Grid Margin auto on a flex item Position /* Using Flexbox */ .parent { display: flex; justify-content: Read more
Early Fall in Canada: A Journey Through Code and Knowledge 🍁 Introduction Hello, ...Read more
Introduction In the world of databases, the concept of schema plays a crucial role in defining how data is structured and organized within a database system. When it comes to schema design, two fundamental approaches are ...Read more
Today, I will explain how to create an app to convert HTML into PDFs with just a simple logic. Without using any external library! We will use BuildShip for creating APIs, a platform that allows you ...Read more