Categories
Uncategorized

App Saving & Detailed Tracking

I had plans after entirely switching over to Laravel for the backend framework for Antilobby. Laravel enables the more efficient execution of queries and authentication, so I can save processing power on my AWS instance and also develop more memory intense features with Antilobby. A few weeks after switching over, I made the decision to […]

Categories
Uncategorized

Issues & Authentication

Now that I’ve got most of the issues out of the way for a user to log in and register. I’m now on to create the API request logic for the desktop application to consume. Some logic is already created, the Model logic in the MVC architecture makes creating content actually really easy. I think […]