
Test-driven development is not about testing. Test-driven development is about development (and design), specifically improving the quality and design of code. The resulting unit tests are just an extremely useful by-product.
Continue readingTest-driven development is not about testing. Test-driven development is about development (and design), specifically improving the quality and design of code. The resulting unit tests are just an extremely useful by-product.
Continue readingYou can view an application as a train, and components as wagons. It’s possible to let go some of them if needed, like features for a project backlog. But here, instead of saving now on time or cost (implementation), you mostly save on future cost (maintenance).
Continue reading
Photoshop script to translate text layers based on language JSON files, then export project to PNG images for each language. Save a lot of time!
When you don’t want to do repetitive tasks in Photoshop… This script exports root layers from your current project to separate PNG files.
Keeping the file size of the built app to a minimum is important, especially for mobile devices or for app stores that impose a size limit.
J’ai pu participer pour la première fois à la conférence DevFest à Nantes le 18 octobre 2018. Voici quelques morceaux choisis sur cette expérience et ses talks/conférences.
What tools and techniques do you use to record and share your work? Along with any tips, tutorials, costs, downloads, or social media concerns you might deal with? (Using only free tools)
Hello, my new puzzle game ‘2048 3D Cars!’ is out now on GooglePlay!
#indiegame #madewithunity (GooglePlay link here).
Express has support for REST API. This example is inspired by SpringBoot’s Data/REST generated API, with auto-doc. Here’s how.