GenericForeignKeys and content type in Django October 11, 2023 GenericForeignKey tries to give you a ForeignKey behavior but instead to be against one type of object, they do it for a set of object types… Continue Reading
The Best “font-size” and “line height” for you according to UI/UX Design guidelines. September 22, 2022 The word font refers to a text character or a set of printable characters or displayable characters with specific styles and sizes. Fonts are… Continue Reading
How to Use Webpacker with in Rails 6 March 19, 2021 Webpacker Webpacker is a gem which wraps webpack. In rails 6 webpacker is the default JavaScript compiler instead of sprockets. To use webpacker you… Continue Reading
What is ROR and why should I use it? March 19, 2021 ROR / Ruby on Rails Ref:Wikipedia The Ruby on Rails, is a web application development framework written in the Ruby language. also,… Continue Reading
Why should we use Frontend with backend language? March 16, 2021 If you have a plan to make a web application having rich in functionality. Then, Instead of using single language i.e. Ruby on Rails, Python Or… Continue Reading
Multiple xlsx sheets in rails October 9, 2020 Exporting data with multiple XLSX spreadsheets on Rails. If you want to generate multiple xlsx sheets then you can not go with “roo” gem… Continue Reading
rails 6 without webpacker October 9, 2020 Rails 6 without Webpacker Whenever we try to create an application in Rails 6 it comes with WebPacker. The webpacker is the default javascript… Continue Reading
Login with google October 9, 2020 A simple Login with gmail account, built with Ruby on Rails Social login is the concept of using a third-party like Google, Facebook,… Continue Reading
Make Social Network Site in Diaspora May 9, 2019 Today, My partner Ashish informed about diaspora this is a great tool to make a social networking website. So many things should have already… Continue Reading