DevOps Post your Trello updates to your Discord channel (Part 1) At Ridmik, we use Discord as our official medium of communication and we absolutely love it. (If you're a React-Native developer, the fact that Discord's app are made using React-Native,
DevOps Making AWS Lightsail instances work with AWS CodeDeploy Configuring AWS Lightsail instances to work with AWS CodeDeploy is not straight forward. This is intentional because Lighsail is not supposed to be a full fledged solution. My guess is,
How to properly describe an error First of all, on behalf of all the developers around the world, I'm sorry that you encounter errors in the softwares that you use on a daily basis. From a
Django A cleaner alternative to `SerializerMethodField` in Django Replace your SerializerMethodField with a new one. Keep it clean.