Coming Soon - DynamicForm 4.0

  • DynamicForms
  • Oqtane

Created 15-Mar-2025 2025-W11
Read Blog

Oqtane 6.1.1 Released

  • Oqtane

Created 13-Mar-2025 2025-W11
Read Blog

Oqtane 6.1 Released

  • Oqtane

Created 13-Feb-2025 2025-W07
Read Blog

New Year, Same Old Resolutions: Are We Just Fooling Ourselves?

  • NewYearsResolutions
  • GoalSetting
  • PersonalGrowth
  • ProgressNotPerfection
  • Productivity
  • Mindset
  • Motivation
  • HumorInLife

Created 29-Dec-2024 2024-W52
Read Blog

2024 Year in Code: My GitHub Journey

  • GitHub

Created 24-Dec-2024 2024-W52
Read Blog

Oqtane
2023-W13
"Agilify" nice to get back to some raw coding

It is funny but ever since DynamicForm module I haven't had a need to build much. Create a form, capture data and present it. DF is so versatile.

So "Agilify" is getting close to the GitHub repo going public. There are a lot of little coding gems and definitely a different way of working. One big point is:

Data Storage

The Data will reside in one SQL server table with the main Item data stored as JSON. Storing object data in JSON format in a database has several benefits:

  1. Flexibility: JSON is a flexible format that can store complex data structures, which makes it a great choice for storing object data. It can handle nested data structures and arrays and allows for easy manipulation of data.
  2. Interoperability: JSON is widely used and supported across different programming languages, which makes it easy to exchange data between different systems and applications.
  3. Human-readable: JSON is easy for humans to read and understand, which makes it easier to debug and troubleshoot issues with the data.
  4. Compactness: JSON is a lightweight format, which means it takes up less space in the database compared to other formats like XML.
  5. Ease of use: Serializing and deserializing JSON is a straightforward process that can be done on the fly, which makes it easy to work with data in an application.




Created by: host
Created on: 01-Apr-2023
Last Reviewed : Never!
Blog, Journal, Diary, Record Reviews