I haven’t written much about Notic recently, so I thought I best let you know where I’m at with it. Progress has been slow recently. The main changes are just switching to Mongo Atlas from a managed Digital Ocean database. The change was relatively painful, given no live data to migrate. After several attempts to… Continue reading Notic Meet Update
Category: Notic
UserState in Notic Meet
Over the past month, we have been dedicating some time to getting the Visual Studio project for Notic Meet in a state where we can begin building the front end. It’s making progress, but it’s still being prepared. Most recently, we collaborated to implement user state on the client side. We added a User property… Continue reading UserState in Notic Meet
Using GraphQL in Laravel with Lighthouse PHP
Although I wrote about how to create a model and controller with one command line, it will be unlikely that I will need to do this for the API I build because I am actually going to be using GraphQL. I first used GraphQL last year when I maintained an API for a company and… Continue reading Using GraphQL in Laravel with Lighthouse PHP
Creating a Controller and Model in Laravel
I recently started building a new SaaS product for note-taking. It’s very early on in development. This series of posts serves partly to remind me how to do something, and also as a way to help anyone who is searching. This series is not intended to be a comprehensive series of posts to cover everything… Continue reading Creating a Controller and Model in Laravel