[備忘録] MySQL主要コマンドを確認してみた
https://qiita.com/Tadataka_Takahashi/items/fbae5cfdc56a450991e1?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
CRUD là gì? Tại sao CRUD lại quan trọng trong lập trình?
Bạn có thấy việc quản lý dữ liệu trong các ứng dụng đôi khi khá phức tạp? CRUD chính là nền tảng cốt lõi giúp bạn đơn giản hóa mọi tương tác với thông tin. Từ tạo, đọc, cập nhật đến xóa dữ liệu, bài viết này sẽ đi sâu vào CRUD là gì, tầm quan trọng và cách bạn có thể triển khai nó một cách hiệu quả trong lập trình.
Tìm hiểu đầy đủ về CRUD tại đây: https://interdata.vn/blog/crud-la-gi/
How to Create a CRUD with Django 5.
Como Crear Un CRUD con Django 5.
👉 https://nubecolectiva.com/blog/como-crear-un-crud-con-django-5-parte-1/
#programming #coding #programación #webdevelopment #devs #softwaredevelopment #djangoframework #python #crud
For software development and #programming, I think we will end up replacing #CRUD with AI-generated SLOP (Standard Low-value Operations Prediction) at least. We might get further, of course. We will have to wait and see 🙂
⚠️ PSA: Bad news, everyone! ⚠️
It turns out #Django is not a #WebFramework and is only useful for #CRUD. 🤯
Wish y'all had told me that before I built a multi-level multitenant #WebApp for managing a utilities district's operations, scheduling, graph-based infrastructure models, GIS, communications, etc on... Django.
I guess it's time to shut down my business and scrap my upcoming #PyCon US talk 🤷♂️😆
Higher-level #CRUD Abstraction for #Postgres RLS - Neon https://neon.tech/blog/higher-level-crud-abstraction-for-postgres-rls
Many times, a good first programming project for a beginner to really get their hands dirty is a basic Todo list. I have made quite a few of these in various programming languages at this point, but the first one I made was a simple NodeJS CLI todo app. Crude and practically indecipherable to me now, this first attempt at making such a basic application got me to understand the basics of CRUD, and it wasn't long before I began to see these basic data operations everywhere.
My slides from #MySQL for developers session at the MySQL Meetup in Bratislava are now online! 🐬 🇸🇰 #NoSQL #DocumentStore #CRUD #RestService #MRS https://speakerdeck.com/lefred/mysql-document-store-how-to-use-mysql-without-sql-dc5135a5-5385-494d-8b86-b5cc801aba0b
Бэкенд sCRUDge McDuck’а
Остросюжетная история о гонке за большими деньгами в IT. Как заработать в 3 раза больше денег на бэкендах?
https://habr.com/ru/articles/882412/
#программирование #crud #crud_операции #crud_restful_api #вебприложения #финансы_в_it
looking at building a #fullstack web application and looking at my options for #rad #development of the frontend. I'm thinking of using #supabase for the #backend.
It's a fairly simple #CRUD app - or maybe a SCRUD or CRUDS app? The S being for #search
I'd pondering everything from a #lowcode tool to various #frameworks / #libraries - e.g. #react, #vue, #htmx, #materialui, etc.
Thoughts, recommendations?
Evento de MongoDB Gratuito da Alura: Construa uma API de Personagens da Marvel
#CRUD #json #mongoDB #nodejs #tecnologia
https://guiadeti.com.br/evento-mongodb-gratuito-alura-construa-uma-api/?feed_id=10362&_unique_id=67659844e89f0
Создаём CRUD REST API в Spring Boot быстро и просто вместе с Amplicode
Не так давно на нашем канале вышло видео , в котором Георгий Власов рассказывал, как с помощью Amplicode можно сгенерировать CRUD Rest Controller сразу со всеми необходимыми методами. Но создавать что-то с нуля нам приходиться не так часто, как модифицировать, улучшать и дополнять уже имеющийся код. Команда Amplicode это прекрасно понимает и по этой причине в нашем инструменте есть возможность создавать как отдельные CRUD методы для контроллера, так и возможность делегировать методы в контроллер из уже существующих бинов. Благодаря этим фичам разработка API становится одной из простейших и приятнейших задач. Давайте посмотрим как эти фичи выглядят на практике!
https://habr.com/ru/companies/haulmont/articles/866060/
#java #kotlin #ide #spring #spring_boot #spring_framework #rest #rest_api #crud
Having worked with #Angular in-depth for 2 years now, I can articulate what I don’t like about the #framework.
1. #RxJS is a terrible primitive to build most #CRUD software upon. #Promises are better for most things, and event listeners are fine.
2. Its #DI system encourages long-lived, easily-accessible Singletons that are serious “foot guns.”
3. Data management is painful. Resolvers are a worse DX than either #EmberJS’s Ember Data or #React’s TanStack Query.
I've spent way longer on that than I had intended. I got to learn about #Sequelize (https://sequelize.org ) though! Unfortunately there's still a bunch of work to be done.