PHP and Dependency Management: Composer
Achieving end-to-end type safety in a modern JS GraphQL stack – Part 1
In this article, we will create a simple GraphQL application, a message board, by combining many recent open-source technologies. This article aims to be a showcase of technologies that work well together rather than a complete tutorial on project setup. It's however a long read, so we decided to
How to access SFTP server in Python
How to use Faker in Django
Behind-the-Scenes: How We’re Automating Acceptance Testing
Have you ever had the joy of carrying out acceptance tests? For our team at Delicious Brains, testing our releases, in the past, has been one of the most dreaded… Read more
The post Behind-the-Scenes: How We’re Automating Acceptance Testing appeared first on Delicious Brains.
Building a Command Line Daemon in PHP to Emulate AWS SQSD
Sometimes when you’re building a project there are parts of the architecture that exist on production that don’t exist on your development machine. Those missing parts (like proprietary software that’s… Read more
The post Building a Command Line Daemon in PHP to Emulate AWS SQSD appeared first on Delicious Brains.
Refactoring JavaScript: How to Avoid Technical Debt While Working with Legacy Code
Do you have a legacy JavaScript codebase you’re avoiding refactoring? So does WordPress. If you’ve been paying attention to WordPress core lately, you may have noticed that there has been… Read more
The post Refactoring JavaScript: How to Avoid Technical Debt While Working with Legacy Code appeared first on Delicious Brains.