Latest Updates

Documenting code, one commit at a time.

React 4 posts
×

Automating Teacher Assignment: Streamlining Course Creation with User Context

Introduction

Imagine a scenario where creating a new course involves an extra, often redundant, step: manually selecting the teacher. For single-user interfaces or specialized roles, this manual intervention not only introduces unnecessary clicks but also opens the door to human error. In our school_management project, we faced this exact challenge on the Courses page.

The Challenge:

Read more

Building a Recipe Presentation Module with MVVM in React Native

In the nevera-smart project, we're focusing on creating a streamlined and intuitive recipe presentation module. This involves displaying recipes in a user-friendly format, complete with a detailed view accessible through a modal. The architecture leverages the Model-View-ViewModel (MVVM) pattern to separate concerns and improve testability.

Core Components

The recipe presentation module

Read more