• Major Dataflow Analysis Patterns

    Dataflow analysis is a technique to collect information about the possible state that the program can take at each point of the flow of the program. This analysis lets us know, for instance, which variables are alive at the specific point of the program or how many times a variable... [Read More]
    Tags:
  • Terraformer accelerates the Terraform migration process

    Although infrastructure-as-code is an excellent concept we all should obey, migration of infrastructure set up to written code is always challenging. The final infrastructure should be identical to the existing one to avoid the wide range of catastrophic failures. But manually writing the Terraform code (or any other infrastructure automation... [Read More]
    Tags:
  • Essential ways to make your Rails faster

    There is no reason to keep the application slow. If we have room to improve the performance of our application without any drawback, we should do. It makes our users happier, and your application becomes attractive and prevents people from leaving for alternatives due to the performance issue. [Read More]
    Tags:
  • Easy API Response with Jb

    A well-structured web application codebase is extensible and maintainable. MVC framework is a software design pattern allowing us to achieve that goal. The framework decouples the component for interface, internal business logic, and data persistence layer so that we can easily modify each of them without affecting other building blocks.... [Read More]
    Tags: