Blog

October 20, 2022

Python F-Strings Tricks You Should Know

One of the most useful features of Python is its support for F-strings. F-strings allows you to create strings and use various types of quotation marks. However, when using f-strings, you should ensure that you do not use the same quotation mark inside and outside the string. !r One of the Python programming tricks you […]

Read More
Domain Driven Design
September 8, 2022

Domain Driven Design | The Way to Drive Business Value

Domain-driven design (DDD) is a way to make software that is closely related to the business or domain it is meant to serve. This way of making software helps everyone involved speak the same language. Traditional ways of making software often cause delays, waste, and inefficiency. These problems are solved by domain-driven design, which ties […]

Read More