Articles by tag: json
Unified calculation engine for Next.js and Flutter
How to synchronize formulas between web and mobile applications, avoiding discrepancies in results. Practical solution using JSON and parity tests.
Grid Inventory GameMaker: Code and JSON
Create a flexible grid inventory system in GameMaker with ds_grid, JSON database, and drag-and-drop. Step-by-step code for middle developers. Implement now.
CRUD in Python: creating a task manager with Tkinter and JSON
Practical guide to implementing CRUD operations in Python. Create a desktop application for task management with a graphical interface. Learn the basics of OOP, working with JSON and Tkinter.