Fridge Cook – Develop a Flutter app generating recipes with ChatGPT!

Looking for a powerful tool to complete your texts and generate images? Look no further than ChatGPT’s Completion and Image Generation APIs! The AI-powered models can help you generate high-quality images, complete your sentences and paragraphs right in your apps!

Need an eye-catching image generator for any topic you have in mind? The Image Generation API can create custom visuals tailored to your specifications. Or maybe you’re struggling to generate answers to your end users inputs? The Completion API can suggest the perfect words to wrap it up. With ChatGPT’s Completion and Image Generation APIs, the possibilities are endless. So why wait? Give it a try and see the magic for yourself!

Continue reading “Fridge Cook – Develop a Flutter app generating recipes with ChatGPT!”

iOS Accessibility Toolbox – What if you could build more inclusive iOS apps ?

iOS apps are quite challenging to develop, you have to face hundreds of concerns from product specifications to market release. With all those concerns in mind, is it worth it making your app accessible to all audiences ?

Definitely yes ! In this article, we will discuss why you should consider adding some extra accessibility support and how you can understand the related problematics so it become more natural for you to take that into consideration later on.

Continue reading “iOS Accessibility Toolbox – What if you could build more inclusive iOS apps ?”

Clean Unity – The Controller-Manager Issue

Do you recognise in one of the following Unity developer situation?

– You are working a your brand new amazing Unity project and you don’t know how to start?
– Does your controllers become massive and hard to understand or to add new features?
– You feel like what you are planning to do will result in spaghetti code after a few modifications?
– You spend a considerable amount of time fixing edge cases bugs?
– Adding a new feature means regression and massive refactoring?
– Your app result in a bunch of closely coupled modules?
– You don’t know why your Player class is now tightly coupled with that Enemy other class?
– You feel like the effort vs benefit tradeoff with TDD isn’t worth it?

But it doesn’t have to be that way. You don’t have to stick with MVC and massive MonoBehaviour classes. You are looking for something better.

Continue reading “Clean Unity – The Controller-Manager Issue”