Add Custom Domains To Your Rails AppI often saw a lot of apps giving the ability to use our own domain to either access the app or personalise some part of it. For instance…Sep 18, 2023Sep 18, 2023
Published inSendoso EngineeringLock it carefully!While implementing features of an app that is expected to be accessed by multiple users, we make sure to keep data consistent and not…Nov 7, 2020Nov 7, 2020
Published inSendoso EngineeringApache Kafka®. (An Overview)Apache Kafka was originally developed at LinkedIn and was later open-sourced and is currently being managed by a company called Confluent…Aug 4, 20201Aug 4, 20201
Published inSendoso EngineeringHow not to use a background job in a transactionIn modern web applications, transactions and background jobs play an important role to ensure consistency and performance. But sometimes…Jun 22, 2020Jun 22, 2020
Adding a custom domain to your Heroku appTo add a custom domain to your app, you need to add your credit card information in your account but don't worry it's just to validate and…Apr 12, 2020Apr 12, 2020
Substitutions in a string templateString is a primitive data type that we rely on heavily when developing applications in some way or another. Often we need to use strings…Mar 29, 2020Mar 29, 2020
Published inSendoso EngineeringActiveRecord::NotNullViolation when testing with RSpecWhen testing Rails Model and you encounter a ActiveRecord::NotNullViolation, this means you need to provide some default value for an…Aug 2, 20191Aug 2, 20191
How I added color and git to my Ubuntu/Linux terminalI have been using Ubuntu for about 3 years now and for all my development purposes use its Terminal. Working with different projects…Dec 13, 2018Dec 13, 2018