Blogs

In our official company blogs hear from experts in the industry about technology trends, technical information, e-commerce, social and digital world, designing aspects, updates on frameworks and different platforms and everything else in between.

Table of Contents Data is at the core of every web application, but how you present it makes all the difference. Angular pipes are a simple yet powerful way to turn raw data into clean, user-friendly formats. In this blog,

Ruby on Rails: A Preferred Full-Stack Framework for SaaS Applications Ruby on Rails (AKA RoR) is follows the Model-View-Controller (MVC) architectural pattern. This way, we divide the application into 3 main areas to perform different roles. With the Ruby on

With Rails 8, Propshaft is the default asset pipeline for new applications. To start a new Rails 7 application with propshaft use this command – rails new myapp -a propshaft There are other libraries for Asset Pipeline in applications with

The internet has grown and changed a lot in the past many years: we’ve seen the reign and evolution of mobile, the introduction of AR, VR, AI, AMP, and many other acronyms. In some years, website design trends have pushed

WordPress powered a majority of the website available today. Many visual classic and elegant website are helping business to grow on all dimension but a majority of people and businesses also facing the problem of website speed which is one

The mobile app holds much importance nowadays people are spending more and more time on their Smartphone and this is the reason why mobile apps are so popular nowadays. Android is one of the most used OS which holds almost

Let`s Explore 14 Reasons of Why Ruby on Rails community chooses PostgreSQL over MySQL: PostgreSQL can run on any operating system as compared to MySQL. PostgreSQL enforces data types. For example, if you create a string column in MySQL, which

What is Agile methodology and when should we apply it in Automation Testing? Agile methodology is also called iterative development methodology, where the requirements are frequently changed/updating. Save the time When Same Test Cases are to be repeated If we

Nowadays PDF is the most used format in various web applications. There are multiple libraries like TCPDF, Snappy, mPDF etc can be used to create PDF in a web application. DomPDF is one of the most popular libraries to convert

In this Article we are going to built simple rails simple application to demonstrate the features of Rails Internationalization (I18n). We will cover very basic aspect of Internationalization. What is Internationalization? Internationalization means developing the application that can adapt any

Rails 6 comes with exciting new features like Parallel Testing, Multiple database Support and Webpacker. Lets understand the Webpacker because it is now used as the default javascript compiler in Rails 6. In the previous rails versions, we are using

This article is all about authentication in rails 6 using devise and devise-jwt with fast_jsonapi response. Fast_jsonapi A lightning fast JSON:API serializer for Ruby Objects. It is better in performance compared to Active Model Serializer. Devise and JWT Devise-jwt is

At, TechCompose Solutions, we have been following a practice of writing test cases for all front-end and back-end development. This practice of writing test cases can help in Understanding the requirements much better Uncovers some use cases and underlying complexities

Topics