Content Vs Design: 7 points to consider by web designer before creating a website
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 towards wide rampant creativity. 1. Serifs on screen With its clean readability and visibility, it […]
Top 5 Reasons For Your Slow WordPress Website: Know How to Fix It
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 of the big issues that make the user leave your website if your website takes […]
How to Create Gradient Background in Android
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 48% of market share when it comes to Smartphone OS usage. Gradient Backgrounds are used majorly in […]
14 Reasons of Why Ruby on Rails Community Chooses PostgreSQL Over MySQL
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 has a limit of 200 characters and if you try to insert 300 characters in […]
Importance of Agile Methodology in Automation Testing
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 want to run the test cases with different data and several times. When the same test […]
Convert HTML to PDF in CodeIgniter using Dompdf
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 your data into PDF. Here are very easy steps to create HTML to PDF: We are […]
Internationalization I18n in Ruby on Rails
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 language easily without making any complex changes. Internationalization can be apply on string, date and […]
How to use Rails 6 webpack with front-end JS framework
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 Sprockets as JS compiler. To understand Webpacker we first need to understand how it’s done […]
Rails 6 API fast_jsonapi gem with Devise and JWT authentication
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 a devise extension which uses JSON Web Tokens(JWT) for user authentication. With JSON Web Tokens […]