Development Blog

  • JavaScript events explained

    What are the issues faced? JavaScript events can work differently on phones and tablets due to differences in hardware, software, and user interaction patterns. Here are some key factors that contribute to these differences: Screen Size and Resolution: Phones and tablets have varying screen sizes and resolutions. This impacts how users interact with the content…

  • Flexible Persisted Data

    There are many different methods to persist data with some examples being a database or in memory storage. The goal of this project aims to separate the application logic data from the storage mechanisms Persisted data, often referred to as persistent data, is information that is stored and retained beyond the current session or execution…

  • Modular Security System

    Why build a standard module A standard login and security module can significantly improve development speed and standards in various ways, especially if it is packaged using composer so it can be included in any new projects that require a secure environment. Consistency and Reusability:Developing a login and security module as a standardized component allows…

Got any book recommendations?