Feb 10 · 3 min read · I just released Spring CRUD Generator v1.1.0. Repo: https://github.com/mzivkovicdev/spring-crud-generator This release focuses on making generated projects feel more “production-ready” out of the box: field-level validation, more reliable Redis cachi...
Join discussionFeb 5 · 3 min read · Whenever you use an app—creating an account, viewing posts, updating your profile, or deleting data—you are interacting with CRUD operations behind the scenes. CRUD is one of the most fundamental concepts in backend development, and every developer m...
Join discussionDec 22, 2025 · 5 min read · This guide assumes you have a basic Entity (Model) and a DbContext set up. Otherwise follow this document for setup. Prerequisites: The Setup For all examples below, we will use the following Product entity and AppDbContext. // The Entity public clas...
Join discussionOct 6, 2025 · 11 min read · As a Python backend developer, I often work with APIs whether it’s building one from scratch or connecting systems together. I wanted to write this guide to simplify the concept of APIs and show how Django REST Framework makes it easier to build them...
Join discussion
Sep 30, 2025 · 3 min read · In this Laravel 12 guide, we’ll create a complete CRUD system with Summernote integration, including image uploads and validation for the post description field. The application will allow users to add, view, update, and remove blog posts. Each post ...
Join discussion
Sep 24, 2025 · 6 min read · ___________________________________________ About application an application used to process student data which includes entering student data, viewing student data, updating student data, deleting student data and this application runs on the termin...
AAriska and 3 more commented
Sep 20, 2025 · 4 min read · Assalamualaikum, hello guys in this article we will connect a database with javascript, than create a simple crud system with javascript. 1. Install Package on NPM First, we need some a package: pg readline/promise (default available in node.js) ...
AAriska and 3 more commented
Sep 11, 2025 · 2 min read · Assalamualaikum, hello guys welcome back to my blog, and this article explaining about CRUD (create, read, update, delete) in javascript, let’s me show how this code can running 1. Item List This project about item list, look this code let itemList =...
MAMUHAMMAD and 1 more commented